index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
2023-02-01
tcp: fix rate_app_limited to default to 1
David Morley
2022-11-22
dccp/tcp: Fixup bhash2 bucket when connect() fails.
Kuniyuki Iwashima
2022-11-07
tcp: prohibit TCP_REPAIR_OPTIONS if data was already sent
Lu Wei
2022-10-22
net: flag sockets supporting msghdr originated zerocopy
Pavel Begunkov
2022-10-12
tcp: Fix data races around icsk->icsk_af_ops.
Kuniyuki Iwashima
2022-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-30
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2022-09-28
tcp: export tcp_sendmsg_fastopen
Benjamin Hesmans
2022-09-28
net: shrink struct ubuf_info
Pavel Begunkov
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-20
tcp: Introduce optional per-netns ehash.
Kuniyuki Iwashima
2022-09-20
tcp: read multiple skbs in tcp_read_skb()
Cong Wang
2022-09-16
tcp: Use WARN_ON_ONCE() in tcp_read_skb()
Peilin Ye
2022-09-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-02
bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-09-02
bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
tcp: TX zerocopy should not sense pfmemalloc status
Eric Dumazet
2022-08-31
bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)
Martin KaFai Lau
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-24
net: Add a bhash2 table hashed by port and address
Joanne Koong
2022-08-24
net: Fix data-races around sysctl_max_skb_frags.
Kuniyuki Iwashima
2022-08-24
tcp: annotate data-race around tcp_md5sig_pool_populated
Eric Dumazet
2022-08-18
bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...
Martin KaFai Lau
2022-08-18
tcp: handle pure FIN case correctly
Cong Wang
2022-08-18
tcp: refactor tcp_read_skb() a bit
Cong Wang
2022-08-18
tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()
Cong Wang
2022-08-18
tcp: fix sock skb accounting in tcp_read_skb()
Cong Wang
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-27
tcp: md5: fix IPv4-mapped support
Eric Dumazet
2022-07-26
tcp: allow tls to decrypt directly from the tcp rcv queue
Jakub Kicinski
2022-07-25
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
2022-07-22
tcp: Fix a data-race around sysctl_tcp_autocorking.
Kuniyuki Iwashima
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-19
Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...
Jakub Kicinski
2022-07-19
tcp: support externally provided ubufs
Pavel Begunkov
2022-07-18
tcp: Fix data-races around sysctl_tcp_fastopen.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around sysctl_tcp_reordering.
Kuniyuki Iwashima
2022-07-18
tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.
Kuniyuki Iwashima
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-07-08
tcp: Fix a data-race around sysctl_tcp_max_orphans.
Kuniyuki Iwashima
2022-06-28
tcp: diag: add support for TIME_WAIT sockets to tcp_abort()
Eric Dumazet
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
tcp: fix build...
David S. Miller
[next]