Age | Commit message (Expand) | Author | Files | Lines |
2020-11-18 | bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect | John Fastabend | 1 | -1/+2 |
2020-11-18 | bpf, sockmap: Fix partial copy_page_to_iter so progress can still be made | John Fastabend | 1 | -6/+9 |
2020-08-21 | net: sk_msg: Simplify sk_psock initialization | Lorenz Bauer | 1 | -8/+5 |
2020-06-12 | bpf: tcp: Recv() should return 0 when the peer socket is closed | Sabrina Dubroca | 1 | -0/+3 |
2020-06-09 | bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg | dihu | 1 | -0/+3 |
2020-05-06 | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size | John Fastabend | 1 | -1/+0 |
2020-04-27 | bpf: Fix sk_psock refcnt leak when receiving message | Xiyu Yang | 1 | -3/+6 |
2020-03-20 | bpf, tcp: Make tcp_bpf_recvmsg static | YueHaibing | 1 | -62/+62 |
2020-03-20 | bpf, tcp: Fix unused function warnings | YueHaibing | 1 | -14/+14 |
2020-03-09 | bpf: sockmap: Move generic sockmap hooks from BPF TCP | Lorenz Bauer | 1 | -79/+5 |
2020-03-09 | bpf: tcp: Move assertions into tcp_bpf_get_proto | Lorenz Bauer | 1 | -20/+22 |
2020-03-09 | skmsg: Update saved hooks only once | Lorenz Bauer | 1 | -15/+1 |
2020-02-21 | tcp_bpf: Don't let child socket inherit parent protocol ops on copy | Jakub Sitnicki | 1 | -0/+14 |
2020-02-21 | net, sk_msg: Annotate lockless access to sk_prot on clone | Jakub Sitnicki | 1 | -1/+3 |
2020-01-15 | bpf: Sockmap/tls, fix pop data with SK_DROP return code | John Fastabend | 1 | -4/+1 |
2020-01-09 | bpf/sockmap: Read psock ingress_msg before sk_receive_queue | Lingpeng Chen | 1 | -6/+6 |
2019-11-28 | net: skmsg: fix TLS 1.3 crash with full sk_msg | Jakub Kicinski | 1 | -1/+1 |
2019-08-08 | net/tls: prevent skb_orphan() from leaking TLS plain text with offload | Jakub Kicinski | 1 | -1/+5 |
2019-05-16 | bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0 | John Fastabend | 1 | -1/+4 |
2019-05-14 | bpf: sockmap remove duplicate queue free | John Fastabend | 1 | -2/+0 |
2018-12-20 | bpf: sk_msg, sock{map|hash} redirect through ULP | John Fastabend | 1 | -1/+12 |
2018-12-20 | bpf: sk_msg, fix socket data_ready events | John Fastabend | 1 | -1/+1 |
2018-11-28 | bpf: helper to pop data from messages | John Fastabend | 1 | -3/+14 |
2018-10-30 | bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no data | John Fastabend | 1 | -0/+1 |
2018-10-17 | bpf: sockmap, support for msg_peek in sk_msg with redirect ingress | John Fastabend | 1 | -15/+27 |
2018-10-17 | bpf: sockmap, fix skmsg recvmsg handler to track size correctly | John Fastabend | 1 | -0/+1 |
2018-10-15 | bpf, sockmap: convert to generic sk_msg interface | Daniel Borkmann | 1 | -0/+655 |