index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
xsk.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-28
libbpf: move xsk.{c,h} into selftests/bpf
Andrii Nakryiko
1
-1260
/
+0
2022-03-08
libbpf: Fix array_size.cocci warning
Guo Zhengkui
1
-2
/
+2
2022-03-08
libbpf: Unmap rings when umem deleted
lic121
1
-0
/
+11
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
1
-6
/
+3
2021-11-26
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
1
-0
/
+5
2021-11-26
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
1
-10
/
+3
2021-11-07
libbpf: Remove internal use of deprecated bpf_prog_load() variants
Andrii Nakryiko
1
-23
/
+11
2021-10-29
libbpf: Use O_CLOEXEC uniformly when opening fds
Kumar Kartikeya Dwivedi
1
-3
/
+3
2021-09-08
libbpf: Fix build with latest gcc/binutils with LTO
Andrii Nakryiko
1
-2
/
+2
2021-06-08
libbpf: Fixes incorrect rx_ring_setup_done
Kev Jackson
1
-1
/
+1
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+37
2021-04-09
libbpf: Fix potential NULL pointer dereference
Ciara Loftus
1
-2
/
+3
2021-04-02
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
1
-2
/
+11
2021-04-02
libbpf: Restore umem state after socket create failure
Ciara Loftus
1
-18
/
+23
2021-04-02
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
1
-0
/
+3
2021-03-30
libbpf: xsk: Use bpf_link
Maciej Fijalkowski
1
-45
/
+213
2021-03-04
libbpf: Clear map_info before each bpf_obj_get_info_by_fd
Maciej Fijalkowski
1
-2
/
+3
2021-02-12
libbpf: Use AF_LOCAL instead of AF_INET in xsk.c
Stanislav Fomichev
1
-1
/
+1
2021-01-26
libbpf, xsk: Select AF_XDP BPF program based on kernel version
Björn Töpel
1
-3
/
+78
2020-12-04
libbpf: Use memcpy instead of strncpy to please GCC
Andrii Nakryiko
1
-1
/
+1
2020-12-03
libbpf: Separate XDP program load with xsk socket creation
Mariusz Dudek
1
-9
/
+83
2020-11-04
libbpf: Fix possible use after free in xsk_socket__delete
Magnus Karlsson
1
-2
/
+4
2020-11-04
libbpf: Fix null dereference in xsk_socket__delete
Magnus Karlsson
1
-1
/
+2
2020-10-07
libbpf: Fix compatibility problem in xsk_socket__create
Magnus Karlsson
1
-1
/
+6
2020-09-15
libbpf: Fix a compilation error with xsk.c for ubuntu 16.04
Yonghong Song
1
-0
/
+1
2020-08-31
libbpf: Support shared umems between queues and devices
Magnus Karlsson
1
-132
/
+244
2020-08-19
libbpf: Centralize poisoning and poison reallocarray()
Andrii Nakryiko
1
-3
/
+0
2020-03-28
libbpf, xsk: Init all ring members in xsk_umem__create and xsk_socket__create
Fletcher Dunn
1
-2
/
+14
2020-01-10
libbpf: Poison kernel-only integer types
Andrii Nakryiko
1
-0
/
+3
2019-11-20
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
1
-3
/
+8
2019-11-11
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
1
-2
/
+3
2019-11-11
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-29
libbpf: Fix compatibility for kernels without need_wakeup
Magnus Karlsson
1
-12
/
+71
2019-10-27
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-10
libbpf: Fix passing uninitialized bytes to setsockopt
Ilya Maximets
1
-0
/
+1
2019-10-01
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-18
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-24
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
[next]