Age | Commit message (Expand) | Author | Files | Lines |
2024-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -3/+3 |
2024-12-05 | bpf, xdp: constify some bpf_prog * function arguments |  Alexander Lobakin | 1 | -4/+4 |
2024-11-25 | bpf: fix OOB devmap writes when deleting elements |  Maciej Fijalkowski | 1 | -3/+3 |
2024-10-02 | bpf: devmap: provide rxq after redirect |  Florian Kauer | 1 | -4/+7 |
2024-07-09 | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  Paolo Abeni | 1 | -10/+17 |
2024-07-02 | bpf, devmap: Add .map_alloc_check |  Florian Lehner | 1 | -10/+17 |
2024-07-02 | net: Move flush list retrieval to where it is used. |  Sebastian Andrzej Siewior | 1 | -1/+2 |
2024-07-02 | net: Optimize xdp_do_flush() with bpf_net_context infos. |  Sebastian Andrzej Siewior | 1 | -12/+1 |
2024-06-24 | net: Move per-CPU flush-lists to bpf_net_context on PREEMPT_RT. |  Sebastian Andrzej Siewior | 1 | -8/+3 |
2024-06-24 | net: Reference bpf_redirect_info via task_struct on PREEMPT_RT. |  Sebastian Andrzej Siewior | 1 | -1/+8 |
2024-06-03 | bpf, devmap: Remove unnecessary if check in for loop |  Thorsten Blum | 1 | -3/+0 |
2024-03-07 | bpf: Fix DEVMAP_HASH overflow check on 32-bit arches |  Toke Høiland-Jørgensen | 1 | -5/+6 |
2023-10-17 | net, bpf: Add a warning if NAPI cb missed xdp_do_flush(). |  Sebastian Andrzej Siewior | 1 | -0/+10 |
2023-07-31 | bpf, devmap: Remove unused dtab field from bpf_dtab_netdev |  Hou Tao | 1 | -2/+0 |
2023-06-19 | bpf: Centralize permissions checks for all BPF map types |  Andrii Nakryiko | 1 | -3/+0 |
2023-03-22 | bpf: return long from bpf_map_ops funcs |  JP Kobryn | 1 | -12/+12 |
2023-03-07 | bpf: devmap memory usage |  Yafang Shao | 1 | -2/+24 |
2023-02-02 | bpf: devmap: check XDP features in __xdp_enqueue routine |  Lorenzo Bianconi | 1 | -3/+13 |
2022-11-15 | bpf: Expand map key argument of bpf_redirect_map to u64 |  Toke Høiland-Jørgensen | 1 | -2/+2 |
2022-08-10 | bpf: Use bpf_map_area_alloc consistently on bpf map creation |  Yafang Shao | 1 | -3/+3 |
2022-08-10 | bpf: Make __GFP_NOWARN consistent in bpf map creation |  Yafang Shao | 1 | -1/+1 |
2022-07-26 | bpf, devmap: Compute proper xdp_frame len redirecting frames |  Lorenzo Bianconi | 1 | -2/+2 |
2022-07-12 | bpf: Make non-preallocated allocation low priority |  Yafang Shao | 1 | -1/+1 |
2022-04-26 | bpf: Compute map_btf_id during build time |  Menglong Dong | 1 | -6/+4 |
2022-01-21 | bpf: generalise tail call map compatibility check |  Toke Hoiland-Jorgensen | 1 | -1/+2 |
2022-01-05 | xdp: Move conversion to xdp_frame out of map functions |  Toke Høiland-Jørgensen | 1 | -21/+11 |
2021-12-13 | bpf: Let bpf_warn_invalid_xdp_action() report more info |  Paolo Abeni | 1 | -2/+2 |
2021-08-09 | bpf, devmap: Exclude XDP broadcast to master device |  Jussi Maki | 1 | -9/+60 |
2021-07-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -10/+39 |
2021-07-07 | bpf: devmap: Implement devmap prog execution for generic XDP |  Kumar Kartikeya Dwivedi | 1 | -10/+39 |
2021-07-01 | bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check() |  Toke Høiland-Jørgensen | 1 | -2/+4 |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 1 | -2/+2 |
2021-06-24 | xdp: Add proper __rcu annotations to redirect map entries |  Toke Høiland-Jørgensen | 1 | -28/+21 |
2021-06-22 | bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc |  Bui Quang Minh | 1 | -2/+2 |
2021-05-28 | bpf, devmap: Remove drops variable from bq_xmit_all() |  Hangbin Liu | 1 | -5/+2 |
2021-05-26 | xdp: Extend xdp_redirect_map with broadcast support |  Hangbin Liu | 1 | -2/+181 |
2021-05-26 | bpf: Run devmap xdp_prog on flush instead of bulk enqueue |  Jesper Dangaard Brouer | 1 | -51/+76 |
2021-05-24 | bpf: Fix spelling mistakes |  Zhen Lei | 1 | -2/+2 |
2021-03-18 | bpf, devmap: Move drop error path to devmap for XDP_REDIRECT |  Lorenzo Bianconi | 1 | -18/+12 |
2021-03-10 | bpf, xdp: Restructure redirect actions |  Björn Töpel | 1 | -1/+0 |
2021-03-10 | bpf, xdp: Make bpf_redirect_map() a map operation |  Björn Töpel | 1 | -2/+14 |
2021-02-13 | bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation |  Jun'ichi Nomura | 1 | -3/+1 |
2020-12-02 | bpf: Eliminate rlimit-based memory accounting for devmap maps |  Roman Gushchin | 1 | -16/+2 |
2020-12-02 | bpf: Refine memcg-based memory accounting for devmap maps |  Roman Gushchin | 1 | -3/+4 |
2020-09-01 | bpf: {cpu,dev}map: Change various functions return type from int to void |  Björn Töpel | 1 | -8/+7 |
2020-08-28 | bpf: Add map_meta_equal map ops |  Martin KaFai Lau | 1 | -0/+2 |
2020-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 1 | -0/+6 |
2020-06-22 | bpf: Set map_btf_{name, id} for all map types |  Andrey Ignatov | 1 | -0/+6 |
2020-06-17 | devmap: Use bpf_map_area_alloc() for allocating hash buckets |  Toke Høiland-Jørgensen | 1 | -4/+6 |
2020-06-09 | bpf: Devmap adjust uapi for attach bpf program |  Jesper Dangaard Brouer | 1 | -13/+4 |