aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger1-1/+0
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa1-4/+5
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2012-12-07tcp: bug fix Fast Open client retransmissionYuchung Cheng1-0/+1
2012-11-23tcp: remove dead prototype for tcp_v4_get_peer()Neal Cardwell1-1/+0
2012-09-22tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHSNeal Cardwell1-0/+1
2012-09-22tcp: extract code to compute SYNACK RTTNeal Cardwell1-0/+9
2012-09-03tcp: use PRR to reduce cwin in CWR stateYuchung Cheng1-2/+8
2012-08-31tcp: TCP Fast Open Server - support TFO listenersJerry Chu1-2/+4
2012-08-31tcp: TCP Fast Open Server - header & support functionsJerry Chu1-7/+39
2012-08-31tcp: Increase timeout for SYN segmentsAlex Bergmann1-4/+14
2012-08-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceDavid S. Miller1-1/+2
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+2
2012-08-09net: tcp: ipv6_mapped needs sk_rx_dst_set methodEric Dumazet1-0/+1
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet1-0/+2
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng1-0/+1
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng1-2/+4
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng1-0/+3
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng1-0/+9
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+4
2012-07-19net-tcp: Fast Open baseYuchung Cheng1-1/+8
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet1-0/+1
2012-07-11tcp: TCP Small QueuesEric Dumazet1-0/+4
2012-07-10tcp: Move timestamps from inetpeer to metrics cache.David S. Miller1-1/+4
2012-07-10tcp: Maintain dynamic metrics in local cache.David S. Miller1-0/+1
2012-07-10tcp: Abstract back handling peer aliveness test into helper function.David S. Miller1-0/+1
2012-07-10tcp: Move dynamnic metrics handling into seperate file.David S. Miller1-0/+4
2012-06-27ipv4: Kill early demux method return value.David S. Miller1-1/+1
2012-06-27Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller1-1/+1
2012-06-27ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet1-1/+1
2012-06-19ipv4: Early TCP socket demux.David S. Miller1-0/+1
2012-06-09[PATCH] tcp: Cache inetpeer in timewait socket, and only when necessary.David S. Miller1-1/+0
2012-06-09tcp: Get rid of inetpeer special cases.David S. Miller1-1/+1
2012-05-17tcp: bool conversionsEric Dumazet1-28/+28
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov1-2/+1
2012-05-04tcp: be more strict before accepting ECN negociationEric Dumazet1-7/+16
2012-05-02net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet1-1/+2
2012-05-02tcp: early retransmit: delayed fast retransmitYuchung Cheng1-0/+3
2012-05-02tcp: early retransmitYuchung Cheng1-0/+15
2012-04-27ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet1-2/+2
2012-04-21tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()Neal Cardwell1-0/+1
2012-04-21tcp: Initial repair modePavel Emelyanov1-0/+2
2012-04-21tcp: Move code aroundPavel Emelyanov1-0/+3
2012-04-16tcp: restore formatting of macros for tcp_skb_cb sacked fieldNeal Cardwell1-2/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-14tcp: RFC6298 supersedes RFC2988bisEric Dumazet1-1/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-02-28tcp: fix comment for tp->highest_sackNeal Cardwell1-2/+3