summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-15tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa1-1/+1
2014-08-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell1-0/+1
2014-08-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin1-1/+3
2014-08-06tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell1-1/+1
2014-07-16tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch1-1/+1
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-1/+1
2014-06-28tcp: add tcp_conn_requestOctavian Purdila1-0/+3
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-0/+2
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-0/+1
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-0/+3
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-14/+20
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-0/+2
2014-06-28tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-2/+3
2014-06-18tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-1/+2
2014-06-11tcp: add gfp parameter to tcp_fragmentOctavian Purdila1-1/+1
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell1-3/+8
2014-05-14tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng1-7/+7
2014-05-14tcp: simplify fast open cookie processingYuchung Cheng1-8/+1
2014-05-14tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng1-2/+8
2014-05-04tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-5/+3
2014-05-03tcp: fix cwnd limited checking to improve congestion controlEric Dumazet1-1/+21
2014-04-21tcp: make tcp_cwnd_application_limited() staticWeiping Pan1-1/+0
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2014-03-21tcp: syncookies: do not use getnstimeofday()Eric Dumazet1-5/+6
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet1-3/+7
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet1-1/+2
2014-02-14tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev1-3/+0
2013-12-30tcp: make local functions staticstephen hemminger1-3/+0
2013-12-18tcp: refine TSO splitsEric Dumazet1-7/+0
2013-12-06tcp: auto corkingEric Dumazet1-0/+1
2013-11-05tcp: properly handle stretch acks in slow startYuchung Cheng1-4/+3
2013-10-22tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-2/+1
2013-10-20tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa1-1/+1
2013-10-20inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa1-1/+0
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet1-1/+1
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet1-1/+1
2013-10-10inet: includes a sock_common in request_sockEric Dumazet1-2/+2
2013-10-09tcp/dccp: remove twchainEric Dumazet1-1/+0
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal1-0/+18
2013-09-24tcp.h: Remove extern from function prototypesJoe Perches1-216/+208
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian1-2/+2
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-0/+1
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy1-0/+4
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy1-0/+4
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng1-1/+2
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov1-4/+0