Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c8c9aeb519496f403563c715616dfc2a921a7eae
/
net
/
ipv4
/
tcp_output.c
c8c9aeb
tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions
by Stefano Brivio
· 7 years ago
b4f70c3
tcp: allow TLP in ECN CWR
by Neal Cardwell
· 7 years ago
ed66dfa
tcp: when scheduling TLP, time of RTO should account for current ACK
by Neal Cardwell
· 7 years ago
5bbcc0f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
3a9b76f
tcp: allow drivers to tweak TSQ logic
by Eric Dumazet
· 7 years ago
737ff31
tcp: use sequence distance to detect reordering
by Yuchung Cheng
· 7 years ago
713bafe
tcp: retire FACK loss detection
by Yuchung Cheng
· 7 years ago
356d183
tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmem
by Eric Dumazet
· 7 years ago
8c5db92
Merge branch 'linus' into locking/core, to resolve conflicts
by Ingo Molnar
· 7 years ago
35e00da
tcp: do not clear again skb->csum in tcp_init_nondata_skb()
by Eric Dumazet
· 7 years ago
2a17178
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
f67971e
tcp: tcp_fragment() should not assume rtx skbs
by Eric Dumazet
· 7 years ago
3b11775
tcp: do not mangle skb->cb[] in tcp_make_synack()
by Eric Dumazet
· 7 years ago
cf34ce3
tcp: add tracepoint trace_tcp_retransmit_synack()
by Song Liu
· 7 years ago
ed29668
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
2b7cda9
tcp: fix tcp_mtu_probe() vs highest_sack
by Eric Dumazet
· 7 years ago
e1ea2f9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
26e9596
tcp: Namespace-ify sysctl_tcp_min_tso_segs
by Eric Dumazet
· 7 years ago
9184d8b
tcp: Namespace-ify sysctl_tcp_limit_output_bytes
by Eric Dumazet
· 7 years ago
ceef9ab
tcp: Namespace-ify sysctl_tcp_workaround_signed_windows
by Eric Dumazet
· 7 years ago
d06a990
tcp: Namespace-ify sysctl_tcp_tso_win_divisor
by Eric Dumazet
· 7 years ago
ee1836a
tcp: refresh tp timestamp before tcp_mtu_probe()
by Eric Dumazet
· 7 years ago
e0a1e5b
tcp: Namespace-ify sysctl_tcp_retrans_collapse
by Eric Dumazet
· 7 years ago
b510f0d
tcp: Namespace-ify sysctl_tcp_slow_start_after_idle
by Eric Dumazet
· 7 years ago
2ae21cf
tcp: Namespace-ify sysctl_tcp_early_retrans
by Eric Dumazet
· 7 years ago
60e2a77
tcp: TCP experimental option for SMC
by Ursula Braun
· 7 years ago
5889e2c
tcp: call tcp_rate_skb_sent() when retransmit with unaligned skb->data
by Yousuk Seung
· 7 years ago
6aa7de0
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
by Mark Rutland
· 7 years ago
c24b14c4
tcp: add tracepoint trace_tcp_send_reset
by Song Liu
· 7 years ago
3a91d29
tcp: do tcp_mstamp_refresh before retransmits on TSQ handler
by Koichiro Den
· 7 years ago
ba233b3
tcp: fix tcp_send_syn_data()
by Eric Dumazet
· 7 years ago
b9f1f1c
tcp: fix tcp_xmit_retransmit_queue() after rbtree introduction
by Eric Dumazet
· 7 years ago
e086101
tcp: add a tracepoint for tcp retransmission
by Cong Wang
· 7 years ago
75c119a
tcp: implement rb-tree based retransmit queue
by Eric Dumazet
· 7 years ago
e208007
tcp: new list for sent but unacked skbs for RACK recovery
by Eric Dumazet
· 7 years ago
b5b7db8
tcp: fastopen: fix on syn-data transmit failure
by Eric Dumazet
· 7 years ago
4c71244
tcp: remove two unused functions
by Yuchung Cheng
· 7 years ago
fc22579
tcp: fix data delivery rate
by Eric Dumazet
· 7 years ago
8c72c65
tcp: update skb->skb_mstamp more carefully
by Eric Dumazet
· 7 years ago
31770e3
tcp: Revert "tcp: remove header prediction"
by Florian Westphal
· 7 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
8ba6092
tcp: fastopen: tcp_connect() must refresh the route
by Eric Dumazet
· 7 years ago
df92c83
tcp: fix xmit timer to only be reset if data ACKed/SACKed
by Neal Cardwell
· 7 years ago
a281581
tcp: enable xmit timer fix by having TLP use time when RTO should fire
by Neal Cardwell
· 7 years ago
29fda25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
45f119b
tcp: remove header prediction
by Florian Westphal
· 7 years ago
efe967c
tcp: avoid bogus gcc-7 array-bounds warning
by Arnd Bergmann
· 7 years ago
bb4d991
tcp: adjust tail loss probe timeout
by Yuchung Cheng
· 7 years ago
e05a90e
net: reflect mark on tcp syn ack packets
by Jamal Hadi Salim
· 8 years ago
91b5b21
bpf: Add support for changing congestion control
by Lawrence Brakmo
· 8 years ago
9872a4b
bpf: Add TCP connection BPF callbacks
by Lawrence Brakmo
· 8 years ago
13d3b1e
bpf: Support for setting initial receive window
by Lawrence Brakmo
· 8 years ago
8550f32
bpf: Support for per connection SYN/SYN-ACK RTOs
by Lawrence Brakmo
· 8 years ago
14afee4
net: convert sock.sk_wmem_alloc from atomic_t to refcount_t
by Reshetova, Elena
· 8 years ago
5d2ed05
tcp: Namespaceify sysctl_tcp_timestamps
by Eric Dumazet
· 8 years ago
9bb37ef
tcp: Namespaceify sysctl_tcp_window_scaling
by Eric Dumazet
· 8 years ago
f930103
tcp: Namespaceify sysctl_tcp_sack
by Eric Dumazet
· 8 years ago
f4d0166
tcp: remove unnecessary skb_reset_tail_pointer()
by Eric Dumazet
· 8 years ago
9a568de
tcp: switch TCP TS option (RFC 7323) to 1ms clock
by Eric Dumazet
· 8 years ago
ac9517f
tcp: replace misc tcp_time_stamp to tcp_jiffies32
by Eric Dumazet
· 8 years ago
628174c
tcp: uses jiffies_32 to feed tp->chrono_start
by Eric Dumazet
· 8 years ago
c74df29
tcp: use tcp_jiffies32 to feed probe_timestamp
by Eric Dumazet
· 8 years ago
70eabf0
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
by Eric Dumazet
· 8 years ago
c2203cf
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
by Eric Dumazet
· 8 years ago
d635fbe
tcp: use tcp_jiffies32 to feed tp->lsndtime
by Eric Dumazet
· 8 years ago
385e207
tcp: use tp->tcp_mstamp in output path
by Eric Dumazet
· 8 years ago
218af59
tcp: internal implementation for pacing
by Eric Dumazet
· 8 years ago
1b1fc3f
tcp: make congestion control optionally skip slow start after idle
by Wei Wang
· 8 years ago
8d65b08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
7162fb2
tcp: do not underestimate skb->truesize in tcp_trim_head()
by Eric Dumazet
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7cc2b04
net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb
by Gao Feng
· 8 years ago
589c49c
net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
by Gao Feng
· 8 years ago
1935299
net: tcp: Refine the __tcp_select_window
by Gao Feng
· 8 years ago
a4ecb15
tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scaling
by Cui, Cheng
· 8 years ago
c3a2e83
tcp: replace dst_confirm with sk_dst_confirm
by Julian Anastasov
· 8 years ago
38ab52e
tcp: clear pfmemalloc on outgoing skb
by Eric Dumazet
· 8 years ago
3541f9e
tcp: add tcp_mss_clamp() helper
by Eric Dumazet
· 8 years ago
e216015
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
06425c3
tcp: fix 0 divide in __tcp_select_window()
by Eric Dumazet
· 8 years ago
678550c6
tcp: include locally failed retries in retransmission stats
by Yuchung Cheng
· 8 years ago
065263f
net/tcp-fastopen: refactor cookie check logic
by Wei Wang
· 8 years ago
bec41a1
tcp: remove early retransmit
by Yuchung Cheng
· 8 years ago
840a3cb
tcp: remove forward retransmit feature
by Yuchung Cheng
· 8 years ago
57dde7f
tcp: add reordering timer in RACK loss detection
by Yuchung Cheng
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
0a9648f
tcp: add a missing barrier in tcp_tasklet_func()
by Eric Dumazet
· 8 years ago
7aa5470
tcp: tsq: move tsq_flags close to sk_wmem_alloc
by Eric Dumazet
· 8 years ago
12a59ab
tcp: tcp_mtu_probe() is likely to exit early
by Eric Dumazet
· 8 years ago
75eefc6
tcp: tsq: add a shortcut in tcp_small_queue_check()
by Eric Dumazet
· 8 years ago
a9b204d
tcp: tsq: avoid one atomic in tcp_wfree()
by Eric Dumazet
· 8 years ago
b223feb
tcp: tsq: add shortcut in tcp_tasklet_func()
by Eric Dumazet
· 8 years ago
408f0a6
tcp: tsq: remove one locked operation in tcp_wfree()
by Eric Dumazet
· 8 years ago
40fc342
tcp: tsq: add tsq_flags / tsq_enum
by Eric Dumazet
· 8 years ago
95a22ca
tcp: randomize tcp timestamp offsets for each connection
by Florian Westphal
· 8 years ago
b0f71bd
tcp: instrument how long TCP is limited by insufficient send buffer
by Francis Yan
· 8 years ago
5615f88
tcp: instrument how long TCP is limited by receive window
by Francis Yan
· 8 years ago
0f87230
tcp: instrument how long TCP is busy sending
by Francis Yan
· 8 years ago
05b055e
tcp: instrument tcp sender limits chronographs
by Francis Yan
· 8 years ago
f8071cd
tcp: enhance tcp_collapse_retrans() with skb_shift()
by Eric Dumazet
· 8 years ago
Next »