index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-04
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
1
-4
/
+3
2023-10-01
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
1
-4
/
+5
2023-10-01
tcp: derive delack_max from rto_min
Eric Dumazet
1
-1
/
+15
2023-09-12
tcp: defer regular ACK while processing socket backlog
Eric Dumazet
1
-1
/
+4
2023-09-12
tcp: no longer release socket ownership in tcp_release_cb()
Eric Dumazet
1
-10
/
+0
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
1
-1
/
+1
2023-08-18
tcp: refine skb->ooo_okay setting
Eric Dumazet
1
-7
/
+14
2023-08-13
net: tcp: send zero-window ACK when no memory
Menglong Dong
1
-3
/
+11
2023-08-04
tcp: Disable header prediction for MD5 flow.
Kuniyuki Iwashima
1
-5
/
+0
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->ts_recent
Eric Dumazet
1
-1
/
+1
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->txhash
Eric Dumazet
1
-2
/
+2
2023-06-17
tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
mfreemon@cloudflare.com
1
-9
/
+51
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
1
-5
/
+5
2023-06-12
tcp: remove some dead code
Eric Dumazet
1
-28
/
+12
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
1
-12
/
+19
2023-06-08
tcp: let tcp_mtu_probe() build headless packets
Eric Dumazet
1
-2
/
+58
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
1
-2
/
+7
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-03-17
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
1
-1
/
+1
2023-03-09
tcp: tcp_make_synack() can be called from process context
Breno Leitao
1
-1
/
+1
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
1
-2
/
+2
2022-11-11
tcp: tcp_wfree() refactoring
Eric Dumazet
1
-17
/
+14
2022-11-11
tcp: adopt try_cmpxchg() in tcp_release_cb()
Eric Dumazet
1
-3
/
+3
2022-09-30
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
1
-7
/
+12
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
1
-1
/
+1
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-15
/
+12
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
Revert "tcp: change pingpong threshold to 3"
Wei Wang
1
-9
/
+6
2022-07-22
tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-22
tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+15
2022-07-20
tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-20
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-20
tcp: Fix a data-race around sysctl_tcp_early_retrans.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-20
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
1
-5
/
+5
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix a data-race around sysctl_tcp_probe_interval.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix a data-race around sysctl_tcp_probe_threshold.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix data-races around sysctl_tcp_min_snd_mss.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-15
tcp: Fix data-races around sysctl_tcp_base_mss.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
tcp: Fix data-races around sysctl_tcp_mtu_probing.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2022-07-13
tcp: Fix a data-race around sysctl_tcp_ecn_fallback.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-13
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-12
tcp: make retransmitted SKB fit into the send window
Yonglong Li
1
-7
/
+16
2022-06-17
tcp: fix over estimation in sk_forced_mem_schedule()
Eric Dumazet
1
-3
/
+4
2022-06-10
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
1
-1
/
+1
[prev]
[next]