Age | Commit message (Expand) | Author | Files | Lines |
2017-05-16 | udp: use a separate rx queue for packet reception | Paolo Abeni | 1 | -0/+3 |
2017-04-02 | udp: use sk_protocol instead of pcflag to detect udplite sockets | Paolo Abeni | 1 | -1/+1 |
2016-12-10 | udp: add batching to udp_rmem_release() | Eric Dumazet | 1 | -0/+3 |
2016-04-07 | udp: Add GRO functions to UDP socket | Tom Herbert | 1 | -0/+8 |
2016-04-05 | udp: no longer use SLAB_DESTROY_BY_RCU | Eric Dumazet | 1 | -4/+4 |
2015-03-19 | netns: constify net_hash_mix() and various callers | Eric Dumazet | 1 | -1/+1 |
2015-01-06 | ip: Move checksum convert defines to inet | Tom Herbert | 1 | -15/+1 |
2014-09-02 | udp: Add support for doing checksum unnecessary conversion | Tom Herbert | 1 | -1/+15 |
2014-05-24 | net: Make enabling of zero UDP6 csums more restrictive | Tom Herbert | 1 | -1/+23 |
2013-03-20 | udp: add encap_destroy callback | Tom Parkin | 1 | -0/+1 |
2012-12-09 | net: Add support for hardware-offloaded encapsulation | Joseph Gasparakis | 1 | -0/+5 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -21/+1 |
2009-11-11 | udp: bind() optimisation | Eric Dumazet | 1 | -0/+6 |
2009-11-09 | udp: secondary hash on (local port, local address) | Eric Dumazet | 1 | -0/+1 |
2009-11-09 | udp: split sk_hash into two u16 hashes | Eric Dumazet | 1 | -0/+2 |
2009-10-08 | udp: dynamically size hash tables at boot time | Eric Dumazet | 1 | -3/+3 |
2008-06-17 | netns: introduce the net_hash_mix "salt" for hashes | Pavel Emelyanov | 1 | -1/+2 |
2008-06-17 | udp: add struct net argument to udp_hashfn | Pavel Emelyanov | 1 | -1/+1 |
2008-06-17 | udp: introduce a udp_hashfn function | Pavel Emelyanov | 1 | -0/+5 |
2008-03-24 | [NET]: include/linux/udp.h - remove duplicate include | Joe Perches | 1 | -11/+7 |
2008-03-07 | [UDP]: Revert udplite and code split. | David S. Miller | 1 | -10/+0 |
2008-03-04 | [UDP]: Allow users to configure UDP-Lite. | YOSHIFUJI Hideaki | 1 | -0/+11 |
2007-07-11 | [UDP]: Introduce UDP encapsulation type for L2TP | James Chapman | 1 | -0/+6 |
2007-04-26 | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh | Arnaldo Carvalho de Melo | 1 | -0/+9 |
2006-12-03 | [NET]: Annotate checksums in on-the-wire packets. | Al Viro | 1 | -1/+1 |
2006-12-03 | [NET]: Supporting UDP-Lite (RFC 3828) in Linux | Gerrit Renker | 1 | -0/+12 |
2006-09-29 | [IPV4]: UDP header annotations | Al Viro | 1 | -4/+4 |
2006-06-30 | typo fixes: infomation -> information | Adrian Bunk | 1 | -1/+1 |
2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 |
2006-01-04 | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2005-04-17 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+63 |