aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp/xskmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24xdp: Add proper __rcu annotations to redirect map entriesToke Høiland-Jørgensen1-12/+17
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-1/+2
2021-03-10bpf, xdp: Restructure redirect actionsBjörn Töpel1-1/+0
2021-03-10bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel1-0/+16
2020-12-02bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin1-10/+2
2020-12-02bpf: Refine memcg-based memory accounting for xskmap mapsRoman Gushchin1-1/+2
2020-11-27xdp: Remove the functions xsk_map_inc and xsk_map_putZhu Yanjun1-18/+2
2020-10-11bpf: Allow for map-in-map with dynamic inner array map entriesDaniel Borkmann1-1/+1
2020-09-02xsk: Fix possible segfault at xskmap entry insertionMagnus Karlsson1-5/+0
2020-08-28bpf: Relax max_entries check for most of the inner map typesMartin KaFai Lau1-1/+8
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau1-0/+1
2020-06-22bpf: Set map_btf_{name, id} for all map typesAndrey Ignatov1-0/+3
2020-05-21xsk: Move xskmap.c to net/xdp/Björn Töpel1-0/+267