index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
xsk.c
Age
Commit message (
Expand
)
Author
2020-10-07
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
2020-09-14
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-18
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-03-28
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2019-11-19
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
2019-11-10
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
2019-11-10
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
2019-11-07
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
2019-10-29
libbpf: Don't use kernel-side u32 type in xsk.c
Andrii Nakryiko
2019-10-28
libbpf: Fix compatibility for kernels without need_wakeup
Magnus Karlsson
2019-10-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-10-23
libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program
Björn Töpel
2019-10-21
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
2019-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-09
libbpf: Fix passing uninitialized bytes to setsockopt
Ilya Maximets
2019-09-30
libbpf: handle symbol versioning properly for libbpf.a
Yonghong Song
2019-09-19
libbpf: Remove getsockopt() check for XDP_OPTIONS
Toke Høiland-Jørgensen
2019-08-31
libbpf: add flags to umem config
Kevin Laatz
2019-08-21
libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
Ivan Khoronzhuk
2019-08-17
libbpf: add support for need_wakeup flag in AF_XDP part
Magnus Karlsson
2019-07-25
libbpf: silence GCC8 warning about string truncation
Andrii Nakryiko
2019-07-23
libbpf: fix using uninitialized ioctl results
Ilya Maximets
2019-07-16
libbpf: fix another GCC8 warning for strncpy
Andrii Nakryiko
2019-07-03
libbpf: fix GCC8 warning for strncpy
Andrii Nakryiko
2019-06-27
libbpf: Support getsockopt XDP_OPTIONS
Maxim Mikityanskiy
2019-06-10
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
2019-05-16
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
2019-05-06
libbpf: remove unnecessary cast-to-void
Björn Töpel
2019-05-04
libbpf: proper XSKMAP cleanup
Björn Töpel
2019-05-04
libbpf: fix invalid munmap call
Björn Töpel
2019-04-10
libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
Magnus Karlsson
2019-03-12
libbpf: fix to reject unknown flags in xsk_socket__create()
Magnus Karlsson
2019-02-25
libbpf: add support for using AF_XDP sockets
Magnus Karlsson