aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_timer.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outGravatar Pavel Emelyanov 1-6/+9
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-5/+0
2008-06-12tcp: Revert 'process defer accept as established' changes.Gravatar David S. Miller 1-5/+0
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-04-14[TCP]: Format addresses appropriately in debug messages.Gravatar YOSHIFUJI Hideaki 1-2/+10
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.Gravatar YOSHIFUJI Hideaki 1-1/+1
2008-03-21[TCP]: TCP_DEFER_ACCEPT updates - process as establishedGravatar Patrick McManus 1-0/+5
2008-01-28[TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer().Gravatar David S. Miller 1-1/+1
2008-01-28[NET] CORE: Introducing new memory accounting interface.Gravatar Hideo Aoki 1-4/+4
2008-01-28[TCP]: Avoid a divide in tcp_mtu_probing()Gravatar Eric Dumazet 1-1/+1
2008-01-28[TCP]: Move mss variable in tcp_mtu_probing()Gravatar David S. Miller 1-2/+2
2008-01-28[TCP]: tcp_write_timeout.c cleanupGravatar Eric Dumazet 1-14/+21
2007-10-10[TCP]: Move sack_ok access to obviously named funcs & cleanupGravatar Ilpo Järvinen 1-1/+1
2007-06-07[TCP]: Use LIMIT_NETDEBUG in tcp_retransmit_timer().Gravatar Eric Dumazet 1-2/+2
2007-05-31[TCP]: Consolidate checking for tcp orphan count being too big.Gravatar Pavel Emelianov 1-3/+1
2007-04-25[TCP]: Abstract out all write queue operations.Gravatar David S. Miller 1-5/+5
2007-02-10[NET] IPV4: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-6/+6
2006-12-02[IPV6]: Assorted trivial endianness annotations.Gravatar Al Viro 1-1/+1
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyGravatar Brian Haley 1-8/+8
2006-03-20[TCP]: MTU probingGravatar John Heffner 1-20/+16
2005-11-10[TCP]: spelling fixesGravatar Stephen Hemminger 1-2/+2
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskGravatar Arnaldo Carvalho de Melo 1-12/+14
2005-08-29[ICSK]: Move generalised functions from tcp to inet_connection_sockGravatar Arnaldo Carvalho de Melo 1-91/+2
2005-08-29[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timerGravatar Arnaldo Carvalho de Melo 1-18/+28
2005-08-29[NET]: Just move the inet_connection_sock function from tcp sourcesGravatar Arnaldo Carvalho de Melo 1-60/+5
2005-08-29[NET]: Introduce inet_connection_sockGravatar Arnaldo Carvalho de Melo 1-78/+87
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()Gravatar David S. Miller 1-3/+2
2005-06-18[NET] rename struct tcp_listen_opt to struct listen_sockGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-06-18[NET] Generalise tcp_listen_optGravatar Arnaldo Carvalho de Melo 1-7/+3
2005-06-18[NET] Rename open_request to request_sockGravatar Arnaldo Carvalho de Melo 1-3/+3
2005-06-18[NET] Generalise TCP's struct open_request minisock infrastructureGravatar Arnaldo Carvalho de Melo 1-1/+1
2005-05-05[PATCH] update Ross Biro bouncing email addressGravatar Jesper Juhl 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+656