summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* [IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo2006-01-031-1/+1
* [ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_opsArnaldo Carvalho de Melo2006-01-031-4/+4
* [NET]: Add const markers to various variables.Arjan van de Ven2005-11-291-1/+1
* [IPV4] tcp/route: Another look at hash table sizesMike Stroyan2005-11-291-4/+2
* [TCP]: spelling fixesStephen Hemminger2005-11-101-1/+1
* [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-101-0/+1
* [TCP/DCCP]: Randomize port selectionStephen Hemminger2005-11-051-1/+0
* [TCP]: Fix TCP_OFF() bug check introduced by previous change.Herbert Xu2005-09-051-2/+2
* [TCP]: Fix sk_forward_alloc underflow in tcp_sendmsgHerbert Xu2005-09-011-5/+9
* [NET]: Add sk_stream_wmem_scheduleHerbert Xu2005-09-011-2/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* [ICSK]: Generalise tcp_listen_pollArnaldo Carvalho de Melo2005-08-291-10/+1
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-291-6/+6
* [TIMEWAIT]: Introduce inet_timewait_death_rowArnaldo Carvalho de Melo2005-08-291-2/+2
* [ICSK]: Move generalised functions from tcp to inet_connection_sockArnaldo Carvalho de Melo2005-08-291-120/+0
* [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerArnaldo Carvalho de Melo2005-08-291-10/+11
* [ICSK]: Generalise tcp_listen_{start,stop}Arnaldo Carvalho de Melo2005-08-291-17/+21
* [NET]: Just move the inet_connection_sock function from tcp sourcesArnaldo Carvalho de Melo2005-08-291-93/+0
* [NET]: Introduce inet_connection_sockArnaldo Carvalho de Melo2005-08-291-43/+47
* [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT socketsArnaldo Carvalho de Melo2005-08-291-10/+0
* [INET]: Move tcp_port_rover to inet_hashinfoArnaldo Carvalho de Melo2005-08-291-21/+21
* [INET]: Generalise tcp_bind_hash & tcp_inherit_portArnaldo Carvalho de Melo2005-08-291-4/+0
* [INET]: Move bind_hash from tcp_sk to inet_skArnaldo Carvalho de Melo2005-08-291-2/+2
* [INET]: Just rename the TCP hashtable functions/structs to inet_Arnaldo Carvalho de Melo2005-08-291-6/+9
* [NET]: Cleanup INET_REFCNT_DEBUG codeArnaldo Carvalho de Melo2005-08-291-6/+1
* [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroyArnaldo Carvalho de Melo2005-08-291-25/+10
* [NET]: Kill skb->listDavid S. Miller2005-08-291-1/+1
* [TCP]: Unconditionally clear TCP_NAGLE_PUSH in skb_entail().David S. Miller2005-08-231-1/+1
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-4/+4
* [TCP]: Move to new TSO segmenting scheme.David S. Miller2005-07-051-11/+15
* [TCP]: Fix send-side cpu utiliziation regression.David S. Miller2005-07-051-2/+11
* [TCP]: Simplify SKB data portion allocation with NETIF_F_SG.David S. Miller2005-07-051-11/+2
* [TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger2005-06-231-1/+30
* [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-231-0/+2
* [TCP]: Fix sysctl_tcp_low_latencyDavid S. Miller2005-06-181-1/+1
* [NET] rename struct tcp_listen_opt to struct listen_sockArnaldo Carvalho de Melo2005-06-181-1/+1
* [NET] Generalise tcp_listen_optArnaldo Carvalho de Melo2005-06-181-46/+21
* [NET] Rename open_request to request_sockArnaldo Carvalho de Melo2005-06-181-6/+6
* [NET] Generalise TCP's struct open_request minisock infrastructureArnaldo Carvalho de Melo2005-06-181-9/+0
* [TCP]: Adjust TCP mem order check to new alloc_large_system_hashAndi Kleen2005-06-131-1/+1
* [PATCH] update Ross Biro bouncing email addressJesper Juhl2005-05-051-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2386
OpenPOWER on IntegriCloud