summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima2022-11-221-2/+1
* tcp: prohibit TCP_REPAIR_OPTIONS if data was already sentLu Wei2022-11-071-1/+1
* net: flag sockets supporting msghdr originated zerocopyPavel Begunkov2022-10-221-0/+1
* tcp: Fix data races around icsk->icsk_af_ops.Kuniyuki Iwashima2022-10-121-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-031-0/+2
|\
| * tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell2022-09-301-0/+2
* | tcp: export tcp_sendmsg_fastopenBenjamin Hesmans2022-09-281-3/+2
* | net: shrink struct ubuf_infoPavel Begunkov2022-09-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-10/+19
|\ \ | |/
| * tcp: read multiple skbs in tcp_read_skb()Cong Wang2022-09-201-10/+19
| * tcp: Use WARN_ON_ONCE() in tcp_read_skb()Peilin Ye2022-09-161-1/+1
* | tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-1/+1
|\ \ | |/
| * tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-1/+1
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-061-57/+59
|\ \
| * | bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau2022-09-021-2/+2
| * | bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-9/+9
| * | bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-35/+37
| * | bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-1/+1
| * | bpf: Change bpf_setsockopt(SOL_TCP) to reuse do_tcp_setsockopt()Martin KaFai Lau2022-08-181-2/+2
| * | bpf: net: Change do_tcp_setsockopt() to use the sockopt's lock_sock() and cap...Martin KaFai Lau2022-08-181-9/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-251-2/+2
|\ \ \ | | |/ | |/|
| * | net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2022-08-241-2/+2
* | | net: Add a bhash2 table hashed by port and addressJoanne Koong2022-08-241-1/+10
* | | tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet2022-08-241-4/+10
|/ /
* | tcp: handle pure FIN case correctlyCong Wang2022-08-181-1/+1
* | tcp: refactor tcp_read_skb() a bitCong Wang2022-08-181-17/+9
* | tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang2022-08-181-10/+14
* | tcp: fix sock skb accounting in tcp_read_skb()Cong Wang2022-08-181-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-7/+16
|\
| * tcp: md5: fix IPv4-mapped supportEric Dumazet2022-07-271-3/+12
| * net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima2022-07-251-3/+3
| * tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima2022-07-221-1/+1
* | tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-1/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-211-5/+8
|\ \ | |/
| * tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-181-2/+4
| * tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-181-1/+1
| * tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-181-1/+1
| * tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima2022-07-181-1/+2
* | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-191-11/+20
|\ \
| * | tcp: support externally provided ubufsPavel Begunkov2022-07-191-11/+22
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-1/+2
|\ \ \ | | |/ | |/|
| * | tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-081-1/+2
| |/
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-091-0/+44
|\ \
| * | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-6/+3
| * | tcp: Introduce tcp_read_skb()Cong Wang2022-06-201-0/+47
* | | tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet2022-06-281-9/+17
|/ /
* | tcp: fix build...David S. Miller2022-06-171-16/+0
* | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-0/+17
* | tcp: fix possible freeze in tx path under memory pressureEric Dumazet2022-06-171-4/+29