summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-221-2/+5
|\
| * tcp: preserve ACK clocking in TSOEric Dumazet2013-03-221-2/+5
* | tcp: refactor F-RTOYuchung Cheng2013-03-211-9/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+0Star
|\|
| * tcp: fix skb_availroom()Eric Dumazet2013-03-141-1/+0Star
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-213/+6Star
* | tcp: TLP loss detection.Nandita Dukkipati2013-03-121-0/+9
* | tcp: Tail loss probe (TLP)Nandita Dukkipati2013-03-121-4/+124
|/
* tcp: fix SYN-data space mis-accountingYuchung Cheng2013-02-221-7/+11
* net: Add skb_unclone() helper function.Pravin B Shelar2013-02-151-1/+1
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-131-2/+2
* tcp: send packets with a socket timestampAndrey Vagin2013-02-131-2/+2
* net: fix possible wrong checksum generationEric Dumazet2013-01-281-2/+2
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-0/+5
|\
| * ipv6: adapt connect for repair moveAndrey Vagin2012-11-221-0/+5
* | tcp: bug fix Fast Open client retransmissionYuchung Cheng2012-12-071-5/+10
|/
* tcp: fix retransmission in repair modeAndrew Vagin2012-11-151-0/+4
* tcp: use PRR to reduce cwin in CWR stateYuchung Cheng2012-09-031-3/+3
* tcp: TCP Fast Open Server - support TFO listenersJerry Chu2012-09-011-5/+16
* tcp: fix possible socket refcount problemEric Dumazet2012-08-211-5/+9
* tcp_output: fix sparse warning for tcp_wfreeSilviu-Mihai Popescu2012-08-061-1/+1
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-021-9/+12
* net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman2012-08-011-5/+7
* tcp: dont drop MTU reduction indicationsEric Dumazet2012-07-231-1/+5
* tcp: improve latencies of timer triggered eventsEric Dumazet2012-07-201-17/+29
* net-tcp: Fast Open client - cookie-less modeYuchung Cheng2012-07-191-1/+5
* net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng2012-07-191-2/+11
* net-tcp: Fast Open client - sending SYN-dataYuchung Cheng2012-07-191-9/+106
* net-tcp: Fast Open baseYuchung Cheng2012-07-191-4/+21
* tcp: add LAST_ACK as a valid state for TSQEric Dumazet2012-07-131-2/+2
* tcp: TCP Small QueuesEric Dumazet2012-07-121-1/+153
* tcp: tcp_make_synack() consumes dst parameterEric Dumazet2012-06-041-4/+14
* tcp: tcp_make_synack() can use alloc_skb()Eric Dumazet2012-06-041-1/+1
* tcp: bool conversionsEric Dumazet2012-05-171-37/+38
* net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches2012-05-161-1/+3
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+1Star
* tcp: early retransmit: delayed fast retransmitYuchung Cheng2012-05-031-3/+2Star
* ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizingEric Dumazet2012-04-271-2/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-241-0/+1
|\
| * tcp: fix retransmit of partially acked framesEric Dumazet2012-04-181-0/+1
* | tcp: Repair socket queuesPavel Emelyanov2012-04-211-0/+1
* | tcp: Initial repair modePavel Emelyanov2012-04-211-3/+13
* | tcp: Move code aroundPavel Emelyanov2012-04-211-2/+2
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-12/+12
|/
* tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2012-04-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-041-4/+2Star
|\
| * tcp: fix tcp_trim_head() to adjust segment count with skb MSSNeal Cardwell2012-01-301-4/+2Star
* | tcp: add LINUX_MIB_TCPRETRANSFAIL counterEric Dumazet2012-01-261-1/+3
|/
* foundations of per-cgroup memory pressure controlling.Glauber Costa2011-12-131-1/+1