| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf, sockmap: Fix map type error in sock_map_del_link | Xu Kuohai | 2023-08-09 | 1 | -5/+5 |
* | bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire | Tomas Glozar | 2023-08-01 | 1 | -2/+0 |
* | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko | 2023-06-19 | 1 | -4/+0 |
* | bpf, sockmap: Convert schedule_work into delayed_work | John Fastabend | 2023-05-23 | 1 | -1/+2 |
* | bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap | Daniel Borkmann | 2023-04-13 | 1 | -6/+4 |
* | bpf, sockmap: fix deadlocks in the sockhash and sockmap | Xin Liu | 2023-04-12 | 1 | -4/+6 |
* | bpf: return long from bpf_map_ops funcs | JP Kobryn | 2023-03-22 | 1 | -4/+4 |
* | bpf, net: sock_map memory usage | Yafang Shao | 2023-03-07 | 1 | -0/+20 |
* | bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself | Jakub Sitnicki | 2023-01-24 | 1 | -27/+34 |
* | bpf, sockmap: fix race in sock_map_free() | Eric Dumazet | 2022-12-04 | 1 | -0/+2 |
* | bpf, sock_map: Move cancel_work_sync() out of sock lock | Cong Wang | 2022-11-03 | 1 | -3/+4 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2022-08-17 | 1 | -6/+6 |
|\ |
|
| * | bpf: Use bpf_map_area_alloc consistently on bpf map creation | Yafang Shao | 2022-08-10 | 1 | -6/+6 |
| * | bpf: Make __GFP_NOWARN consistent in bpf map creation | Yafang Shao | 2022-08-10 | 1 | -2/+2 |
* | | bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator | Hou Tao | 2022-08-10 | 1 | -1/+19 |
|/ |
|
* | bpf: Fix sockmap calling sleepable function in teardown path | John Fastabend | 2022-06-28 | 1 | -1/+1 |
* | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queues | Wang Yufen | 2022-06-02 | 1 | -0/+23 |
* | bpf: Compute map_btf_id during build time | Menglong Dong | 2022-04-26 | 1 | -6/+4 |
* | bpf: support BPF_PROG_QUERY for progs attached to sockmap | Di Zhu | 2022-01-20 | 1 | -7/+70 |
* | bpf, sockmap: Fix double bpf_prog_put on error case in map_link | John Fastabend | 2022-01-05 | 1 | -8/+13 |
* | bpf: Introduce MEM_RDONLY flag | Hao Luo | 2021-12-18 | 1 | -1/+1 |
* | bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULL | Hao Luo | 2021-12-18 | 1 | -1/+1 |
* | bpf, sockmap: Re-evaluate proto ops when psock is removed from sockmap | John Fastabend | 2021-11-20 | 1 | -1/+4 |
* | bpf, sockmap: Attach map progs to psock early for feature probes | John Fastabend | 2021-11-20 | 1 | -4/+6 |
* | bpf, sockmap: Use stricter sk state checks in sk_lookup_assign | John Fastabend | 2021-11-09 | 1 | -6/+0 |
* | af_unix: Add unix_stream_proto for sockmap | Jiang Wang | 2021-08-16 | 1 | -0/+1 |
* | af_unix: Implement ->psock_update_sk_prot() | Cong Wang | 2021-07-15 | 1 | -0/+1 |
* | sock_map: Lift socket state restriction for datagram sockets | Cong Wang | 2021-07-15 | 1 | -20/+1 |
* | bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc | Bui Quang Minh | 2021-06-22 | 1 | -1/+1 |
* | sock_map: Fix a potential use-after-free in sock_map_close() | Cong Wang | 2021-04-12 | 1 | -1/+2 |
* | skmsg: Pass psock pointer to ->psock_update_sk_prot() | Cong Wang | 2021-04-12 | 1 | -1/+1 |
* | sock_map: Update sock type checks for UDP | Cong Wang | 2021-04-01 | 1 | -1/+4 |
* | sock: Introduce sk->sk_prot->psock_update_sk_prot() | Cong Wang | 2021-04-01 | 1 | -20/+4 |
* | sock_map: Introduce BPF_SK_SKB_VERDICT | Cong Wang | 2021-04-01 | 1 | -0/+28 |
* | sock_map: Kill sock_map_link_no_progs() | Cong Wang | 2021-04-01 | 1 | -40/+15 |
* | sock_map: Simplify sock_map_link() a bit | Cong Wang | 2021-04-01 | 1 | -4/+5 |
* | skmsg: Avoid lock_sock() in sk_psock_backlog() | Cong Wang | 2021-04-01 | 1 | -0/+1 |
* | sock_map: Make sock_map_prog_update() static | Cong Wang | 2021-02-26 | 1 | -2/+5 |
* | sock_map: Rename skb_parser and skb_verdict | Cong Wang | 2021-02-26 | 1 | -30/+30 |
* | skmsg: Move sk_redir from TCP_SKB_CB to skb | Cong Wang | 2021-02-26 | 1 | -6/+2 |
* | skmsg: Get rid of struct sk_psock_parser | Cong Wang | 2021-02-26 | 1 | -4/+4 |
* | bpf: Clean up sockmap related Kconfigs | Cong Wang | 2021-02-26 | 1 | -0/+2 |
* | bpf: Replace fput with sockfd_put in sock map | Zheng Yongjun | 2021-01-08 | 1 | -1/+1 |
* | bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps | Roman Gushchin | 2020-12-02 | 1 | -27/+6 |
* | bpf: Refine memcg-based memory accounting for sockmap and sockhash maps | Roman Gushchin | 2020-12-02 | 1 | -4/+5 |
* | net, sockmap: Don't call bpf_prog_put() on NULL pointer | Alex Dewar | 2020-10-15 | 1 | -7/+9 |
* | bpf, sockmap: Add locking annotations to iterator | Lorenz Bauer | 2020-10-15 | 1 | -0/+8 |
* | bpf, sockmap: Allow skipping sk_skb parser program | John Fastabend | 2020-10-11 | 1 | -7/+15 |
* | bpf, sockmap: Check skb_verdict and skb_parser programs explicitly | John Fastabend | 2020-10-11 | 1 | -7/+8 |
* | bpf, net: Rework cookie generator as per-cpu one | Daniel Borkmann | 2020-09-30 | 1 | -2/+2 |