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