summaryrefslogtreecommitdiffstats
path: root/net/ipv6/udp_impl.h
Commit message (Expand)AuthorAgeFilesLines
* udp6: 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
* 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
* ipv6: udp: remove udp_v6_clear_sk()Eric Dumazet2016-08-241-2/+0Star
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-4/+3Star
* net: ipv4/ipv6: Remove extern from function prototypesJoe Perches2013-10-201-21/+20Star
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-121-0/+2
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-2/+2
* ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-231-1/+1
* 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-0/+2
* [IPV6] UDPLITE: Sparse: Declare non-static symbols in header.YOSHIFUJI Hideaki2008-01-291-0/+1
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-1/+1
* [UDP]: Revert 2-pass hashing changes.David S. Miller2007-06-071-2/+0Star
* [UDP]: Fix AF-specific references in AF-agnostic code.David S. Miller2007-05-111-0/+2
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [NET]: Supporting UDP-Lite (RFC 3828) in LinuxGerrit Renker2006-12-031-0/+34