summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk_diag.c
Commit message (Expand)AuthorAgeFilesLines
* sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet2024-01-231-0/+1
* net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski2023-11-191-0/+1
* xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson2023-08-311-0/+3
* xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson2020-09-021-8/+6
* xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson2020-08-311-2/+2
* xsk: Move fill and completion rings to buffer poolMagnus Karlsson2020-08-311-5/+7
* xsk: Add xdp statistics to xsk_diagCiara Loftus2020-07-131-0/+17
* xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel2020-05-211-1/+1
* xsk: lock the control mutex in sock_diag interfaceBjörn Töpel2019-09-051-0/+3
* xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-311-1/+1
* xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet2019-03-071-2/+2
* xsk: add sock_diag interface for AF_XDPBjörn Töpel2019-01-251-0/+191