summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools/bpf: fix bpf selftest test_cgroup_storage failureYonghong Song2018-08-171-0/+1
* bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"Colin Ian King2018-08-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-1315-40/+1557
|\
| * selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_idAndrey Ignatov2018-08-134-3/+302
| * selftests/bpf: Add cgroup id helpers to bpf_helpers.hAndrey Ignatov2018-08-131-0/+4
| * bpf: Test BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-115-2/+910
| * bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-1/+261
| * bpf: Refactor ARRAY_SIZE macro to bpf_util.hMartin KaFai Lau2018-08-116-20/+9
| * tools/bpf: add bpffs pretty print btf test for hash/lru_hash mapsYonghong Song2018-08-101-15/+72
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-121-1/+1
|\ \ | |/ |/|
| * bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann2018-08-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-078-20/+606
|\ \
| * | selftests/bpf: fix a typo in map in map testRoman Gushchin2018-08-031-3/+3
| * | selftests/bpf: add a cgroup storage testRoman Gushchin2018-08-032-1/+132
| * | selftests/bpf: add verifier cgroup storage testsRoman Gushchin2018-08-032-1/+141
| * | bpf: verifier: MOV64 don't mark dst reg unboundedArthur Fabre2018-07-311-0/+26
| * | selftests/bpf: Test for get_socket_cookieAndrey Ignatov2018-07-313-2/+289
| * | selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.hAndrey Ignatov2018-07-311-0/+2
| * | bpf: Add Python 3 support to selftests scripts for bpfJeremy Cline2018-07-252-14/+14
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-051-3/+3
|\ \ \ | | |/ | |/|
| * | selftests/bpf: update test_lwt_seg6local.sh according to iproute2Mathieu Xhonneux2018-08-031-3/+3
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-023-7/+123
|\| |
| * | bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau2018-07-271-2/+84
| * | bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-252-5/+11
| * | bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau2018-07-241-0/+28
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-252-1/+41
|\| | | |/ |/|
| * bpf: Use option "help" in the llvm-objcopy testMartin KaFai Lau2018-07-201-1/+1
| * bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann2018-07-201-0/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-211-6/+145
|\ \
| * | selftests/bpf: add test for sharing objects between netdevsJakub Kicinski2018-07-181-4/+142
| * | netdevsim: associate bound programs with shared devJakub Kicinski2018-07-181-2/+3
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+22
|\ \ \ | |/ / |/| / | |/
| * bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann2018-07-121-1/+22
* | selftests/bpf: Test case for BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov2018-07-153-6/+16
* | selftests/bpf: Better verification in test_tcpbpfAndrey Ignatov2018-07-151-25/+39
* | selftests/bpf: Switch test_tcpbpf_user to cgroup_helpersAndrey Ignatov2018-07-152-34/+22
* | selftests/bpf: Fix const'ness in cgroup_helpersAndrey Ignatov2018-07-152-6/+6
* | selftests/bpf: add test for multiple programsJakub Kicinski2018-07-131-0/+63
* | netdevsim: add support for simultaneous driver and hw XDPJakub Kicinski2018-07-131-8/+0
* | xdp: factor out common program/flags handling from driversJakub Kicinski2018-07-131-2/+2
* | selftests/bpf: add Error: prefix in check_extack helperJakub Kicinski2018-07-111-4/+4
* | selftests/bpf: remove duplicated word from test offloadsJakub Kicinski2018-07-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-043-8/+81
|\ \ | |/ |/|
| * selftests/bpf: Test sys_connect BPF hooks with TFOAndrey Ignatov2018-06-271-6/+31
| * trace_helpers.c: Add helpers to poll multiple perf FDs for eventsToke Høiland-Jørgensen2018-06-272-2/+50
* | selftests: bpf: notification about privilege required to run test_lwt_seg6loc...Jeffrin Jose T2018-06-261-0/+9
* | selftests: bpf: notification about privilege required to run test_lirc_mode2....Jeffrin Jose T2018-06-261-0/+9
* | selftests: bpf: add missing NET_SCHED to configAnders Roxell2018-06-261-0/+1
* | tools/bpf: fix test_sockmap failureYonghong Song2018-06-221-6/+0
* | selftests: bpf: notification about privilege required to run test_kmod.sh tes...Jeffrin Jose T2018-06-221-0/+9
|/