summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-30[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-0/+2
2005-08-30[INET]: Generalise the tcp_listen_ lock routinesArnaldo Carvalho de Melo1-21/+0
2005-08-30[INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo1-19/+7
2005-08-30[INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo1-9/+2
2005-08-30[INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo1-1/+1
2005-08-30[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]Arnaldo Carvalho de Melo1-118/+2
2005-08-30[INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo1-51/+42
2005-08-30[INET]: Introduce inet_sk_rebuild_headerArnaldo Carvalho de Melo1-2/+0
2005-08-30[SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo1-9/+0
2005-08-30[NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo1-1/+1
2005-07-31[NET]: Spelling mistakes threshoulds -> thresholdsBaruch Even1-1/+1
2005-07-09[NET]: Fix sparse warningsVictor Fusco1-1/+2
2005-07-09[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-1/+1
2005-07-06[TCP]: Move to new TSO segmenting scheme.David S. Miller1-2/+2
2005-07-06[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.David S. Miller1-1/+0
2005-07-06[TCP]: Fix redundant calculations of tcp_current_mss()David S. Miller1-1/+1
2005-07-06[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().David S. Miller1-23/+3
2005-07-06[TCP]: Move __tcp_data_snd_check into tcp_output.cDavid S. Miller1-0/+1
2005-07-06[TCP]: Move send test logic out of net/tcp.hDavid S. Miller1-110/+3
2005-07-06[TCP]: Fix quick-ack decrementing with TSO.David S. Miller1-4/+9
2005-06-24[TCP]: Need to declare 'tcp_reno' in net/tcp.hDavid S. Miller1-0/+1
2005-06-24[TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger1-1/+2
2005-06-23[TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger1-162/+75
2005-06-19[NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller1-1/+0
2005-06-19[NET] Generalise tcp_listen_optArnaldo Carvalho de Melo1-38/+8
2005-06-19[NET] Rename open_request to request_sockArnaldo Carvalho de Melo1-15/+15
2005-06-19[NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo1-76/+11
2005-05-06[PATCH] update Ross Biro bouncing email addressJesper Juhl1-1/+1
2005-04-25[TCP]: skb pcount with MTU discoveryDavid S. Miller1-5/+6
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2022