aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-06ipv4: Create probe timer for tcp PMTU as per RFC4821Fan Du1-0/+3
2015-03-06ipv4: Use binary search to choose tcp PMTU probe_sizeFan Du1-0/+3
2015-03-06ipv4: Raise tcp PMTU probe mss base sizeFan Du1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-4/+3
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du1-2/+0
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-0/+1
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell1-0/+32
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-0/+15
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell1-2/+2
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann1-0/+6
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-0/+7
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann1-1/+8
2014-11-04net: allow setting ecn via routing tableFlorian Westphal1-1/+1
2014-11-04syncookies: split cookie_check_timestamp() into two functionsFlorian Westphal1-5/+4
2014-10-29tcp: allow for bigger reordering levelEric Dumazet1-3/+1
2014-10-24net: Remove trailing whitespace in tcp.h icmp.c syncookies.cKenjiro Nakayama1-6/+6
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet1-0/+2
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet1-0/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-3/+2
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-0/+20
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-28/+57
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus Torvalds1-9/+0
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-1/+1
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-34/+0
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal1-1/+8
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal1-2/+6
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann1-17/+44
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal1-1/+1
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet1-2/+21
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet1-6/+6
2014-09-28net: make tcp_cleanup_rbuf privateDan Williams1-1/+0
2014-09-28net_dma: simple removalDan Williams1-8/+0
2014-09-05tcp: remove TCP_SKB_CB(skb)->whenEric Dumazet1-6/+7
2014-09-05tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isnEric Dumazet1-1/+6
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa1-1/+1
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-0/+1
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+3
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell1-1/+1
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-1/+1
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-1/+1
2014-06-27tcp: add tcp_conn_requestOctavian Purdila1-0/+3
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+2
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-14/+20
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-0/+2