Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
0f959e19fadf00638b686fdeb70e24dfcc7bbcac
/
net
/
ipv4
/
tcp_output.c
916e6d1
tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()
by Eric Dumazet
· 4 years, 9 months ago
8dc242a
tcp: refine tcp_pacing_delay() for very low pacing rates
by Eric Dumazet
· 4 years, 9 months ago
2b19585
tcp: add tp->dup_ack_counter
by Eric Dumazet
· 4 years, 9 months ago
071c8ed
tcp: mptcp: use mptcp receive buffer space to select rcv window
by Florian Westphal
· 4 years, 9 months ago
07f8e4d
tcp: also NULL skb->dev when copy was needed
by Florian Westphal
· 4 years, 10 months ago
b738a18
tcp: ensure skb->dev is NULL before leaving TCP stack
by Eric Dumazet
· 4 years, 10 months ago
4d8773b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
cc7972e
mptcp: parse and emit MP_CAPABLE option according to v1 spec
by Christoph Paasch
· 5 years ago
cec37a6
mptcp: Handle MP_CAPABLE options for outgoing connections
by Peter Krystad
· 5 years ago
eda7acd
mptcp: Handle MPTCP TCP options
by Peter Krystad
· 5 years ago
2bec445
tcp: do not leave dangling pointers in tp->highest_sack
by Eric Dumazet
· 5 years ago
954b3c4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
9cfcca2
tcp: Check for filled TCP option space before SACK
by Mat Martineau
· 5 years ago
8571248
tcp: coalesce/collapse must respect MPTCP extensions
by Mat Martineau
· 5 years ago
0baf26b
bpf: tcp: Support tcp_congestion_ops in bpf
by Martin KaFai Lau
· 5 years ago
8536975
tcp: Fix highest_sack and highest_sack_seq
by Cambda Zhu
· 5 years ago
7c68fa2b
net: annotate lockless accesses to sk->sk_pacing_shift
by Eric Dumazet
· 5 years ago
ee2aabd
tcp: refine tcp_write_queue_empty() implementation
by Eric Dumazet
· 5 years ago
1f85e62
tcp: do not send empty skb from tcp_write_xmit()
by Eric Dumazet
· 5 years ago
9424e2e
tcp: md5: fix potential overestimation of TCP option space
by Eric Dumazet
· 5 years ago
200ecef
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp
by Eric Dumazet
· 5 years ago
ab4e846
tcp: annotate sk->sk_wmem_queued lockless reads
by Eric Dumazet
· 5 years ago
e0d694d
tcp: annotate tp->snd_nxt lockless reads
by Eric Dumazet
· 5 years ago
0f31746
tcp: annotate tp->write_seq lockless reads
by Eric Dumazet
· 5 years ago
7db48e9
tcp: annotate tp->copied_seq lockless reads
by Eric Dumazet
· 5 years ago
d983ea6
tcp: add rcu protection around tp->fastopen_rsk
by Eric Dumazet
· 5 years ago
051ba67
tcp: force a PSH flag on TSO packets
by Eric Dumazet
· 5 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
888a5c5
tcp: inherit timestamp on mtu probe
by Willem de Bruijn
· 5 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
4147766
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
by Jakub Kicinski
· 5 years ago
b54c9d5
net: Use skb_frag_off accessors
by Jonathan Lemon
· 5 years ago
b617158
tcp: be more careful in tcp_fragment()
by Eric Dumazet
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
b6653b3
tcp: refine memory limit test in tcp_fragment()
by Eric Dumazet
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
5f3e2bf00
tcp: add tcp_min_snd_mss sysctl
by Eric Dumazet
· 6 years ago
f070ef2
tcp: tcp_fragment() should apply sane memory limits
by Eric Dumazet
· 6 years ago
3b4929f
tcp: limit payload size of sacked skbs
by Eric Dumazet
· 6 years ago
a842fe1
tcp: add optional per socket transmit delay
by Eric Dumazet
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
9e450c1
tcp: better SYNACK sent timestamp
by Yuchung Cheng
· 6 years ago
d1edc08
tcp: remove redundant check on tskb
by Colin Ian King
· 6 years ago
e6d1407
tcp: remove conditional branches from tcp_mstamp_refresh()
by Eric Dumazet
· 6 years ago
5648334
tcp: remove tcp_queue argument from tso_fragment()
by Eric Dumazet
· 6 years ago
921f9a0
tcp: convert tcp_md5_needed to static_branch API
by Eric Dumazet
· 6 years ago
70f3522
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
bf50b60
tcp: repaired skbs must init their tso_segs
by Eric Dumazet
· 6 years ago
4a41f45
tcp: change pingpong threshold to 3
by Wei Wang
· 6 years ago
31954cd
tcp: Refactor pingpong code
by Wei Wang
· 6 years ago
f859a44
tcp: allow zerocopy with fastopen
by Willem de Bruijn
· 6 years ago
c1d5674
tcp: less aggressive window probing on local congestion
by Yuchung Cheng
· 6 years ago
7ae1897
tcp: always set retrans_stamp on recovery
by Yuchung Cheng
· 6 years ago
7f12422
tcp: always timestamp on every skb transmission
by Yuchung Cheng
· 6 years ago
d8ed257
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
by Eric Dumazet
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
f9bfe4e
tcp: lack of available data can also cause TSO defer
by Eric Dumazet
· 6 years ago
b2b7af8
tcp: fix NULL ref in tail loss probe
by Yuchung Cheng
· 6 years ago
4172754
tcp: Do not underestimate rwnd_limited
by Eric Dumazet
· 6 years ago
ec641b3
tcp: fix SNMP under-estimation on failed retransmission
by Yuchung Cheng
· 6 years ago
6015c71
tcp: md5: add tcp_md5_needed jump label
by Eric Dumazet
· 6 years ago
19bf626
tcp: remove loop to compute wscale
by Eric Dumazet
· 6 years ago
b1bf78b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
86de592
tcp: defer SACK compression after DupThresh
by Eric Dumazet
· 6 years ago
c73e580
tcp: tsq: no longer use limit_output_bytes for paced flows
by Eric Dumazet
· 6 years ago
a682850
tcp: get rid of tcp_tso_should_defer() dependency on HZ/jiffies
by Eric Dumazet
· 6 years ago
f1c6ea3
tcp: refine tcp_tso_should_defer() after EDT adoption
by Eric Dumazet
· 6 years ago
1c09f7d
tcp: do not try to defer skbs with eor mark (MSG_EOR)
by Eric Dumazet
· 6 years ago
3f80e08
tcp: add tcp_reset_xmit_timer() helper
by Eric Dumazet
· 6 years ago
7986191
tcp: fix TCP_REPAIR xmit queue setup
by Eric Dumazet
· 6 years ago
864e5c0
tcp: optimize tcp internal pacing
by Eric Dumazet
· 6 years ago
a7a2563
tcp: mitigate scheduling jitter in EDT pacing model
by Eric Dumazet
· 6 years ago
76a9ebe
net: extend sk_pacing_rate to unsigned long
by Eric Dumazet
· 6 years ago
5f6188a
tcp: do not change tcp_wstamp_ns in tcp_mstamp_refresh
by Eric Dumazet
· 6 years ago
a337531
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
by Yuchung Cheng
· 6 years ago
c092dd5
tcp: switch tcp_internal_pacing() to tcp_wstamp_ns
by Eric Dumazet
· 6 years ago
ab408b6
tcp: switch tcp and sch_fq to new earliest departure time model
by Eric Dumazet
· 6 years ago
fd2bca2
tcp: switch internal pacing timer to CLOCK_TAI
by Eric Dumazet
· 6 years ago
d3edd06
tcp: provide earliest departure time in skb->tstamp
by Eric Dumazet
· 6 years ago
9799ccb
tcp: add tcp_wstamp_ns socket field
by Eric Dumazet
· 6 years ago
2fd66ff
tcp: introduce tcp_skb_timestamp_us() helper
by Eric Dumazet
· 6 years ago
13dde04
tcp: remove set but not used variable 'skb_size'
by Wei Yongjun
· 6 years ago
fb31c9b
tcp: add data bytes retransmitted stats
by Wei Wang
· 6 years ago
ba113c3
tcp: add data bytes sent stats
by Wei Wang
· 6 years ago
1972549
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
c4c5551
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
by David S. Miller
· 7 years ago
27cde44
tcp: do not cancel delay-AcK on DCTCP special ACK
by Yuchung Cheng
· 7 years ago
2987bab
tcp: helpers to send special DCTCP ack
by Yuchung Cheng
· 7 years ago
a69258f
tcp: remove DELAYED ACK events in DCTCP
by Yuchung Cheng
· 7 years ago
cadefe5
tcp_bbr: fix bbr pacing rate for internal pacing
by Eric Dumazet
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
200d95f
tcp: add TCPAckCompressed SNMP counter
by Eric Dumazet
· 7 years ago
5d9f426
tcp: add SACK compression
by Eric Dumazet
· 7 years ago
7f582b2
tcp: purge write queue in tcp_connect_init()
by Eric Dumazet
· 7 years ago
73a6bab
tcp: switch pacing timer to softirq based hrtimer
by Eric Dumazet
· 7 years ago
c36207b
tcp: remove mss check in tcp_select_initial_window()
by Wei Wang
· 7 years ago
8c2320e8
tcp: md5: only call tp->af_specific->md5_lookup() for md5 sockets
by Eric Dumazet
· 7 years ago
dcb8c9b
tcp_bbr: better deal with suboptimal GSO (II)
by Eric Dumazet
· 7 years ago
f74290f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
350c9f4
tcp_bbr: better deal with suboptimal GSO
by Eric Dumazet
· 7 years ago
Next »