index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_output.c
Age
Commit message (
Expand
)
Author
2023-11-07
tcp: Fix -Wc23-extensions in tcp_options_write()
Nathan Chancellor
2023-11-03
tcp: fix fastopen code vs usec TS
Eric Dumazet
2023-10-27
net/tcp: Sign SYN-ACK segments with TCP-AO
Dmitry Safonov
2023-10-27
net/tcp: Wire TCP-AO to request sockets
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO sign to twsk
Dmitry Safonov
2023-10-27
net/tcp: Add TCP-AO sign to outgoing packets
Dmitry Safonov
2023-10-27
net/tcp: Calculate TCP-AO traffic keys
Dmitry Safonov
2023-10-27
net/tcp: Prevent TCP-MD5 with TCP-AO being set
Dmitry Safonov
2023-10-25
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
2023-10-23
tcp: add support for usec resolution in TCP TS values
Eric Dumazet
2023-10-23
tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()
Eric Dumazet
2023-10-23
tcp: rename tcp_skb_timestamp()
Eric Dumazet
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-18
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
2023-10-17
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2023-10-16
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-11
net: tcp: fix crashes trying to free half-baked MTU probes
Jakub Kicinski
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-04
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
2023-10-01
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
2023-10-01
tcp: derive delack_max from rto_min
Eric Dumazet
2023-09-12
tcp: defer regular ACK while processing socket backlog
Eric Dumazet
2023-09-12
tcp: no longer release socket ownership in tcp_release_cb()
Eric Dumazet
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-08-18
tcp: refine skb->ooo_okay setting
Eric Dumazet
2023-08-13
net: tcp: send zero-window ACK when no memory
Menglong Dong
2023-08-04
tcp: Disable header prediction for MD5 flow.
Kuniyuki Iwashima
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->ts_recent
Eric Dumazet
2023-07-18
tcp: annotate data-races around tcp_rsk(req)->txhash
Eric Dumazet
2023-06-17
tcp: enforce receive buffer memory limits by allowing the tcp window to shrink
mfreemon@cloudflare.com
2023-06-12
tcp: remove size parameter from tcp_stream_alloc_skb()
Eric Dumazet
2023-06-12
tcp: remove some dead code
Eric Dumazet
2023-06-12
tcp: let tcp_send_syn_data() build headless packets
Eric Dumazet
2023-06-08
tcp: let tcp_mtu_probe() build headless packets
Eric Dumazet
2023-03-18
tcp: preserve const qualifier in tcp_sk()
Eric Dumazet
2023-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-17
tcp: annotate lockless access to sk->sk_err
Eric Dumazet
2023-03-09
tcp: tcp_make_synack() can be called from process context
Breno Leitao
2022-12-01
net/tcp: Disable TCP-MD5 static key on tcp_md5sig_info destruction
Dmitry Safonov
2022-11-11
tcp: tcp_wfree() refactoring
Eric Dumazet
2022-11-11
tcp: adopt try_cmpxchg() in tcp_release_cb()
Eric Dumazet
2022-09-30
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-22
Revert "tcp: change pingpong threshold to 3"
Wei Wang
2022-07-22
tcp: Fix a data-race around sysctl_tcp_tso_rtt_log.
Kuniyuki Iwashima
2022-07-22
tcp: Fix a data-race around sysctl_tcp_min_tso_segs.
Kuniyuki Iwashima
[next]