summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* 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: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-1/+1
* net: Fix data-races around sysctl_max_skb_frags.Kuniyuki Iwashima2022-08-241-2/+2
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-161-12/+2
|\|
| * Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-12/+2
* | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-7/+0
* | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+2
* | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-2/+2
|/
* net: Add a second bind table hashed by port and addressJoanne Koong2022-05-201-2/+12
* net: inet: Retire port only listening_hashMartin KaFai Lau2022-05-121-1/+0
* Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski2022-04-291-6/+10
|\
| * tcp: pass back data left in socket after receiveJens Axboe2022-04-291-6/+10
* | net: generalize skb freeing deferral to per-cpu listsEric Dumazet2022-04-261-24/+1
* | net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp2022-04-121-11/+8
* | tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-4/+4
|/
* tcp: autocork: take MSG_EOR hint into considerationEric Dumazet2022-03-091-1/+2
* skb: make drop reason booleanableJakub Kicinski2022-03-091-12/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+6
|\
| * tcp: make tcp_read_sock() more robustEric Dumazet2022-03-021-4/+6
* | net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov2022-02-241-0/+70
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-14/+19
|\|
| * tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet2022-02-041-14/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-031-2/+5
|\|
| * tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet2022-02-011-2/+5