summaryrefslogtreecommitdiff
path: root/net/xdp/xskmap.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: return long from bpf_map_ops funcsJP Kobryn2023-03-221-4/+4
* bpf, net: xskmap memory usageYafang Shao2023-03-071-0/+13
* bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen2022-11-151-2/+2
* bpf: Compute map_btf_id during build timeMenglong Dong2022-04-261-3/+3
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen2021-06-241-12/+17
* xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-1/+2
* 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-0/+16
* bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-10/+2
* bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin2020-12-021-1/+2
* xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun2020-11-271-18/+2
* bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann2020-10-111-1/+1
* xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson2020-09-021-5/+0
* bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau2020-08-281-1/+8
* bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-281-0/+1
* bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov2020-06-221-0/+3
* xsk: Move xskmap.c to net/xdp/Björn Töpel2020-05-211-0/+267