| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: md5: check md5 signature without socket lock | Dmitry Popov | 2014-08-06 | 1 | -6/+19 |
* | net: Save TX flow hash in sock and set in skbuf on xmit | Tom Herbert | 2014-07-07 | 1 | -0/+4 |
* | tcp: switch snt_synack back to measuring transmit time of first SYNACK | Neal Cardwell | 2014-07-07 | 1 | -2/+0 |
* | tcp: add tcp_conn_request | Octavian Purdila | 2014-06-27 | 1 | -118/+2 |
* | tcp: add queue_add_hash to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -1/+2 |
* | tcp: add mss_clamp to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -1/+3 |
* | tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synack | Octavian Purdila | 2014-06-27 | 1 | -14/+1 |
* | tcp: add send_synack method to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -6/+8 |
* | tcp: add init_seq method to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -1/+2 |
* | tcp: move around a few calls in tcp_v6_conn_request | Octavian Purdila | 2014-06-27 | 1 | -11/+7 |
* | tcp: add route_req method to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -6/+20 |
* | tcp: add init_cookie_seq method to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -1/+4 |
* | tcp: add init_req method to tcp_request_sock_ops | Octavian Purdila | 2014-06-27 | 1 | -23/+32 |
* | net: remove inet6_reqsk_alloc | Octavian Purdila | 2014-06-27 | 1 | -1/+1 |
* | tcp: tcp_v[46]_conn_request: fix snt_synack initialization | Octavian Purdila | 2014-06-27 | 1 | -1/+2 |
* | tcp: move ir_mark initialization to tcp_openreq_init | Octavian Purdila | 2014-06-17 | 1 | -2/+1 |
* | net: Eliminate no_check from protosw | Tom Herbert | 2014-05-23 | 1 | -1/+0 |
* | net: support marking accepting TCP sockets | Lorenzo Colitti | 2014-05-13 | 1 | -0/+1 |
* | net: add a sysctl to reflect the fwmark on replies | Lorenzo Colitti | 2014-05-13 | 1 | -0/+1 |
* | tcp: IPv6 support for fastopen server | Daniel Lee | 2014-05-13 | 1 | -12/+28 |
* | tcp: improve fastopen icmp handling | Yuchung Cheng | 2014-05-13 | 1 | -5/+17 |
* | net: Call skb_checksum_init in IPv6 | Tom Herbert | 2014-05-05 | 1 | -20/+1 |
* | net: ipv6: Fix oif in TCP SYN+ACK route lookup. | Lorenzo Colitti | 2014-04-11 | 1 | -1/+1 |
* | ipv6: tcp_ipv6 policy route issue | Wang Yufen | 2014-03-31 | 1 | -7/+11 |
* | ipv6: tcp_ipv6 do some cleanup | Wang Yufen | 2014-03-31 | 1 | -13/+11 |
* | tcp: snmp stats for Fast Open, SYN rtx, and data pkts | Yuchung Cheng | 2014-03-03 | 1 | -1/+3 |
* | tcp: delete redundant calls of tcp_mtup_init() | Peter Pan(潘卫平) | 2014-01-21 | 1 | -1/+0 |
* | ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GET | Florent Fourcot | 2014-01-19 | 1 | -1/+11 |
* | ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT | Florent Fourcot | 2014-01-17 | 1 | -6/+11 |
* | ipv6: cleanup for tcp_ipv6.c | Weilong Chen | 2013-12-26 | 1 | -11/+11 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-12-19 | 1 | -2/+2 |
|\ |
|
| * | net: Remove FLOWI_FLAG_CAN_SLEEP | Steffen Klassert | 2013-12-06 | 1 | -2/+2 |
* | | ipv6: support IPV6_PMTU_INTERFACE on sockets | Hannes Frederic Sowa | 2013-12-18 | 1 | -0/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 1 | -1/+0 |
|\ \ |
|
| * | | ipv6: do not erase dst address with flow label destination | Florent Fourcot | 2013-12-10 | 1 | -1/+0 |
| |/ |
|
* | | ipv6: remove rcv_tclass of ipv6_pinfo | Florent Fourcot | 2013-12-09 | 1 | -5/+1 |
* | | ipv6: add flowinfo for tcp6 pkt_options for all cases | Florent Fourcot | 2013-12-09 | 1 | -0/+4 |
|/ |
|
* | tcp_memcontrol: Remove the per netns control. | Eric W. Biederman | 2013-10-21 | 1 | -0/+1 |
* | inet: rename ir_loc_port to ir_num | Eric Dumazet | 2013-10-10 | 1 | -1/+1 |
* | inet: includes a sock_common in request_sock | Eric Dumazet | 2013-10-10 | 1 | -30/+31 |
* | ipv6: make lookups simpler and faster | Eric Dumazet | 2013-10-09 | 1 | -23/+21 |
* | tcp/dccp: remove twchain | Eric Dumazet | 2013-10-08 | 1 | -4/+5 |
* | tcp: shrink tcp6_timewait_sock by one cache line | Eric Dumazet | 2013-10-03 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-09-05 | 1 | -1/+1 |
|\ |
|
| * | net: ipv6: tcp: fix potential use after free in tcp_v6_do_rcv | Daniel Borkmann | 2013-09-04 | 1 | -1/+1 |
* | | tcp: Change return value of tcp_rcv_established() | Vijay Subramanian | 2013-09-04 | 1 | -2/+1 |
* | | net: proc_fs: trivial: print UIDs as unsigned int | Francesco Fusco | 2013-08-15 | 1 | -2/+2 |
* | | tcp: add tcp_syncookies mode to allow unconditionally generation of syncookies | Hannes Frederic Sowa | 2013-07-30 | 1 | -1/+2 |
* | | tcp: TCP_NOTSENT_LOWAT socket option | Eric Dumazet | 2013-07-24 | 1 | -0/+1 |
* | | tcp: consolidate SYNACK RTT sampling | Yuchung Cheng | 2013-07-22 | 1 | -2/+0 |
|/ |
|