summaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
Commit message (Expand)AuthorAgeFilesLines
...
* [SOCK]: Introduce sk_setup_capsArnaldo Carvalho de Melo2005-08-301-9/+0Star
* [NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo2005-08-301-1/+1
* [NET]: Spelling mistakes threshoulds -> thresholdsBaruch Even2005-07-311-1/+1
* [NET]: Fix sparse warningsVictor Fusco2005-07-081-1/+2
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-1/+1
* [TCP]: Move to new TSO segmenting scheme.David S. Miller2005-07-061-2/+2
* [TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.David S. Miller2005-07-061-1/+0Star
* [TCP]: Fix redundant calculations of tcp_current_mss()David S. Miller2005-07-061-1/+1
* [TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().David S. Miller2005-07-061-23/+3Star
* [TCP]: Move __tcp_data_snd_check into tcp_output.cDavid S. Miller2005-07-061-0/+1
* [TCP]: Move send test logic out of net/tcp.hDavid S. Miller2005-07-061-110/+3Star
* [TCP]: Fix quick-ack decrementing with TSO.David S. Miller2005-07-061-4/+9
* [TCP]: Need to declare 'tcp_reno' in net/tcp.hDavid S. Miller2005-06-241-0/+1
* [TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger2005-06-241-1/+2
* [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-231-162/+75Star
* [NET]: Move sysctl_max_syn_backlog into request_sock.cDavid S. Miller2005-06-191-1/+0Star
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-191-38/+8Star
* [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-191-15/+15
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-191-76/+11Star
* [PATCH] update Ross Biro bouncing email addressJesper Juhl2005-05-061-1/+1
* [TCP]: skb pcount with MTU discoveryDavid S. Miller2005-04-251-5/+6
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+2022