index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
udp_impl.h
Age
Commit message (
Expand
)
Author
2020-07-24
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-19
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
2019-01-17
udp: add missing rehash callback to udplite
Alexey Kodanev
2018-11-08
net: Convert protocol error handlers from void to int
Stefano Brivio
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-18
udp: make *udp*_queue_rcv_skb() functions static
Paolo Abeni
2016-11-24
udplite: call proper backlog handlers
Eric Dumazet
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2013-10-19
net: ipv4/ipv6: Remove extern from function prototypes
Joe Perches
2012-04-15
ipv4: fix checkpatch errors
Daniel Baluta
2009-09-30
net: Make setsockopt() optlen be unsigned.
David S. Miller
2008-10-29
udp: introduce struct udp_table and multiple spinlocks
Eric Dumazet
2008-06-14
net: change proto destroy method to return void
Brian Haley
2008-03-22
[UDP]: Make full use of proto.h.udp_hash innovation.
Pavel Emelyanov
2007-10-10
[UDP]: Randomize port selection.
Stephen Hemminger
2007-06-07
[UDP]: Revert 2-pass hashing changes.
David S. Miller
2007-05-10
[UDP]: Fix AF-specific references in AF-agnostic code.
David S. Miller
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
2006-12-02
[NET]: Supporting UDP-Lite (RFC 3828) in Linux
Gerrit Renker