aboutsummaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
2014-02-22net-tcp: fastopen: fix high order allocationsEric Dumazet
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
2013-06-07net: tcp: move GRO/GSO functions to tcp_offloadDaniel Borkmann
2013-05-20tcp: md5: remove spinlock usage in fast pathEric Dumazet
2013-05-19tcp: remove bad timeout logic in fast recoveryYuchung Cheng
2013-04-12tcp: GSO should be TSQ friendlyEric Dumazet
2013-04-02tcp: Remove dead sysctl_tcp_cookie_size declarationNeal Cardwell
2013-03-21tcp: refactor F-RTOYuchung Cheng
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-12tcp: Tail loss probe (TLP)Nandita Dukkipati
2013-03-07tcp: uninline tcp_prequeue()Eric Dumazet
2013-02-28tcp: avoid wakeups for pure ACKEric Dumazet
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng
2012-11-23tcp: remove dead prototype for tcp_v4_get_peer()Neal Cardwell
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...David S. Miller
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet