summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_output.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: xps: fix reordering issuesEric Dumazet2013-05-231-4/+6
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-2/+7
|\
| * tcp: Reallocate headroom if it would overflow csum_startThomas Graf2013-04-111-2/+6
| * selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+1
* | tcp: introduce TCPSpuriousRtxHostQueues SNMP counterEric Dumazet2013-04-181-0/+7
* | tcp: GSO should be TSQ friendlyEric Dumazet2013-04-121-1/+1
* | 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/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+0
|\|
| * tcp: fix skb_availroom()Eric Dumazet2013-03-141-1/+0
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-213/+6
* | 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-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-121-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-08-311-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-07-311-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-111-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/+1
* tcp: early retransmit: delayed fast retransmitYuchung Cheng2012-05-021-3/+2
* 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-231-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