summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | 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