index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
xsk.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
2019-11-19
1
-3
/
+8
*
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
2019-11-10
1
-2
/
+3
*
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
2019-11-10
1
-10
/
+17
*
libbpf: Fix negative FD close() in xsk_setup_xdp_prog()
Andrii Nakryiko
2019-11-07
1
-0
/
+2
*
libbpf: Don't use kernel-side u32 type in xsk.c
Andrii Nakryiko
2019-10-29
1
-4
/
+4
*
libbpf: Fix compatibility for kernels without need_wakeup
Magnus Karlsson
2019-10-28
1
-12
/
+71
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-10-26
1
-12
/
+34
|
\
|
*
libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program
Björn Töpel
2019-10-23
1
-10
/
+32
|
*
tools, bpf: Rename pr_warning to pr_warn to align with kernel logging
Kefeng Wang
2019-10-21
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
libbpf: handle symbol versioning properly for libbpf.a
Yonghong Song
2019-09-30
1
-2
/
+2
*
|
libbpf: Fix passing uninitialized bytes to setsockopt
Ilya Maximets
2019-10-09
1
-0
/
+1
|
/
*
libbpf: Remove getsockopt() check for XDP_OPTIONS
Toke Høiland-Jørgensen
2019-09-19
1
-11
/
+0
*
libbpf: add flags to umem config
Kevin Laatz
2019-08-31
1
-3
/
+30
*
libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall
Ivan Khoronzhuk
2019-08-21
1
-35
/
+14
*
libbpf: add support for need_wakeup flag in AF_XDP part
Magnus Karlsson
2019-08-17
1
-0
/
+4
*
libbpf: silence GCC8 warning about string truncation
Andrii Nakryiko
2019-07-25
1
-2
/
+2
*
libbpf: fix using uninitialized ioctl results
Ilya Maximets
2019-07-23
1
-4
/
+3
*
libbpf: fix another GCC8 warning for strncpy
Andrii Nakryiko
2019-07-16
1
-1
/
+2
*
libbpf: fix GCC8 warning for strncpy
Andrii Nakryiko
2019-07-03
1
-1
/
+2
*
libbpf: Support getsockopt XDP_OPTIONS
Maxim Mikityanskiy
2019-06-27
1
-0
/
+12
*
libbpf: remove qidconf and better support external bpf programs.
Jonathan Lemon
2019-06-10
1
-75
/
+28
*
libbpf: move logging helpers into libbpf_internal.h
Andrii Nakryiko
2019-05-16
1
-1
/
+1
*
libbpf: remove unnecessary cast-to-void
Björn Töpel
2019-05-06
1
-14
/
+10
*
libbpf: proper XSKMAP cleanup
Björn Töpel
2019-05-04
1
-55
/
+60
*
libbpf: fix invalid munmap call
Björn Töpel
2019-05-04
1
-37
/
+40
*
libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE
Magnus Karlsson
2019-04-10
1
-4
/
+5
*
libbpf: fix to reject unknown flags in xsk_socket__create()
Magnus Karlsson
2019-03-12
1
-4
/
+11
*
libbpf: add support for using AF_XDP sockets
Magnus Karlsson
2019-02-25
1
-0
/
+723