summaryrefslogtreecommitdiff
path: root/include/linux/tcp.h
AgeCommit message (Expand)Author
2006-03-20[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo
2006-01-03[TCP]: Move the TCPF_ enum to tcp_states.hArnaldo Carvalho de Melo
2006-01-03[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo
2005-11-10[TCP]: speed up SACK processingStephen Hemminger
2005-11-10[TCP]: Appropriate Byte Count supportStephen Hemminger
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo
2005-08-29[NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo
2005-08-29[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo
2005-08-29[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo
2005-07-05[TCP]: Move to new TSO segmenting scheme.David S. Miller
2005-06-23[TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger
2005-06-18[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo
2005-06-18[NET] Rename open_request to request_sockArnaldo Carvalho de Melo
2005-06-18[NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo
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