index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
2022-12-01
1
-2
/
+2
*
tcp: tcp_wfree() refactoring
Eric Dumazet
2022-11-11
1
-17
/
+14
*
tcp: adopt try_cmpxchg() in tcp_release_cb()
Eric Dumazet
2022-11-11
1
-3
/
+3
*
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-09-30
1
-7
/
+12
*
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-28
1
-15
/
+12
|
\
|
*
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-25
1
-1
/
+1
|
*
Revert "tcp: change pingpong threshold to 3"
Wei Wang
2022-07-22
1
-9
/
+6
|
*
tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_limit_output_bytes.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_workaround_signed_windows.
Kuniyuki Iwashima
2022-07-22
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-14
/
+15
|
\
|
|
*
tcp: Fix a data-race around sysctl_tcp_retrans_collapse.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_early_retrans.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl knobs related to SYN option.
Kuniyuki Iwashima
2022-07-20
1
-5
/
+5
|
*
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_probe_interval.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
|
*
tcp: Fix a data-race around sysctl_tcp_probe_threshold.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_min_snd_mss.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+2
|
*
tcp: Fix data-races around sysctl_tcp_base_mss.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_mtu_probing.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-14
1
-2
/
+2
|
\
|
|
*
tcp: Fix a data-race around sysctl_tcp_ecn_fallback.
Kuniyuki Iwashima
2022-07-13
1
-1
/
+1
|
*
tcp: Fix data-races around sysctl_tcp_ecn.
Kuniyuki Iwashima
2022-07-13
1
-1
/
+1
*
|
tcp: make retransmitted SKB fit into the send window
Yonglong Li
2022-07-12
1
-7
/
+16
*
|
tcp: fix over estimation in sk_forced_mem_schedule()
Eric Dumazet
2022-06-17
1
-3
/
+4
*
|
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-10
1
-1
/
+1
|
/
*
tcp: tcp_rtx_synack() can be called from process context
Eric Dumazet
2022-05-31
1
-2
/
+2
*
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-16
1
-1
/
+1
*
tcp: allow MPTCP to update the announced window
Paolo Abeni
2022-05-05
1
-6
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-0
/
+1
|
\
|
*
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-25
1
-0
/
+1
*
|
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-04-06
1
-15
/
+15
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-23
1
-1
/
+4
|
\
|
*
tcp: ensure PMTU updates are processed during fastopen
Jakub Kicinski
2022-03-21
1
-1
/
+4
*
|
tcp: adjust TSO packet sizes based on min_rtt
Eric Dumazet
2022-03-09
1
-12
/
+21
*
|
net: Add skb->mono_delivery_time to distinguish mono delivery_time from (rcv)...
Martin KaFai Lau
2022-03-03
1
-7
/
+9
*
|
tcp: Change SYN ACK retransmit behaviour to account for rehash
Akhmat Karakotov
2022-01-31
1
-1
/
+3
*
|
net: Adjust sk_gso_max_size once when set
David Ahern
2022-01-25
1
-1
/
+1
|
/
*
Revert "net: snmp: add statistics for tcp small queue check"
Eric Dumazet
2021-12-01
1
-4
/
+1
*
net: snmp: add statistics for tcp small queue check
Menglong Dong
2021-11-29
1
-1
/
+4
*
net: remove sk_route_nocaps
Eric Dumazet
2021-11-16
1
-1
/
+1
*
tcp: Use BIT() for OPTION_* constants
Leonard Crestez
2021-11-04
1
-7
/
+7
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-03
1
-2
/
+5
*
net: add and use skb_unclone_keeptruesize() helper
Eric Dumazet
2021-11-02
1
-3
/
+3
*
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-01
1
-5
/
+2
*
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-01
1
-2
/
+5
*
tcp: rename sk_wmem_free_skb
Talal Ahmad
2021-11-01
1
-1
/
+1
[next]