summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/xsk.c
AgeCommit message (Expand)Author
2021-04-08libbpf: Fix potential NULL pointer dereferenceCiara Loftus
2021-04-01libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus
2021-04-01libbpf: Restore umem state after socket create failureCiara Loftus
2021-04-01libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus
2021-03-04libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski
2021-02-12libbpf: Use AF_LOCAL instead of AF_INET in xsk.cStanislav Fomichev
2021-01-25libbpf, xsk: Select AF_XDP BPF program based on kernel versionBjörn Töpel
2020-12-03libbpf: Use memcpy instead of strncpy to please GCCAndrii Nakryiko
2020-12-03libbpf: Separate XDP program load with xsk socket creationMariusz Dudek
2020-11-04libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson
2020-11-04libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson
2020-09-14libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson
2020-08-18libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko
2020-03-28libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__createFletcher Dunn
2020-01-10libbpf: Poison kernel-only integer typesAndrii Nakryiko
2019-11-19net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo
2019-11-10libbpf: Allow for creating Rx or Tx only AF_XDP socketsMagnus Karlsson
2019-11-10libbpf: Support XDP_SHARED_UMEM with external XDP programMagnus Karlsson
2019-11-07libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko
2019-10-29libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko
2019-10-28libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-10-23libbpf: Use implicit XSKMAP lookup from AF_XDP XDP programBjörn Töpel
2019-10-21tools, bpf: Rename pr_warning to pr_warn to align with kernel loggingKefeng Wang
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-09libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets
2019-09-30libbpf: handle symbol versioning properly for libbpf.aYonghong Song
2019-09-19libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen
2019-08-31libbpf: add flags to umem configKevin Laatz
2019-08-21libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscallIvan Khoronzhuk
2019-08-17libbpf: add support for need_wakeup flag in AF_XDP partMagnus Karlsson
2019-07-25libbpf: silence GCC8 warning about string truncationAndrii Nakryiko
2019-07-23libbpf: fix using uninitialized ioctl resultsIlya Maximets
2019-07-16libbpf: fix another GCC8 warning for strncpyAndrii Nakryiko
2019-07-03libbpf: fix GCC8 warning for strncpyAndrii Nakryiko
2019-06-27libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy
2019-06-10libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon
2019-05-16libbpf: move logging helpers into libbpf_internal.hAndrii Nakryiko
2019-05-06libbpf: remove unnecessary cast-to-voidBjörn Töpel
2019-05-04libbpf: proper XSKMAP cleanupBjörn Töpel
2019-05-04libbpf: fix invalid munmap callBjörn Töpel
2019-04-10libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZEMagnus Karlsson
2019-03-12libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson
2019-02-25libbpf: add support for using AF_XDP socketsMagnus Karlsson