summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds2022-08-021-11/+22
|\
| * Merge branch 'for-5.20/io_uring' into for-5.20/io_uring-zerocopy-sendJens Axboe2022-07-241-6/+10
| |\
| * | tcp: support externally provided ubufsPavel Begunkov2022-07-191-11/+22
* | | 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: 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
* | tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-081-1/+2
|/
* Revert "net: Add a second bind table hashed by port and address"Joanne Koong2022-06-161-12/+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
* | net: Adjust sk_gso_max_size once when setDavid Ahern2022-01-251-2/+1
|/
* tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet2022-01-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-231-2/+1
|\
| * inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-201-2/+1
* | tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelayMaxim Galaganov2021-12-071-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-0/+3
|\|
| * tcp: Fix uninitialized access in skb frags array for Rx 0cp.Arjun Roy2021-11-121-0/+3
* | tcp: do not call tcp_cleanup_rbuf() if we have a backlogEric Dumazet2021-11-161-2/+1
* | tcp: check local var (timeo) before socket fields in one testEric Dumazet2021-11-161-2/+2
* | tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-161-2/+25
* | tcp: avoid indirect calls to sock_rfreeEric Dumazet2021-11-161-5/+15
* | tcp: tp->urg_data is unlikely to be setEric Dumazet2021-11-161-5/+5
* | tcp: annotate races around tp->urg_dataEric Dumazet2021-11-161-8/+9
* | tcp: annotate data-races on tp->segs_in and tp->data_segs_inEric Dumazet2021-11-161-2/+4
* | tcp: small optimization in tcp recvmsg()Eric Dumazet2021-11-161-2/+1
* | net: cache align tcp_memory_allocated, tcp_sockets_allocatedEric Dumazet2021-11-161-2/+2
* | net: remove sk_route_forced_capsEric Dumazet2021-11-161-1/+0
|/
* Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-11-111-2/+20
|\
| * net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-031-2/+20
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\ \ | |/ |/|
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* | Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-011-20/+2