| Commit message (Expand) | Author | Age | Files | Lines |
* | udp6: add missing rehash callback to udplite | Alexey Kodanev | 2019-01-18 | 1 | -0/+1 |
* | net: Convert protocol error handlers from void to int | Stefano Brivio | 2018-11-09 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | udp: make *udp*_queue_rcv_skb() functions static | Paolo Abeni | 2017-05-18 | 1 | -1/+0 |
* | udplite: call proper backlog handlers | Eric Dumazet | 2016-11-24 | 1 | -1/+1 |
* | ipv6: udp: remove udp_v6_clear_sk() | Eric Dumazet | 2016-08-24 | 1 | -2/+0 |
* | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 2015-03-02 | 1 | -4/+3 |
* | net: ipv4/ipv6: Remove extern from function prototypes | Joe Perches | 2013-10-20 | 1 | -21/+20 |
* | ipv6: do not clear pinet6 field | Eric Dumazet | 2013-05-12 | 1 | -0/+2 |
* | net: Make setsockopt() optlen be unsigned. | David S. Miller | 2009-10-01 | 1 | -2/+2 |
* | ipv6: Use correct data types for ICMPv6 type and code | Brian Haley | 2009-06-23 | 1 | -1/+1 |
* | udp: introduce struct udp_table and multiple spinlocks | Eric Dumazet | 2008-10-29 | 1 | -2/+2 |
* | net: change proto destroy method to return void | Brian Haley | 2008-06-15 | 1 | -1/+1 |
* | [UDP]: Make full use of proto.h.udp_hash innovation. | Pavel Emelyanov | 2008-03-23 | 1 | -0/+2 |
* | [IPV6] UDPLITE: Sparse: Declare non-static symbols in header. | YOSHIFUJI Hideaki | 2008-01-29 | 1 | -0/+1 |
* | [IPV6]: Replace sk_buff ** with sk_buff * in input handlers | Herbert Xu | 2007-10-15 | 1 | -1/+1 |
* | [UDP]: Revert 2-pass hashing changes. | David S. Miller | 2007-06-07 | 1 | -2/+0 |
* | [UDP]: Fix AF-specific references in AF-agnostic code. | David S. Miller | 2007-05-11 | 1 | -0/+2 |
* | [NET] IPV6: Fix whitespace errors. | YOSHIFUJI Hideaki | 2007-02-11 | 1 | -3/+3 |
* | [NET]: Supporting UDP-Lite (RFC 3828) in Linux | Gerrit Renker | 2006-12-03 | 1 | -0/+34 |