summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_impl.h
Commit message (Expand)AuthorAgeFilesLines
* udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-181-0/+1
* net: Convert protocol error handlers from void to intStefano Brivio2018-11-091-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-181-1/+0Star
* udplite: call proper backlog handlersEric Dumazet2016-11-241-1/+1
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-2/+2
* net: ipv4/ipv6: Remove extern from function prototypesJoe Perches2013-10-201-18/+18
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-2/+2
* udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-291-2/+2
* net: change proto destroy method to return voidBrian Haley2008-06-151-1/+1
* [UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov2008-03-231-5/+1Star
* [UDP]: Randomize port selection.Stephen Hemminger2007-10-111-1/+1
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-3/+3
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-111-3/+3
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-031-0/+38