summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/devmap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf, devmap: Remove unused dtab field from bpf_dtab_netdevHou Tao2023-07-311-2/+0
* bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-3/+0
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-12/+12
* bpf: devmap memory usageYafang Shao2023-03-071-2/+24
* bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi2023-02-021-3/+13
* bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-151-2/+2
* bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao2022-08-101-3/+3
* bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao2022-08-101-1/+1
* bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi2022-07-261-2/+2
* bpf: Make non-preallocated allocation low priorityYafang Shao2022-07-121-1/+1
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-6/+4
* bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen2022-01-211-1/+2
* xdp: Move conversion to xdp_frame out of map functionsToke Høiland-Jørgensen2022-01-051-21/+11
* bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-2/+2
* bpf, devmap: Exclude XDP broadcast to master deviceJussi Maki2021-08-091-9/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-151-10/+39
|\
| * bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-10/+39
* | bpf, devmap: Convert remaining READ_ONCE() to rcu_dereference_check()Toke Høiland-Jørgensen2021-07-011-2/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+2
|\
| * bpf: Fix integer overflow in argument calculation for bpf_map_area_allocBui Quang Minh2021-06-221-2/+2
* | xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-28/+21
* | bpf, devmap: Remove drops variable from bq_xmit_all()Hangbin Liu2021-05-281-5/+2
* | xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-2/+181
* | bpf: Run devmap xdp_prog on flush instead of bulk enqueueJesper Dangaard Brouer2021-05-261-51/+76
* | bpf: Fix spelling mistakesZhen Lei2021-05-241-2/+2
|/
* bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-181-18/+12
* bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-101-1/+0
* bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-101-2/+14
* bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocationJun'ichi Nomura2021-02-131-3/+1
* bpf: Eliminate rlimit-based memory accounting for devmap mapsRoman Gushchin2020-12-021-16/+2
* bpf: Refine memcg-based memory accounting for devmap mapsRoman Gushchin2020-12-021-3/+4
* bpf: {cpu,dev}map: Change various functions return type from int to voidBjörn Töpel2020-09-011-8/+7
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-0/+6
|\
| * bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+6
* | devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-171-4/+6
|/
* bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-13/+4
* bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern2020-06-091-0/+1
* xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* xdp: Add xdp_txq_info to xdp_buffDavid Ahern2020-06-011-0/+3
* bpf: Add support to attach bpf program to a devmap entryDavid Ahern2020-06-011-4/+84
* devmap: Formalize map value as a named structDavid Ahern2020-06-011-17/+28
* xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei2020-04-221-1/+0
* bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend2020-01-271-2/+3
* bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend2020-01-271-10/+11
* bpf, devmap: Pass lockdep expression to RCU listsAmol Grover2020-01-231-1/+2
* devmap: Adjust tracepoint for map-less queue flushJesper Dangaard Brouer2020-01-161-1/+1
* xdp: Use bulking for non-map XDP_REDIRECT and consolidate code pathsToke Høiland-Jørgensen2020-01-161-10/+22
* xdp: Move devmap bulk queue into struct net_deviceToke Høiland-Jørgensen2020-01-161-36/+27
* xdp: Make devmap flush_list common for all map instancesBjörn Töpel2019-12-191-22/+13