summaryrefslogtreecommitdiff
path: root/net/ipv4/udp_impl.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig1-6/+0
2019-01-18udp: add missing rehash callback to udpliteAlexey Kodanev1-0/+1
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni1-1/+0
2016-11-24udplite: call proper backlog handlersEric Dumazet1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-2/+2
2013-10-20net: ipv4/ipv6: Remove extern from function prototypesJoe Perches1-18/+18
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-2/+2
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-2/+2
2008-06-15net: change proto destroy method to return voidBrian Haley1-1/+1
2008-03-23[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov1-5/+1
2007-10-11[UDP]: Randomize port selection.Stephen Hemminger1-1/+1
2007-06-08[UDP]: Revert 2-pass hashing changes.David S. Miller1-3/+3
2007-05-11[UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller1-3/+3
2007-02-11[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-12-03[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker1-0/+38