| Commit message (Expand) | Author | Age | Files | Lines |
* | bpf: Centralize permissions checks for all BPF map types | Andrii Nakryiko | 2023-06-19 | 1 | -3/+0 |
* | bpf: return long from bpf_map_ops funcs | JP Kobryn | 2023-03-22 | 1 | -12/+12 |
* | bpf: devmap memory usage | Yafang Shao | 2023-03-07 | 1 | -2/+24 |
* | bpf: devmap: check XDP features in __xdp_enqueue routine | Lorenzo Bianconi | 2023-02-02 | 1 | -3/+13 |
* | bpf: Expand map key argument of bpf_redirect_map to u64 | Toke Høiland-Jørgensen | 2022-11-15 | 1 | -2/+2 |
* | bpf: Use bpf_map_area_alloc consistently on bpf map creation | Yafang Shao | 2022-08-10 | 1 | -3/+3 |
* | bpf: Make __GFP_NOWARN consistent in bpf map creation | Yafang Shao | 2022-08-10 | 1 | -1/+1 |
* | bpf, devmap: Compute proper xdp_frame len redirecting frames | Lorenzo Bianconi | 2022-07-26 | 1 | -2/+2 |
* | bpf: Make non-preallocated allocation low priority | Yafang Shao | 2022-07-12 | 1 | -1/+1 |
* | bpf: Compute map_btf_id during build time | Menglong Dong | 2022-04-26 | 1 | -6/+4 |
* | bpf: generalise tail call map compatibility check | Toke Hoiland-Jorgensen | 2022-01-21 | 1 | -1/+2 |
* | xdp: Move conversion to xdp_frame out of map functions | Toke Høiland-Jørgensen | 2022-01-05 | 1 | -21/+11 |
* | bpf: Let bpf_warn_invalid_xdp_action() report more info | Paolo Abeni | 2021-12-13 | 1 | -2/+2 |
* | bpf, devmap: Exclude XDP broadcast to master device | Jussi Maki | 2021-08-09 | 1 | -9/+60 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2021-07-15 | 1 | -10/+39 |
|\ |
|
| * | bpf: devmap: Implement devmap prog execution for generic XDP | Kumar Kartikeya Dwivedi | 2021-07-07 | 1 | -10/+39 |
* | | bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check() | Toke Høiland-Jørgensen | 2021-07-01 | 1 | -2/+4 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-06-29 | 1 | -2/+2 |
|\ |
|
| * | bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc | Bui Quang Minh | 2021-06-22 | 1 | -2/+2 |
* | | xdp: Add proper __rcu annotations to redirect map entries | Toke Høiland-Jørgensen | 2021-06-24 | 1 | -28/+21 |
* | | bpf, devmap: Remove drops variable from bq_xmit_all() | Hangbin Liu | 2021-05-28 | 1 | -5/+2 |
* | | xdp: Extend xdp_redirect_map with broadcast support | Hangbin Liu | 2021-05-26 | 1 | -2/+181 |
* | | bpf: Run devmap xdp_prog on flush instead of bulk enqueue | Jesper Dangaard Brouer | 2021-05-26 | 1 | -51/+76 |
* | | bpf: Fix spelling mistakes | Zhen Lei | 2021-05-24 | 1 | -2/+2 |
|/ |
|
* | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT | Lorenzo Bianconi | 2021-03-18 | 1 | -18/+12 |
* | bpf, xdp: Restructure redirect actions | Björn Töpel | 2021-03-10 | 1 | -1/+0 |
* | bpf, xdp: Make bpf_redirect_map() a map operation | Björn Töpel | 2021-03-10 | 1 | -2/+14 |
* | bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation | Jun'ichi Nomura | 2021-02-13 | 1 | -3/+1 |
* | bpf: Eliminate rlimit-based memory accounting for devmap maps | Roman Gushchin | 2020-12-02 | 1 | -16/+2 |
* | bpf: Refine memcg-based memory accounting for devmap maps | Roman Gushchin | 2020-12-02 | 1 | -3/+4 |
* | bpf: {cpu,dev}map: Change various functions return type from int to void | Björn Töpel | 2020-09-01 | 1 | -8/+7 |
* | bpf: Add map_meta_equal map ops | Martin KaFai Lau | 2020-08-28 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-04 | 1 | -0/+6 |
|\ |
|
| * | bpf: Set map_btf_{name, id} for all map types | Andrey Ignatov | 2020-06-22 | 1 | -0/+6 |
* | | devmap: Use bpf_map_area_alloc() for allocating hash buckets | Toke Høiland-Jørgensen | 2020-06-17 | 1 | -4/+6 |
|/ |
|
* | bpf: Devmap adjust uapi for attach bpf program | Jesper Dangaard Brouer | 2020-06-09 | 1 | -13/+4 |
* | bpf: Reset data_meta before running programs attached to devmap entry | David Ahern | 2020-06-09 | 1 | -0/+1 |
* | xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame | Lorenzo Bianconi | 2020-06-01 | 1 | -1/+1 |
* | xdp: Add xdp_txq_info to xdp_buff | David Ahern | 2020-06-01 | 1 | -0/+3 |
* | bpf: Add support to attach bpf program to a devmap entry | David Ahern | 2020-06-01 | 1 | -4/+84 |
* | devmap: Formalize map value as a named struct | David Ahern | 2020-06-01 | 1 | -17/+28 |
* | xdp: export the DEV_MAP_BULK_SIZE macro | Ioana Ciornei | 2020-04-22 | 1 | -1/+0 |
* | bpf, xdp: Remove no longer required rcu_read_{un}lock() | John Fastabend | 2020-01-27 | 1 | -2/+3 |
* | bpf, xdp: Update devmap comments to reflect napi/rcu usage | John Fastabend | 2020-01-27 | 1 | -10/+11 |
* | bpf, devmap: Pass lockdep expression to RCU lists | Amol Grover | 2020-01-23 | 1 | -1/+2 |
* | devmap: Adjust tracepoint for map-less queue flush | Jesper Dangaard Brouer | 2020-01-16 | 1 | -1/+1 |
* | xdp: Use bulking for non-map XDP_REDIRECT and consolidate code paths | Toke Høiland-Jørgensen | 2020-01-16 | 1 | -10/+22 |
* | xdp: Move devmap bulk queue into struct net_device | Toke Høiland-Jørgensen | 2020-01-16 | 1 | -36/+27 |
* | xdp: Make devmap flush_list common for all map instances | Björn Töpel | 2019-12-19 | 1 | -22/+13 |
* | xdp: Simplify devmap cleanup | Björn Töpel | 2019-12-19 | 1 | -38/+5 |