aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tcp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-16[NET] Reorder struct tcp_options_receivedThomas Graf1-8/+7
2005-03-06[IPSEC]: Get rid of dst_pmtu/ext2_header_lenHerbert Xu1-6/+4
2005-02-21[TCP]: Fix excessive stack usage resulting in OOPS with 4KSTACKS.Arnaldo Carvalho de Melo1-26/+31
2005-01-16[TCP]: Remove tcp_pcount_tHerbert Xu1-10/+6
2004-12-28[TCP] merge tcp_sock with tcp_optArnaldo Carvalho de Melo1-9/+5
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo1-5/+1
2004-10-20[TCP]: Add total num retransmits accounting.David S. Miller1-0/+4
2004-09-26[TCP]: Choose congestion algorithm at initialization.Stephen Hemminger1-2/+8
2004-09-07[TCP]: Fix some typos.Baruch Even1-1/+1
2004-09-06[TCP]: Calculate SKB tso factor more accurately.David S. Miller1-1/+0
2004-09-06[TCP]: Make TSO play nice with congestion window.David S. Miller1-6/+11
2004-08-02[TCP]: BIC tcp congestion calculation timestampStephen Hemminger1-0/+1
2004-06-21[NET] move send_head from tcp private area to struct sockArnaldo Carvalho de Melo1-1/+0
2004-06-21[NET] generalise tcp_free_skb, renaming it to sk_stream_free_skbArnaldo Carvalho de Melo1-1/+1
2004-06-20[NET] generalise wait_for_tcp_connectArnaldo Carvalho de Melo1-2/+0
2004-06-07[TCP]: Add receive DRS info to tcp_info.Stephen Hemminger1-0/+3
2004-06-07[TCP]: Update tcp_get_info() comments in net/tcp.hStephen Hemminger1-3/+3
2004-05-27[TCP]: Grow socket receive buffer based upon estimated sender window.David S. Miller1-0/+7
2004-05-27[TCP]: Add receiver side RTT estimation.David S. Miller1-0/+7
2004-05-08[TCP]: BIC TCP for Linux 2.6.6Stephen Hemminger1-0/+7
2004-04-21[TCP]: Add vegas congestion avoidance support.David S. Miller1-0/+12
2004-04-21[TCP]: Better packing of frto fields into tcp_opt.Stephen Hemminger1-3/+4
2004-03-14[TCP]: Kill westwood bw_sample, set but never used.Stephen Hemminger1-1/+0
2004-01-31[TCP]: Port 2.4.x version of TCP Westwood support to 2.6.xStephen Hemminger1-0/+14
2003-12-29[TCP]: Make tcp_sk() do type checking.Ingo Molnar1-1/+4
2003-06-17o sock: remove sk_prevArnaldo Carvalho de Melo1-1/+1
2003-06-05[NET]: Missing __KERNEL__ ifdefs in linux/{tcp,udp}.hDavid S. Miller1-4/+10
2003-04-15[IPV6]: Add MLDv2 support.David Stevens1-0/+1
2003-03-19[IPSEC]: fragmentation & tcp mss calculation.Alexey Kuznetsov1-0/+1
2002-10-15[NET]: Prepare for zerocopy NFS and IPSEC.Alexey Kuznetsov1-2/+0
2002-10-09[TCP]: Add F-RTO support.Pasi Sarolahti1-0/+3
2002-08-28[NET]: Add segmentation offload support to TCP.Alexey Kuznetsov1-1/+2
2002-04-10Rearrange some int members ofBenjamin LaHaise1-1/+1
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-1/+196
2002-02-04v2.4.13.7 -> v2.4.13.8Linus Torvalds1-1/+1
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-0/+1
2002-02-04Import changesetLinus Torvalds1-0/+187