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
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-17
tools/bpf: fix bpf selftest test_cgroup_storage failure
Yonghong Song
1
-0
/
+1
2018-08-14
bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"
Colin Ian King
1
-1
/
+1
2018-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-40
/
+1557
2018-08-13
selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_id
Andrey Ignatov
4
-3
/
+302
2018-08-13
selftests/bpf: Add cgroup id helpers to bpf_helpers.h
Andrey Ignatov
1
-0
/
+4
2018-08-11
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-08-11
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
5
-2
/
+910
2018-08-11
bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
1
-1
/
+261
2018-08-11
bpf: Refactor ARRAY_SIZE macro to bpf_util.h
Martin KaFai Lau
6
-20
/
+9
2018-08-10
tools/bpf: add bpffs pretty print btf test for hash/lru_hash maps
Yonghong Song
1
-15
/
+72
2018-08-08
bpf, sockmap: fix cork timeout for select due to epipe
Daniel Borkmann
1
-1
/
+1
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-20
/
+606
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2018-08-03
selftests/bpf: update test_lwt_seg6local.sh according to iproute2
Mathieu Xhonneux
1
-3
/
+3
2018-08-03
selftests/bpf: fix a typo in map in map test
Roman Gushchin
1
-3
/
+3
2018-08-03
selftests/bpf: add a cgroup storage test
Roman Gushchin
2
-1
/
+132
2018-08-03
selftests/bpf: add verifier cgroup storage tests
Roman Gushchin
2
-1
/
+141
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+123
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
1
-0
/
+26
2018-07-31
selftests/bpf: Test for get_socket_cookie
Andrey Ignatov
3
-2
/
+289
2018-07-31
selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h
Andrey Ignatov
1
-0
/
+2
2018-07-27
bpf: btf: Use exact btf value_size match in map_check_btf()
Martin KaFai Lau
1
-2
/
+84
2018-07-25
bpf: Add Python 3 support to selftests scripts for bpf
Jeremy Cline
2
-14
/
+14
2018-07-25
bpf: Introduce BPF_ANNOTATE_KV_PAIR
Martin KaFai Lau
2
-5
/
+11
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+41
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
1
-0
/
+28
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-6
/
+145
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-1
/
+22
2018-07-20
bpf: Use option "help" in the llvm-objcopy test
Martin KaFai Lau
1
-1
/
+1
2018-07-19
bpf: test case to check whether src/dst regs got mangled by xadd
Daniel Borkmann
1
-0
/
+40
2018-07-18
selftests/bpf: add test for sharing objects between netdevs
Jakub Kicinski
1
-4
/
+142
2018-07-18
netdevsim: associate bound programs with shared dev
Jakub Kicinski
1
-2
/
+3
2018-07-15
selftests/bpf: Test case for BPF_SOCK_OPS_TCP_LISTEN_CB
Andrey Ignatov
3
-6
/
+16
2018-07-15
selftests/bpf: Better verification in test_tcpbpf
Andrey Ignatov
1
-25
/
+39
2018-07-15
selftests/bpf: Switch test_tcpbpf_user to cgroup_helpers
Andrey Ignatov
2
-34
/
+22
2018-07-15
selftests/bpf: Fix const'ness in cgroup_helpers
Andrey Ignatov
2
-6
/
+6
2018-07-13
selftests/bpf: add test for multiple programs
Jakub Kicinski
1
-0
/
+63
2018-07-13
netdevsim: add support for simultaneous driver and hw XDP
Jakub Kicinski
1
-8
/
+0
2018-07-13
xdp: factor out common program/flags handling from drivers
Jakub Kicinski
1
-2
/
+2
2018-07-11
bpf: fix panic due to oob in bpf_prog_test_run_skb
Daniel Borkmann
1
-1
/
+22
2018-07-11
selftests/bpf: add Error: prefix in check_extack helper
Jakub Kicinski
1
-4
/
+4
2018-07-11
selftests/bpf: remove duplicated word from test offloads
Jakub Kicinski
1
-1
/
+1
2018-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-8
/
+81
2018-06-27
selftests/bpf: Test sys_connect BPF hooks with TFO
Andrey Ignatov
1
-6
/
+31
2018-06-27
trace_helpers.c: Add helpers to poll multiple perf FDs for events
Toke Høiland-Jørgensen
2
-2
/
+50
2018-06-26
selftests: bpf: notification about privilege required to run test_lwt_seg6loc...
Jeffrin Jose T
1
-0
/
+9
2018-06-26
selftests: bpf: notification about privilege required to run test_lirc_mode2....
Jeffrin Jose T
1
-0
/
+9
2018-06-26
selftests: bpf: add missing NET_SCHED to config
Anders Roxell
1
-0
/
+1
2018-06-22
tools/bpf: fix test_sockmap failure
Yonghong Song
1
-6
/
+0
2018-06-22
selftests: bpf: notification about privilege required to run test_kmod.sh tes...
Jeffrin Jose T
1
-0
/
+9
[next]