summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_bpf.c
AgeCommit message (Expand)Author
2023-10-18tcp_bpf: properly release resources on error pathsPaolo Abeni
2023-10-13tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni
2023-09-29bpf, sockmap: Do not inc copied_seq when PEEK flag setJohn Fastabend
2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells
2023-06-24tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells
2023-06-12tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-23tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsgDavid Howells
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend
2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet
2023-03-03bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian
2023-01-24bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listenerJakub Sitnicki
2022-12-01bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirectPengcheng Yang
2022-12-01bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytesPengcheng Yang
2022-12-01bpf, sockmap: Fix repeated calls to sock_put() when msg has more_dataPengcheng Yang
2022-11-01bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen
2022-10-28net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-02bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-03-15bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen
2022-03-15bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen
2022-01-05bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser()John Fastabend
2021-11-09bpf, sockmap: Fix race in ingress receive verdict with redirect to selfJohn Fastabend
2021-11-09bpf, sockmap: Remove unhash handler for BPF sockmap usageJohn Fastabend
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian
2021-07-15bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-21skmsg: Improve udp_bpf_recvmsg() accuracyCong Wang
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-01skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data()Cong Wang
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-04-01skmsg: Introduce a spinlock to protect ingress_msgCong Wang
2021-02-26bpf: Clean up sockmap related KconfigsCong Wang
2020-11-18bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend
2020-11-18bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend
2020-08-21net: sk_msg: Simplify sk_psock initializationLorenz Bauer
2020-06-12bpf: tcp: Recv() should return 0 when the peer socket is closedSabrina Dubroca
2020-06-09bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu
2020-05-06bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend
2020-04-27bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang
2020-03-20bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing