aboutsummaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk_diag.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+1
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2023-08-31xsk: Fix xsk_diag use-after-free error during socket cleanupMagnus Karlsson1-0/+3
2020-09-02xsk: Fix possible segfault in xsk umem diagnosticsMagnus Karlsson1-8/+6
2020-08-31xsk: Move queue_id, dev and need_wakeup to buffer poolMagnus Karlsson1-2/+2
2020-08-31xsk: Move fill and completion rings to buffer poolMagnus Karlsson1-5/+7
2020-07-13xsk: Add xdp statistics to xsk_diagCiara Loftus1-0/+17
2020-05-21xsk: Introduce AF_XDP buffer allocation APIBjörn Töpel1-1/+1
2019-09-05xsk: lock the control mutex in sock_diag interfaceBjörn Töpel1-0/+3
2019-08-31xsk: add support to allow unaligned chunk placementKevin Laatz1-1/+1
2019-03-07xsk: fix potential crash in xsk_diag_put_umem()Eric Dumazet1-2/+2
2019-01-25xsk: add sock_diag interface for AF_XDPBjörn Töpel1-0/+191