Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2019-01-18udp6: add missing rehash callback to udpliteAlexey Kodanev
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-18udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni
2016-11-24udplite: call proper backlog handlersEric Dumazet
2016-08-24ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2013-10-20net: ipv4/ipv6: Remove extern from function prototypesJoe Perches
2013-05-12ipv6: do not clear pinet6 fieldEric Dumazet
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller
2009-06-23ipv6: Use correct data types for ICMPv6 type and codeBrian Haley
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet
2008-06-15net: change proto destroy method to return voidBrian Haley
2008-03-23[UDP]: Make full use of proto.h.udp_hash innovation.Pavel Emelyanov
2008-01-29[IPV6] UDPLITE: Sparse: Declare non-static symbols in header.YOSHIFUJI Hideaki
2007-10-15[IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu
2007-06-08[UDP]: Revert 2-pass hashing changes.David S. Miller
2007-05-11[UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller
2007-02-11[NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-03[NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker