summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udplite.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-4/+1Star
* udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-181-0/+1
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-091-2/+2
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-2/+2
* ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-15/+6Star
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* udplite: fix NULL pointer dereferencePaolo Abeni2016-11-151-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+0Star
|\
| * udp: get rid of SLAB_DESTROY_BY_RCU allocationsEric Dumazet2016-08-241-1/+0Star
* | udp: get rid of sk_prot_clear_portaddr_nulls()Eric Dumazet2016-08-241-1/+0Star
|/
* net: Eliminate no_check from protoswTom Herbert2014-05-231-1/+0Star
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-131-0/+3
* net: Convert printks to pr_<level>Joe Perches2012-03-121-2/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* | net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven2011-11-011-3/+10
|/
* net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+1
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-2/+1Star
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-2/+2
* net: drop capability from protocol definitionsEric Paris2009-11-061-1/+0Star
* udp: dynamically size hash tables at boot timeEric Dumazet2009-10-081-2/+2
* net: constify struct net_protocolAlexey Dobriyan2009-09-151-1/+1
* udp: RCU handling for Unicast packets.Eric Dumazet2008-10-291-0/+1
* udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-291-6/+7
* mib: put udplite statistics on struct netPavel Emelyanov2008-07-181-1/+0Star
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* [UDP]: Remove owner from udp_seq_afinfo.Denis V. Lunev2008-03-291-1/+3
* [UDP]: Place file operations directly into udp_seq_afinfo.Denis V. Lunev2008-03-291-2/+0Star
* [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo.Denis V. Lunev2008-03-291-1/+3
* [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-291-3/+0Star
* [NETNS]: Enable TCP/UDP/ICMP inside namespace.Denis V. Lunev2008-03-241-0/+1
* [NETNS][UDP-Lite]: Register /proc/net/udplite(6) in a namespace.Pavel Emelyanov2008-03-241-1/+16
* [UDP-Lite]: Clean up proc creation a bit.Pavel Emelyanov2008-03-241-3/+11
* [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-231-13/+2Star
* [NETNS][IPV6] udp6 - make proc per namespaceDaniel Lezcano2008-03-211-1/+1
* [UDP]: Revert udplite and code split.David S. Miller2008-03-071-0/+121
* [IPV4] UDP: Move IPv4-specific bits to other file.YOSHIFUJI Hideaki2008-03-041-121/+0Star
* [IPV4] UDP,UDPLITE: Sparse: {__udp4_lib,udp,udplite}_err() are of void.YOSHIFUJI Hideaki2008-01-291-1/+1
* [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-071-0/+3
* [UDP]: Randomize port selection.Stephen Hemminger2007-10-111-2/+1Star
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-4/+3Star
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-111-3/+4
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-261-1/+1
* [NET]: Possible cleanups.Adrian Bunk2006-12-031-5/+5
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-031-0/+119