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
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-26
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
2022-07-22
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-20
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
2022-07-18
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
2022-07-15
tcp/udp: Make early_demux back namespacified.
Kuniyuki Iwashima
2022-06-20
net: Introduce a new proto_ops ->read_skb()
Cong Wang
2022-06-20
tcp: Introduce tcp_read_skb()
Cong Wang
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-06-16
bpf: Add helpers to issue and check SYN cookies in XDP
Maxim Mikityanskiy
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-26
net: generalize skb freeing deferral to per-cpu lists
Eric Dumazet
2022-04-25
tcp: make sure treq->af_specific is initialized
Eric Dumazet
2022-04-25
tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT
Eric Dumazet
2022-04-22
tcp: ensure to use the most recently sent skb when filling the rate sample
Pengcheng Yang
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
2022-04-07
tcp: Add tracepoint for tcp_set_ca_state
Ping Gan
2022-04-06
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-03-09
net: tcp: fix shim definition of tcp_inbound_md5_hash
Vladimir Oltean
2022-03-09
skb: make drop reason booleanable
Jakub Kicinski
2022-03-02
tcp: Remove the unused api
Tao Chen
2022-02-24
net/tcp: Merge TCP-MD5 inbound callbacks
Dmitry Safonov
2022-02-20
net: tcp: add skb drop reasons to tcp_add_backlog()
Menglong Dong
2022-02-02
tcp: Use BPF timeout setting for SYN ACK RTO
Akhmat Karakotov
2022-01-20
tcp: Add a stub for sk_defer_free_flush()
Gal Pressman
2021-11-16
tcp: defer skb freeing after socket lock is released
Eric Dumazet
2021-11-16
tcp: annotate data-races on tp->segs_in and tp->data_segs_in
Eric Dumazet
2021-11-03
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-01
Revert "net: avoid double accounting for pure zerocopy skbs"
Jakub Kicinski
2021-11-01
net: avoid double accounting for pure zerocopy skbs
Talal Ahmad
2021-11-01
tcp: rename sk_wmem_free_skb
Talal Ahmad
2021-10-28
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
2021-10-26
tcp: rename sk_stream_alloc_skb
Eric Dumazet
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-15
tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0
Leonard Crestez
2021-10-15
tcp: switch orphan_count to bare per-cpu counters
Eric Dumazet
2021-09-30
tcp: adjust rcv_ssthresh according to sk_reserved_mem
Wei Wang
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
2021-09-23
tcp: make tcp_build_frag() static
Paolo Abeni
2021-09-23
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-23
bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
Martin KaFai Lau
2021-07-20
net/tcp_fastopen: remove obsolete extern
Eric Dumazet
2021-07-01
tcp: consistently disable header prediction for mptcp
Paolo Abeni
2021-06-04
tcp: export timestamp helpers for mptcp
Florian Westphal
2021-04-12
skmsg: Pass psock pointer to ->psock_update_sk_prot()
Cong Wang
[next]