index
:
kernel_google_seed.git
n7.1
kernel_google_seed
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
2014-08-15
1
-3
/
+1
*
Merge upstream tag 'v3.10.40' into msm-3.10
Ian Maund
2014-06-18
1
-0
/
+11
|
\
|
*
tcp: tcp_release_cb() should release socket ownership
Eric Dumazet
2014-04-14
1
-0
/
+11
*
|
tcp: add a sysctl to config the tcp_default_init_rwnd
JP Abgrall
2014-06-13
1
-4
/
+3
|
/
*
net-tcp: fastopen: fix high order allocations
Eric Dumazet
2014-03-23
1
-1
/
+6
*
tcp: tsq: fix nonagle handling
John Ogness
2014-03-06
1
-2
/
+11
*
tcp: don't update snd_nxt, when a socket is switched from repair mode
Andrey Vagin
2013-12-08
1
-1
/
+0
*
tcp: tsq: restore minimal amount of queueing
Eric Dumazet
2013-12-08
1
-1
/
+5
*
tcp: must unclone packets before mangling them
Eric Dumazet
2013-11-04
1
-3
/
+6
*
tcp: TSQ can use a dynamic limit
Eric Dumazet
2013-11-04
1
-6
/
+11
*
tcp: TSO packets automatic sizing
Eric Dumazet
2013-11-04
1
-1
/
+1
*
tcp: tcp_make_synack() should use sock_wmalloc
Phil Oester
2013-09-14
1
-1
/
+1
*
tcp: initialize rcv_tstamp for restored sockets
Andrew Vagin
2013-09-14
1
-0
/
+2
*
tcp: xps: fix reordering issues
Eric Dumazet
2013-05-23
1
-4
/
+6
*
net: Add MIB counters for checksum errors
Eric Dumazet
2013-04-29
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-22
1
-2
/
+7
|
\
|
*
tcp: Reallocate headroom if it would overflow csum_start
Thomas Graf
2013-04-11
1
-2
/
+6
|
*
selinux: add a skb_owned_by() hook
Eric Dumazet
2013-04-09
1
-0
/
+1
*
|
tcp: introduce TCPSpuriousRtxHostQueues SNMP counter
Eric Dumazet
2013-04-18
1
-0
/
+7
*
|
tcp: GSO should be TSQ friendly
Eric Dumazet
2013-04-12
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-22
1
-2
/
+5
|
\
|
|
*
tcp: preserve ACK clocking in TSO
Eric Dumazet
2013-03-22
1
-2
/
+5
*
|
tcp: refactor F-RTO
Yuchung Cheng
2013-03-21
1
-9
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
1
-1
/
+0
|
\
|
|
*
tcp: fix skb_availroom()
Eric Dumazet
2013-03-14
1
-1
/
+0
*
|
tcp: Remove TCPCT
Christoph Paasch
2013-03-17
1
-213
/
+6
*
|
tcp: TLP loss detection.
Nandita Dukkipati
2013-03-12
1
-0
/
+9
*
|
tcp: Tail loss probe (TLP)
Nandita Dukkipati
2013-03-12
1
-4
/
+124
|
/
*
tcp: fix SYN-data space mis-accounting
Yuchung Cheng
2013-02-22
1
-7
/
+11
*
net: Add skb_unclone() helper function.
Pravin B Shelar
2013-02-15
1
-1
/
+1
*
net: Fix possible wrong checksum generation.
Pravin B Shelar
2013-02-13
1
-2
/
+2
*
tcp: send packets with a socket timestamp
Andrey Vagin
2013-02-13
1
-2
/
+2
*
net: fix possible wrong checksum generation
Eric Dumazet
2013-01-28
1
-2
/
+2
*
tcp: make sysctl_tcp_ecn namespace aware
Hannes Frederic Sowa
2013-01-06
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-12-12
1
-0
/
+5
|
\
|
*
ipv6: adapt connect for repair move
Andrey Vagin
2012-11-22
1
-0
/
+5
*
|
tcp: bug fix Fast Open client retransmission
Yuchung Cheng
2012-12-07
1
-5
/
+10
|
/
*
tcp: fix retransmission in repair mode
Andrew Vagin
2012-11-15
1
-0
/
+4
*
tcp: use PRR to reduce cwin in CWR state
Yuchung Cheng
2012-09-03
1
-3
/
+3
*
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
2012-08-31
1
-5
/
+16
*
tcp: fix possible socket refcount problem
Eric Dumazet
2012-08-21
1
-5
/
+9
*
tcp_output: fix sparse warning for tcp_wfree
Silviu-Mihai Popescu
2012-08-06
1
-1
/
+1
*
tcp: Apply device TSO segment limit earlier
Ben Hutchings
2012-08-02
1
-9
/
+12
*
net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...
Mel Gorman
2012-07-31
1
-5
/
+7
*
tcp: dont drop MTU reduction indications
Eric Dumazet
2012-07-23
1
-1
/
+5
*
tcp: improve latencies of timer triggered events
Eric Dumazet
2012-07-20
1
-17
/
+29
*
net-tcp: Fast Open client - cookie-less mode
Yuchung Cheng
2012-07-19
1
-1
/
+5
*
net-tcp: Fast Open client - detecting SYN-data drops
Yuchung Cheng
2012-07-19
1
-2
/
+11
*
net-tcp: Fast Open client - sending SYN-data
Yuchung Cheng
2012-07-19
1
-9
/
+106
*
net-tcp: Fast Open base
Yuchung Cheng
2012-07-19
1
-4
/
+21
[next]