index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-26
selftests/bpf: Fix style warnings
Björn Töpel
1
-7
/
+7
2021-01-26
selftests/bpf: Remove unused enums
Björn Töpel
1
-2
/
+0
2021-01-26
selftests/bpf: Remove a lot of ifobject casting
Björn Töpel
1
-45
/
+43
2021-01-21
selftest/bpf: Fix typo
Junlin Yang
1
-2
/
+2
2021-01-20
bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVE
Stanislav Fomichev
6
-3
/
+52
2021-01-20
bpf: Permit size-0 datasec
Yonghong Song
1
-0
/
+21
2021-01-20
selftests: bpf: Add a new test for bare tracepoints
Qais Yousef
5
-1
/
+69
2021-01-20
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
2
-0
/
+96
2021-01-20
bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.
Carlos Neira
5
-240
/
+70
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-98
/
+102
2021-01-14
bpf: Add tests for new BPF atomic operations
Brendan Jackman
9
-0
/
+881
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
9
-27
/
+27
2021-01-13
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
2
-1
/
+41
2021-01-13
selftests/bpf: Install btf_dump test cases
Jean-Philippe Brucker
1
-1
/
+2
2021-01-13
selftests/bpf: Fix installation of urandom_read
Jean-Philippe Brucker
1
-1
/
+1
2021-01-13
selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
Jean-Philippe Brucker
1
-4
/
+3
2021-01-13
selftests/bpf: Fix out-of-tree build
Jean-Philippe Brucker
1
-1
/
+1
2021-01-13
selftests/bpf: Enable cross-building
Jean-Philippe Brucker
1
-11
/
+35
2021-01-12
selftests/bpf: Test kernel module ksym externs
Andrii Nakryiko
3
-0
/
+60
2021-01-12
selftests/bpf: Sync RCU before unloading bpf_testmod
Andrii Nakryiko
3
-33
/
+12
2021-01-12
bpf: Extend bind v4/v6 selftests for mark/prio/bindtoifindex
Daniel Borkmann
2
-8
/
+76
2021-01-12
bpf: Update local storage test to check handling of null ptrs
KP Singh
2
-97
/
+61
2021-01-08
selftests/bpf: Remove duplicate include in test_lsm
Menglong Dong
1
-1
/
+0
2021-01-08
selftests/bpf: Add tests for user- and non-CO-RE BPF_CORE_READ() variants
Andrii Nakryiko
2
-0
/
+114
2021-01-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+1
2021-01-05
Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-8
/
+47
2020-12-29
selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXEC
Jiang Wang
1
-1
/
+1
2020-12-24
selftests/bpf: Work-around EBUSY errors from hashmap update/delete
Andrii Nakryiko
1
-6
/
+42
2020-12-22
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2020-12-18
selftests/bpf: Fix spelling mistake "tranmission" -> "transmission"
Colin Ian King
1
-2
/
+2
2020-12-16
selftests/bpf: Clarify build error if no vmlinux
Kamal Mostafa
1
-0
/
+3
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
16
-44
/
+1923
2020-12-14
selftests/bpf: Add a test for ptr_to_map_value on stack for helper access
Yonghong Song
2
-3
/
+5
2020-12-14
selftests/bpf: Add set_attach_target() API selftest for module target
Andrii Nakryiko
2
-1
/
+21
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-31
/
+83
2020-12-10
selftests/bpf: Silence ima_setup.sh when not running in verbose mode.
KP Singh
2
-0
/
+34
2020-12-10
selftests/bpf: Drop the need for LLVM's llc
Andrew Delgadillo
1
-23
/
+5
2020-12-10
selftests/bpf: fix bpf_testmod.ko recompilation logic
Andrii Nakryiko
1
-7
/
+8
2020-12-10
selftests/bpf: Fix "dubious pointer arithmetic" test
Jean-Philippe Brucker
1
-4
/
+4
2020-12-10
selftests/bpf: Fix array access with signed variable test
Jean-Philippe Brucker
1
-1
/
+1
2020-12-10
selftests/bpf: Add test for signed 32-bit bound check bug
Jean-Philippe Brucker
1
-0
/
+41
2020-12-10
selftests/bpf: Make selftest compilation work on clang 11
Jiri Olsa
1
-0
/
+8
2020-12-10
selftests/bpf: Xsk selftests - adding xdpxceiver to .gitignore
Weqaar Janjua
1
-0
/
+1
2020-12-10
selftests/bpf: Drop tcp-{client,server}.py from Makefile
Veronika Kabatova
1
-2
/
+0
2020-12-09
selftests/bpf: Xsk selftests - Bi-directional Sockets - SKB, DRV
Weqaar Janjua
3
-24
/
+104
2020-12-09
selftests/bpf: Xsk selftests - Socket Teardown - SKB, DRV
Weqaar Janjua
3
-4
/
+57
2020-12-09
selftests/bpf: Xsk selftests - DRV POLL, NOPOLL
Weqaar Janjua
3
-4
/
+45
2020-12-09
selftests/bpf: Xsk selftests - SKB POLL, NOPOLL
Weqaar Janjua
5
-3
/
+1187
2020-12-09
selftests/bpf: Xsk selftests framework
Weqaar Janjua
3
-1
/
+274
2020-12-09
selftests/bpf/test_offload.py: Filter bpftool internal map when counting maps
Toke Høiland-Jørgensen
1
-3
/
+4
[prev]
[next]