aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bpf.c
AgeCommit message (Expand)Author
2022-04-15bpf, sockmap: Fix double uncharge the mem of sk_msgWang Yufen
2022-04-15bpf, sockmap: Fix more uncharged while msg has more_dataWang Yufen
2021-11-02tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian
2021-07-28bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend
2020-11-24bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirectJohn Fastabend
2020-11-24bpf, sockmap: Fix partial copy_page_to_iter so progress can still be madeJohn Fastabend
2020-06-24bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsgdihu
2020-05-20bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang
2020-05-20bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend
2020-01-23bpf/sockmap: Read psock ingress_msg before sk_receive_queueLingpeng Chen
2020-01-23bpf: Sockmap/tls, fix pop data with SK_DROP return codeJohn Fastabend
2019-12-04net: skmsg: fix TLS 1.3 crash with full sk_msgJakub Kicinski
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-05-16bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend
2019-05-14bpf: sockmap remove duplicate queue freeJohn Fastabend
2018-12-20bpf: sk_msg, sock{map|hash} redirect through ULPJohn Fastabend
2018-12-20bpf: sk_msg, fix socket data_ready eventsJohn Fastabend
2018-11-28bpf: helper to pop data from messagesJohn Fastabend
2018-10-30bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend
2018-10-17bpf: sockmap, support for msg_peek in sk_msg with redirect ingressJohn Fastabend
2018-10-17bpf: sockmap, fix skmsg recvmsg handler to track size correctlyJohn Fastabend
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann