Age | Commit message (Expand) | Author | Files | Lines |
2013-12-11 | ipv6: do not erase dst address with flow label destination | Florent Fourcot | 1 | -1/+0 |
2013-10-22 | tcp_memcontrol: Remove the per netns control. | Eric W. Biederman | 1 | -0/+1 |
2013-10-10 | inet: rename ir_loc_port to ir_num | Eric Dumazet | 1 | -1/+1 |
2013-10-10 | inet: includes a sock_common in request_sock | Eric Dumazet | 1 | -30/+31 |
2013-10-09 | ipv6: make lookups simpler and faster | Eric Dumazet | 1 | -23/+21 |
2013-10-09 | tcp/dccp: remove twchain | Eric Dumazet | 1 | -4/+5 |
2013-10-04 | tcp: shrink tcp6_timewait_sock by one cache line | Eric Dumazet | 1 | -1/+1 |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2013-09-04 | net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcv | Daniel Borkmann | 1 | -1/+1 |
2013-09-04 | tcp: Change return value of tcp_rcv_established() | Vijay Subramanian | 1 | -2/+1 |
2013-08-16 | net: proc_fs: trivial: print UIDs as unsigned int | Francesco Fusco | 1 | -2/+2 |
2013-07-31 | tcp: add tcp_syncookies mode to allow unconditionally generation of syncookies | Hannes Frederic Sowa | 1 | -1/+2 |
2013-07-25 | tcp: TCP_NOTSENT_LOWAT socket option | Eric Dumazet | 1 | -0/+1 |
2013-07-23 | tcp: consolidate SYNACK RTT sampling | Yuchung Cheng | 1 | -2/+0 |
2013-07-11 | net: rename ll methods to busy-poll | Eliezer Tamir | 1 | -1/+1 |
2013-07-11 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 1 | -1/+1 |
2013-06-11 | tcp: add low latency socket poll support. | Eliezer Tamir | 1 | -0/+2 |
2013-05-12 | ipv6: do not clear pinet6 field | Eric Dumazet | 1 | -0/+12 |
2013-04-29 | net: Add MIB counters for checksum errors | Eric Dumazet | 1 | -9/+10 |
2013-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2013-04-07 | ipv6/tcp: Stop processing ICMPv6 redirect messages | Christoph Paasch | 1 | -0/+1 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+7 |
2013-03-18 | tcp: dont handle MTU reduction on LISTEN socket | Eric Dumazet | 1 | -0/+7 |
2013-03-17 | tcp: Remove TCPCT | Christoph Paasch | 1 | -52/+4 |
2013-02-13 | tcp: send packets with a socket timestamp | Andrey Vagin | 1 | -9/+13 |
2013-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2013-02-04 | tcp: ipv6: Update MIB counters for drops | Vijay Subramanian | 1 | -1/+5 |
2013-01-23 | soreuseport: TCP/IPv6 implementation | Tom Herbert | 1 | -1/+3 |
2013-01-14 | ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass(). | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -3/+3 |
2013-01-07 | tcp: make sysctl_tcp_ecn namespace aware | Hannes Frederic Sowa | 1 | -1/+1 |
2012-12-14 | inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock | Christoph Paasch | 1 | -1/+2 |
2012-11-23 | ipv6: adapt connect for repair move | Andrey Vagin | 1 | -1/+1 |
2012-11-16 | ipv6: Pull IPv6 GSO registration out of the module | Vlad Yasevich | 1 | -9/+1 |
2012-11-16 | ipv6: Separate tcp offload functionality | Vlad Yasevich | 1 | -109/+4 |
2012-11-16 | ipv6: Switch to using new offload infrastructure. | Vlad Yasevich | 1 | -7/+10 |
2012-11-16 | ipv6: Add new offload registration infrastructure. | Vlad Yasevich | 1 | -0/+7 |
2012-11-03 | tcp: better retrans tracking for defer-accept | Eric Dumazet | 1 | -4/+7 |
2012-10-23 | ipv6: tcp: clean up tcp_v6_early_demux() icsk variable | Neal Cardwell | 1 | -2/+2 |
2012-10-12 | tcp: resets are misrouted | Alexey Kuznetsov | 1 | -1/+2 |
2012-10-02 | tcp: gro: add checksuming helpers | Eric Dumazet | 1 | -3/+17 |
2012-09-22 | tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS | Neal Cardwell | 1 | -1/+1 |
2012-09-22 | tcp: extract code to compute SYNACK RTT | Neal Cardwell | 1 | -3/+1 |
2012-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2012-09-06 | tcp: fix possible socket refcount problem for ipv6 | Julian Anastasov | 1 | -2/+3 |
2012-09-01 | tcp: TCP Fast Open Server - support TFO listeners | Jerry Chu | 1 | -2/+3 |
2012-08-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 1 | -3/+3 |
2012-08-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+27 |
2012-08-20 | net: tcp: move sk_rx_dst_set call after tcp_create_openreq_child() | Neal Cardwell | 1 | -12/+13 |
2012-08-15 | userns: Print out socket uids in a user namespace aware fashion. | Eric W. Biederman | 1 | -3/+3 |
2012-08-10 | net: tcp: ipv6_mapped needs sk_rx_dst_set method | Eric Dumazet | 1 | -0/+1 |