summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-24tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet1-4/+10
2022-08-18tcp: handle pure FIN case correctlyCong Wang1-1/+1
2022-08-18tcp: refactor tcp_read_skb() a bitCong Wang1-17/+9
2022-08-18tcp: fix tcp_cleanup_rbuf() for tcp_read_skb()Cong Wang1-10/+14
2022-08-18tcp: fix sock skb accounting in tcp_read_skb()Cong Wang1-0/+1
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+16
2022-07-27tcp: md5: fix IPv4-mapped supportEric Dumazet1-3/+12
2022-07-27tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski1-1/+41
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-3/+3
2022-07-22tcp: Fix a data-race around sysctl_tcp_autocorking.Kuniyuki Iwashima1-1/+1
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+8
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski1-11/+20
2022-07-20tcp: support externally provided ubufsPavel Begunkov1-11/+22
2022-07-18tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima1-2/+4
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima1-1/+1
2022-07-18tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima1-1/+2
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+44
2022-07-08tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima1-1/+2
2022-06-29tcp: diag: add support for TIME_WAIT sockets to tcp_abort()Eric Dumazet1-9/+17
2022-06-20net: Introduce a new proto_ops ->read_skb()Cong Wang1-6/+3
2022-06-20tcp: Introduce tcp_read_skb()Cong Wang1-0/+47
2022-06-17tcp: fix build...David S. Miller1-16/+0
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-0/+17
2022-06-17tcp: fix possible freeze in tx path under memory pressureEric Dumazet1-4/+29
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+2
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong1-12/+2
2022-06-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-7/+0
2022-06-11net: add per_cpu_fw_alloc field to struct protoEric Dumazet1-0/+2
2022-06-11net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet1-2/+2
2022-05-21net: Add a second bind table hashed by port and addressJoanne Koong1-2/+12
2022-05-13net: inet: Retire port only listening_hashMartin KaFai Lau1-1/+0
2022-04-30Merge branch 'tcp-pass-back-data-left-in-socket-after-receive' of git://git.k...Jakub Kicinski1-6/+10
2022-04-30tcp: pass back data left in socket after receiveJens Axboe1-6/+10
2022-04-27net: generalize skb freeing deferral to per-cpu listsEric Dumazet1-24/+1
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-11/+8
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+4
2022-03-10tcp: autocork: take MSG_EOR hint into considerationEric Dumazet1-1/+2
2022-03-09skb: make drop reason booleanableJakub Kicinski1-12/+9
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2022-03-03tcp: make tcp_read_sock() more robustEric Dumazet1-4/+6
2022-02-25net/tcp: Merge TCP-MD5 inbound callbacksDmitry Safonov1-0/+70
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+19
2022-02-05tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) caseEric Dumazet1-14/+19
2022-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+5
2022-02-02tcp: fix mem under-charging with zerocopy sendmsg()Eric Dumazet1-2/+5
2022-01-26net: Adjust sk_gso_max_size once when setDavid Ahern1-2/+1
2022-01-21tcp: add a missing sk_defer_free_flush() in tcp_splice_read()Eric Dumazet1-0/+1
2021-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1