index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
1
-2
/
+3
|
\
|
*
libbpf: Fix potential NULL pointer dereference
Ciara Loftus
2021-04-08
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-09
1
-20
/
+37
|
\
|
|
*
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
2021-04-01
1
-2
/
+11
|
*
libbpf: Restore umem state after socket create failure
Ciara Loftus
2021-04-01
1
-18
/
+23
|
*
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
2021-04-01
1
-0
/
+3
*
|
libbpf: xsk: Use bpf_link
Maciej Fijalkowski
2021-03-30
1
-45
/
+213
|
/
*
libbpf: Clear map_info before each bpf_obj_get_info_by_fd
Maciej Fijalkowski
2021-03-04
1
-2
/
+3
*
libbpf: Use AF_LOCAL instead of AF_INET in xsk.c
Stanislav Fomichev
2021-02-12
1
-1
/
+1
*
libbpf, xsk: Select AF_XDP BPF program based on kernel version
Björn Töpel
2021-01-25
1
-3
/
+78
*
libbpf: Use memcpy instead of strncpy to please GCC
Andrii Nakryiko
2020-12-03
1
-1
/
+1
*
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
2020-12-03
1
-9
/
+83
*
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
2020-11-04
1
-2
/
+4
*
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
2020-11-04
1
-1
/
+2
*
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
2020-10-07
1
-1
/
+6
*
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
2020-09-14
1
-0
/
+1
*
libbpf: Support shared umems between queues and devices
Magnus Karlsson
2020-08-31
1
-132
/
+244
*
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
2020-08-18
1
-3
/
+0
*
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
2020-03-28
1
-2
/
+14
*
libbpf: Poison kernel-only integer types
Andrii Nakryiko
2020-01-10
1
-0
/
+3
*
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