aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_timer.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: refactor F-RTOYuchung Cheng2013-03-211-5/+1
* tcp: TLP loss detection.Nandita Dukkipati2013-03-121-0/+2
* tcp: Tail loss probe (TLP)Nandita Dukkipati2013-03-121-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-2/+2
|\
| * tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu2012-10-231-2/+2
* | tcp: better retrans tracking for defer-acceptEric Dumazet2012-11-031-4/+4
|/
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-08-311-1/+38
* tcp: fix possible socket refcount problemEric Dumazet2012-08-211-2/+4
* tcp: improve latencies of timer triggered eventsEric Dumazet2012-07-201-33/+37
* tcp: early retransmit: delayed fast retransmitYuchung Cheng2012-05-021-0/+5
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-6/+8
* net: Disambiguate kernel messageArun Sharma2012-02-011-4/+1
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-2/+2
* foundations of per-cgroup memory pressure controlling.Glauber Costa2011-12-121-1/+1
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-1/+1
* TCP: remove TCP_DEBUGFlavio Leitner2011-10-241-2/+0
* tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei2011-02-201-3/+0
* tcp: use correct counters in CA_CWR state tooIlpo Järvinen2010-10-171-6/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-041-11/+14
|\
| * net-2.6: SYN retransmits: Add new parameter to retransmits_timed_out()Damian Lukowski2010-09-281-10/+14
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-4/+4
|\ \ | |/
| * tcp: Combat per-cpu skew in orphan tests.David S. Miller2010-08-251-4/+4
* | tcp: Add TCP_USER_TIMEOUT socket option.Jerry Chu2010-08-301-15/+25
|/
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-1/+0
* TCP: avoid to send keepalive probes if receiving dataFlavio Leitner2010-04-271-2/+2
* net: sk_dst_cache RCUificationEric Dumazet2010-04-131-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | net: TCP thin linear timeoutsAndreas Petlund2010-02-181-1/+20
* | tcp: account SYN-ACK timeouts & retransmissionsOctavian Purdila2010-01-171-0/+6
|/
* tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-081-0/+29
* net: Fix for dst_negative_adviceKrishna Kumar2009-10-201-2/+2
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-4/+4
* Revert Backoff [v3]: Calculate TCP's connection close threshold as a time value.Damian Lukowski2009-09-011-4/+7
* Revert Backoff [v3]: Revert RTO on ICMP destination unreachableDamian Lukowski2009-09-011-1/+1
* tcp: keepalive cleanupsEric Dumazet2009-08-281-2/+1
* tcp: cleanup ca_state mess in tcp_timerIlpo Järvinen2009-03-021-13/+10
* tcp: Stop scaring users with "treason uncloaked!"Matt Mackall2008-12-181-2/+2
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-251-1/+1
* net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.cJianjun Kong2008-11-031-2/+2
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-2/+2
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-281-2/+2
* net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-071-1/+1
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-1/+1
* mib: add net to NET_INC_STATS_BHPavel Emelyanov2008-07-161-6/+6
* tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov2008-07-031-6/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-131-5/+0
|\
| * tcp: Revert 'process defer accept as established' changes.David S. Miller2008-06-121-5/+0