summaryrefslogtreecommitdiff
path: root/net/xdp/xskmap.c
AgeCommit message (Expand)Author
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-03-22bpf: return long from bpf_map_ops funcsJP Kobryn
2023-03-07bpf, net: xskmap memory usageYafang Shao
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-04-26bpf: Compute map_btf_id during build timeMenglong Dong
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel
2020-12-02bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin
2020-12-02bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann
2020-09-02xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel