summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2020-02-11tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault
2020-02-11tcp: fix rejected syncookies due to stale timestampsGuillaume Nault
2020-02-11tcp: syncookies: extend validity rangeEric Dumazet
2019-08-20tcp: Clear sk_send_head after purging the write queueBen Hutchings
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2018-01-01tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2018-01-01IPv4: early demux can return an error codePaolo Abeni
2017-02-23tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-20tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet
2014-10-15tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-10-15tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-06-10tcp: add gfp parameter to tcp_fragmentOctavian Purdila
2014-05-22tcp: make cwnd-limited checks measurement-based, and gentlerNeal Cardwell
2014-05-13tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng
2014-05-13tcp: simplify fast open cookie processingYuchung Cheng
2014-05-13tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet
2014-04-20tcp: make tcp_cwnd_application_limited() staticWeiping Pan
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-20tcp: syncookies: do not use getnstimeofday()Eric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2013-12-29tcp: make local functions staticstephen hemminger
2013-12-17tcp: refine TSO splitsEric Dumazet
2013-12-06tcp: auto corkingEric Dumazet
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman
2013-10-19tcp: switch tcp_fastopen key generation to net_get_random_onceHannes Frederic Sowa
2013-10-19inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_rand...Hannes Frederic Sowa
2013-10-18tcp: rename tcp_tso_segment()Eric Dumazet
2013-10-10inet: rename ir_loc_port to ir_numEric Dumazet
2013-10-10inet: includes a sock_common in request_sockEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-09-24tcp: syncookies: reduce cookie lifetime to 128 secondsFlorian Westphal
2013-09-23tcp.h: Remove extern from function prototypesJoe Perches
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-28net: syncookies: export cookie_v6_init_sequence/cookie_v6_checkPatrick McHardy
2013-08-28net: syncookies: export cookie_v4_init_sequence/cookie_v4_checkPatrick McHardy
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng
2013-07-31tcp: Remove unused tcpct declarations and commentsDmitry Popov
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-22tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng
2013-07-22tcp: consolidate SYNACK RTT samplingYuchung Cheng
2013-06-25tcp: remove invalid __rcu annotationEric Dumazet
2013-06-13tcp: properly send new data in fast recovery in first RTTYuchung Cheng