Age | Commit message (Expand) | Author | Files | Lines |
2022-12-01 | bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes |  Pengcheng Yang | 1 | -0/+1 |
2022-11-03 | bpf, sock_map: Move cancel_work_sync() out of sock lock |  Cong Wang | 1 | -1/+1 |
2022-08-10 | net: fix refcount bug in sk_psock_get (2) |  Hawkins Jiawei | 1 | -1/+2 |
2022-06-02 | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues |  Wang Yufen | 1 | -0/+1 |
2022-03-15 | bpf, sockmap: Fix memleak in sk_psock_queue_msg |  Wang Yufen | 1 | -9/+4 |
2022-02-09 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 1 | -5/+0 |
2022-02-05 | skmsg: convert struct sk_msg_sg::copy to a bitmap |  Eric Dumazet | 1 | -6/+5 |
2022-01-26 | bpf: remove unused static inlines |  Jakub Kicinski | 1 | -5/+0 |
2021-11-16 | net: use sk_is_tcp() in more places |  Eric Dumazet | 1 | -6/+0 |
2021-11-09 | bpf, sockmap: Use stricter sk state checks in sk_lookup_assign |  John Fastabend | 1 | -0/+12 |
2021-11-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Jakub Kicinski | 1 | -2/+16 |
2021-11-01 | skmsg: Lose offset info in sk_psock_skb_ingress |  Liu Jian | 1 | -2/+16 |
2021-10-26 | skmsg: Extract and reuse sk_msg_is_readable() |  Cong Wang | 1 | -0/+1 |
2021-07-27 | bpf, sockmap: Fix memleak on ingress msg enqueue |  John Fastabend | 1 | -19/+35 |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -1/+0 |
2021-06-29 | net: sock: introduce sk_error_report |  Alexander Aring | 1 | -1/+1 |
2021-06-21 | skmsg: Improve udp_bpf_recvmsg() accuracy |  Cong Wang | 1 | -2/+0 |
2021-05-18 | skmsg: Remove unused parameters of sk_msg_wait_data() |  Cong Wang | 1 | -2/+1 |
2021-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -2/+3 |
2021-04-12 | skmsg: Pass psock pointer to ->psock_update_sk_prot() |  Cong Wang | 1 | -2/+3 |
2021-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -1/+0 |
2021-04-07 | bpf, sockmap: Fix sk->prot unhash op reset |  John Fastabend | 1 | -1/+6 |
2021-04-01 | skmsg: Extract __tcp_bpf_recvmsg() and tcp_bpf_wait_data() |  Cong Wang | 1 | -0/+4 |
2021-04-01 | sock: Introduce sk->sk_prot->psock_update_sk_prot() |  Cong Wang | 1 | -15/+3 |
2021-04-01 | sock_map: Introduce BPF_SK_SKB_VERDICT |  Cong Wang | 1 | -0/+2 |
2021-04-01 | skmsg: Use rcu work for destroying psock |  Cong Wang | 1 | -4/+1 |
2021-04-01 | skmsg: Avoid lock_sock() in sk_psock_backlog() |  Cong Wang | 1 | -0/+2 |
2021-04-01 | skmsg: Introduce a spinlock to protect ingress_msg |  Cong Wang | 1 | -0/+46 |
2021-02-26 | skmsg: Remove unused sk_psock_stop() declaration |  Cong Wang | 1 | -1/+0 |
2021-02-26 | skmsg: Make __sk_psock_purge_ingress_msg() static |  Cong Wang | 1 | -2/+0 |
2021-02-26 | sock_map: Rename skb_parser and skb_verdict |  Cong Wang | 1 | -4/+4 |
2021-02-26 | skmsg: Move sk_redir from TCP_SKB_CB to skb |  Cong Wang | 1 | -0/+38 |
2021-02-26 | skmsg: Get rid of struct sk_psock_parser |  Cong Wang | 1 | -12/+7 |
2021-02-26 | bpf: Clean up sockmap related Kconfigs |  Cong Wang | 1 | -0/+18 |
2021-01-28 | skmsg: Make sk_psock_destroy() static |  Cong Wang | 1 | -1/+0 |
2020-10-11 | bpf, sockmap: Allow skipping sk_skb parser program |  John Fastabend | 1 | -0/+2 |
2020-08-21 | net: sk_msg: Simplify sk_psock initialization |  Lorenz Bauer | 1 | -17/+0 |
2020-06-30 | bpf: sockmap: Require attach_bpf_fd when detaching a program |  Lorenz Bauer | 1 | -0/+13 |
2020-06-01 | bpf: Fix running sk_skb program types with ktls |  John Fastabend | 1 | -0/+8 |
2020-05-06 | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.size |  John Fastabend | 1 | -0/+1 |
2020-03-09 | bpf: sockmap: Move generic sockmap hooks from BPF TCP |  Lorenz Bauer | 1 | -28/+0 |
2020-03-09 | skmsg: Update saved hooks only once |  Lorenz Bauer | 1 | -4/+16 |
2020-03-09 | bpf: sockmap: Only check ULP for TCP sockets |  Lorenz Bauer | 1 | -1/+7 |
2020-02-21 | net, sk_msg: Annotate lockless access to sk_prot on clone |  Jakub Sitnicki | 1 | -1/+2 |
2020-02-19 | bpf, sk_msg: Don't clear saved sock proto on restore |  Jakub Sitnicki | 1 | -7/+1 |
2020-02-19 | bpf, sk_msg: Let ULP restore sk_proto and write_space callback |  Jakub Sitnicki | 1 | -10/+1 |
2020-01-15 | bpf: Sockmap/tls, push write_space updates through ulp updates |  John Fastabend | 1 | -4/+8 |
2020-01-15 | bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop |  John Fastabend | 1 | -0/+1 |
2019-11-28 | net: skmsg: fix TLS 1.3 crash with full sk_msg |  Jakub Kicinski | 1 | -14/+14 |
2019-11-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  David S. Miller | 1 | -3/+6 |