Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1a2c6181c4a1922021b4d7df373bba612c3e5f04
/
net
/
ipv4
/
tcp_output.c
1a2c618
tcp: Remove TCPCT
by Christoph Paasch
· 12 years ago
9b717a8
tcp: TLP loss detection.
by Nandita Dukkipati
· 12 years ago
6ba8a3b
tcp: Tail loss probe (TLP)
by Nandita Dukkipati
· 12 years ago
1b63edd
tcp: fix SYN-data space mis-accounting
by Yuchung Cheng
· 12 years ago
14bbd6a
net: Add skb_unclone() helper function.
by Pravin B Shelar
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
ee684b6
tcp: send packets with a socket timestamp
by Andrey Vagin
· 12 years ago
cef401d
net: fix possible wrong checksum generation
by Eric Dumazet
· 12 years ago
5d134f1
tcp: make sysctl_tcp_ecn namespace aware
by Hannes Frederic Sowa
· 12 years ago
6be35c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
93b174a
tcp: bug fix Fast Open client retransmission
by Yuchung Cheng
· 12 years ago
2b91647
ipv6: adapt connect for repair move
by Andrey Vagin
· 12 years ago
ec34232
tcp: fix retransmission in repair mode
by Andrew Vagin
· 12 years ago
684bad1
tcp: use PRR to reduce cwin in CWR state
by Yuchung Cheng
· 12 years ago
8336886
tcp: TCP Fast Open Server - support TFO listeners
by Jerry Chu
· 12 years ago
144d56e
tcp: fix possible socket refcount problem
by Eric Dumazet
· 12 years ago
8e7dfbc
tcp_output: fix sparse warning for tcp_wfree
by Silviu-Mihai Popescu
· 12 years ago
1485348
tcp: Apply device TSO segment limit earlier
by Ben Hutchings
· 12 years ago
99a1dec
net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on the individual socket
by Mel Gorman
· 12 years ago
563d34d
tcp: dont drop MTU reduction indications
by Eric Dumazet
· 12 years ago
6f458df
tcp: improve latencies of timer triggered events
by Eric Dumazet
· 12 years ago
67da22d
net-tcp: Fast Open client - cookie-less mode
by Yuchung Cheng
· 12 years ago
aab4874
net-tcp: Fast Open client - detecting SYN-data drops
by Yuchung Cheng
· 12 years ago
783237e
net-tcp: Fast Open client - sending SYN-data
by Yuchung Cheng
· 12 years ago
2100c8d
net-tcp: Fast Open base
by Yuchung Cheng
· 12 years ago
d01cb20
tcp: add LAST_ACK as a valid state for TSQ
by Eric Dumazet
· 12 years ago
46d3cea
tcp: TCP Small Queues
by Eric Dumazet
· 12 years ago
4aea39c
tcp: tcp_make_synack() consumes dst parameter
by Eric Dumazet
· 12 years ago
90ba9b1
tcp: tcp_make_synack() can use alloc_skb()
by Eric Dumazet
· 12 years ago
a2a385d
tcp: bool conversions
by Eric Dumazet
· 13 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
750ea2b
tcp: early retransmit: delayed fast retransmit
by Yuchung Cheng
· 13 years ago
6746960
ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing
by Eric Dumazet
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c0e88ff
tcp: Repair socket queues
by Pavel Emelyanov
· 13 years ago
ee99528
tcp: Initial repair mode
by Pavel Emelyanov
· 13 years ago
370816a
tcp: Move code around
by Pavel Emelyanov
· 13 years ago
22b4a4f
tcp: fix retransmit of partially acked frames
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
a21d457
tcp: avoid order-1 allocations on wifi and tx path
by Eric Dumazet
· 13 years ago
dd48dc3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5b35e1e
tcp: fix tcp_trim_head() to adjust segment count with skb MSS
by Neal Cardwell
· 13 years ago
09e9b81
tcp: add LINUX_MIB_TCPRETRANSFAIL counter
by Eric Dumazet
· 13 years ago
180d8cd
foundations of per-cgroup memory pressure controlling.
by Glauber Costa
· 13 years ago
4fa48bf
tcp: fix tcp_trim_head()
by Eric Dumazet
· 13 years ago
117632e
tcp: take care of misalignments
by Eric Dumazet
· 13 years ago
6b5a5c0
tcp: do not scale TSO segment size with reordering degree
by Neal Cardwell
· 13 years ago
6d67e9b
tcp: Fix comments for Nagle algorithm
by Feng King
· 13 years ago
cf533ea
tcp: add const qualifiers where possible
by Eric Dumazet
· 13 years ago
9e903e0
net: add skb frag size accessors
by Eric Dumazet
· 13 years ago
4de075e
tcp: rename tcp_skb_cb flags
by Eric Dumazet
· 13 years ago
a262f0c
Proportional Rate Reduction for TCP.
by Nandita Dukkipati
· 13 years ago
aff65da
net: ipv4: convert to SKB frag APIs
by Ian Campbell
· 13 years ago
d9d8da8
inet: Pass flowi to ->queue_xmit().
by David S. Miller
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
2fceec1
tcp: len check is unnecessarily devastating, change to WARN_ON
by Ilpo Järvinen
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
c24f691
tcp: undo_retrans counter fixes
by Yuchung Cheng
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
356f039
TCP: increase default initial receive window.
by Nandita Dukkipati
· 14 years ago
0dbaee3
net: Abstract default ADVMSS behind an accessor.
by David S. Miller
· 14 years ago
fe6c791
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
f198725
tcp: protect sysctl_tcp_cookie_size reads
by Eric Dumazet
· 14 years ago
ad9f4f5
tcp: avoid a possible divide by zero
by Eric Dumazet
· 14 years ago
b1afde6
tcp: Bug fix in initialization of receive window.
by Nandita Dukkipati
· 14 years ago
97b1ce25
tcp: use TCP_BASE_MSS to set basic mss value
by Shan Wei
· 14 years ago
3853b58
xps: Improvements in TX queue selection
by Tom Herbert
· 14 years ago
ee58681
network: tcp_connect should return certain errors up the stack
by Eric Paris
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
a02cec2
net: return operator cleanup
by Eric Dumazet
· 14 years ago
0705c6f
tcp: update also tcp_output with regard to RFC 5681
by Gerrit Renker
· 14 years ago
e88c64f
tcp: allow effective reduction of TCP's rcv-buffer via setsockopt
by Hagen Paul Pfeifer
· 14 years ago
11fe883
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
45e77d3
tcp: fix crash in tcp_xmit_retransmit_queue
by Ilpo Järvinen
· 14 years ago
4bc2f18
net/ipv4: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
c4ead4c
tcp: tso_fragment() might avoid GFP_ATOMIC
by Eric Dumazet
· 14 years ago
a3433f3
tcp: unify tcp flag macros
by Changli Gao
· 14 years ago
de213e5e
tcp: tcp_synack_options() fix
by Eric Dumazet
· 15 years ago
a465419
net: Introduce sk_route_nocaps
by Eric Dumazet
· 15 years ago
aa2ea05
tcp: fix outsegs stat for TSO segments
by Tom Herbert
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
4e15ed4
net: replace ipfragok with skb->local_df
by Shan Wei
· 15 years ago
2e8e18e
tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb
by David S. Miller
· 15 years ago
bb29624
inet: Remove unused send_check length argument
by Herbert Xu
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
28b2774
tcp: Fix tcp_make_synack()
by Eric Dumazet
· 15 years ago
31d1292
net: Add rtnetlink init_rcvwnd to set the TCP initial receive window
by laurent chavey
· 15 years ago
12d50c4
tcp: Remove check in __tcp_push_pending_frames
by Krishna Kumar
· 15 years ago
bb5b7c1
tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.
by David S. Miller
· 15 years ago
e6b09cc
tcp: sysctl_tcp_cookie_size needs to be exported to modules.
by David S. Miller
· 15 years ago
f9a2e69
tcp: Fix warning on 64-bit.
by David S. Miller
· 15 years ago
4957faade
TCPCT part 1g: Responder Cookie => Initiator
by William Allen Simpson
· 15 years ago
bd0388a
TCPCT part 1f: Initiator Cookie => Responder
by William Allen Simpson
· 15 years ago
519855c
TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS
by William Allen Simpson
· 15 years ago
e6b4d11
TCPCT part 1a: add request_values parameter for sending SYNACK
by William Allen Simpson
· 15 years ago
9d4fb27
net/ipv4: Move && and || to end of previous line
by Joe Perches
· 15 years ago
345cda2
Allow to turn off TCP window scale opt per route
by Gilad Ben-Yossef
· 15 years ago
cda42eb
Allow disabling TCP timestamp options per route
by Gilad Ben-Yossef
· 15 years ago
Next »