aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-02[TCP]: Put back tcp_timer_bug_msg[] symbol export.Hideaki Yoshifuji1-0/+1
2005-02-21[TCP]: Fix excessive stack usage resulting in OOPS with 4KSTACKS.Arnaldo Carvalho de Melo1-1/+1
2005-01-16[TCP]: Remove tcp_pcount_tHerbert Xu1-4/+4
2005-01-05Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-10/+10
2004-12-28[TCP] merge tcp_sock with tcp_optArnaldo Carvalho de Melo1-10/+10
2004-12-27[INET] move inet_sock into inet_opt and rename it to inet_sockArnaldo Carvalho de Melo1-1/+1
2004-12-27Merge bk://kernel.bkbits.net/acme/connection_sock-2.6David S. Miller1-3/+0
2004-12-27[IPV4]: Staticize and remove unneeded exports.Adrian Bunk1-3/+0
2004-11-10[IPV6] Fix unresolved symbol timer_bug_msg.Hideaki Yoshifuji1-1/+6
2004-09-06[TCP]: Make TSO play nice with congestion window.David S. Miller1-4/+4
2004-07-09[NET] convert storage for MIB from struct member to array item.Hideaki Yoshifuji1-12/+12
2004-06-30[TCP]: TCP acts like it is always out of memory.Stephen Hemminger1-1/+1
2004-06-23[NET] make the struct proto entries related to memory pressure be pointersArnaldo Carvalho de Melo1-1/+1
2004-06-22[NET] Generalise tcp memory pressure handlingArnaldo Carvalho de Melo1-6/+6
2004-06-21[NET] move send_head from tcp private area to struct sockArnaldo Carvalho de Melo1-2/+2
2004-06-09[NET] Introduce sk_reset_timer and sk_stop_timerArnaldo Carvalho de Melo1-20/+9
2003-09-28o NET: move net/ipv4/tcp_timer.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo1-0/+6
2003-06-14[TCP]: Use proper time_*() comparisons on jiffies.David S. Miller1-3/+3
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo1-25/+25
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-6/+6
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-6/+6
2003-01-06[IPV4]: Convert mibstats to use kmalloc_percpuRavikiran G. Thirumalai1-1/+2
2002-10-09[TCP]: Add F-RTO support.Pasi Sarolahti1-1/+5
2002-10-08[AIO]: First stage of AIO infrastructure for networking.Benjamin LaHaise1-3/+3
2002-03-10Move IP-specific identity informationDavid S. Miller1-3/+5
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-12/+12
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-6/+5
2002-02-04v2.4.9.12 -> v2.4.9.13Linus Torvalds1-1/+1
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-4/+4
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds1-5/+6
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-1/+26
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-1/+1
2002-02-04Import changesetLinus Torvalds1-0/+626