summaryrefslogtreecommitdiffstats
path: root/include/net/protocol.h
Commit message (Expand)AuthorAgeFilesLines
* udp: Remove udp_offloadsTom Herbert2016-04-071-3/+0
* udp: restrict offloads to one namespaceHannes Frederic Sowa2016-01-101-1/+1
* net: Eliminate no_check from protoswTom Herbert2014-05-231-1/+0
* net: Add GRO support for UDP encapsulating protocolsOr Gerlitz2014-01-211-0/+3
* ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-131-1/+6
* protocol.h: Remove extern from function prototypesJoe Perches2013-09-231-12/+12
* net: Remove code duplication between offload structuresVlad Yasevich2012-11-151-7/+3
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-151-5/+6
* ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-151-8/+0
* ipv4: Switch to using the new offload infrastructure.Vlad Yasevich2012-11-151-6/+0
* ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-151-0/+4
* net: Add net protocol offload registration infrustructureVlad Yasevich2012-11-151-0/+12
* ipv6: Early TCP socket demuxEric Dumazet2012-07-261-0/+2
* ipv4: Kill early demux method return value.David S. Miller2012-06-271-1/+1
* Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller2012-06-271-1/+1
* ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet2012-06-271-1/+1
* ipv4: Early TCP socket demux.David S. Miller2012-06-191-0/+1
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-191-2/+5
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-4/+4
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-2/+2
* net: change netdev->features to u32Michał Mirosław2011-01-241-2/+2
* net: add __rcu annotations to protocolEric Dumazet2010-10-271-2/+2
* net: drop capability from protocol definitionsEric Paris2009-11-051-4/+0
* net: cleanup include/netEric Dumazet2009-11-041-2/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-3/+3
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-4/+3
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* ipv6: Add GRO supportHerbert Xu2009-01-081-0/+3
* ipv4: Add GRO infrastructureHerbert Xu2008-12-151-0/+3
* [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev2008-03-241-1/+2
* [IPV6]: make inet6_register_protosw to return an error codeDaniel Lezcano2008-01-281-1/+1
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-1/+1
* [INET]: Change protocol field in struct inet_protosw to u16Arnaldo Carvalho de Melo2006-12-021-1/+1
* [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endianAl Viro2006-12-021-1/+1
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-081-0/+2
* [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-301-0/+6
* [NET]: Added GSO header verificationHerbert Xu2006-06-291-1/+2
* [NET]: Add software TSOv4Herbert Xu2006-06-231-0/+1
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-071-1/+1
* [NET]: move struct proto_ops to constEric Dumazet2006-01-031-1/+1
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-031-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+99