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