aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2019-08-17selftests/bpf: ksym_search won't check symbols existsDaniel T. Lee
2019-08-02selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song
2019-04-12selftests/bpf: skip verifier tests for unsupported program typesStanislav Fomichev
2019-03-26bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2019-03-20bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis
2019-03-08selftests/bpf: retry tests that expect build-idStanislav Fomichev
2019-03-08selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov
2019-03-01selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev
2019-02-19bpf: improve verifier branch analysisAlexei Starovoitov
2019-02-05bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang
2019-02-05selftests/bpf: enable (uncomment) all tests in test_libbpf.shQuentin Monnet
2019-01-12bpf: Fix verifier log string check for bad alignment.David Miller
2019-01-12tools/bpf: add addition type tests to test_btfYonghong Song
2019-01-12tools/bpf: fix two test_btf unit test casesMartin KaFai Lau
2018-12-30bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-10-20bpf: test_maps, only support ESTABLISHED socksJohn Fastabend
2018-09-19selftests/bpf: fix a typo in map in map testRoman Gushchin
2018-08-08bpf, sockmap: fix cork timeout for select due to epipeDaniel Borkmann
2018-08-03selftests/bpf: update test_lwt_seg6local.sh according to iproute2Mathieu Xhonneux
2018-07-27bpf: btf: Use exact btf value_size match in map_check_btf()Martin KaFai Lau
2018-07-25bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau
2018-07-24bpf: btf: Ensure the member->offset is in the right orderMartin KaFai Lau
2018-07-20bpf: Use option "help" in the llvm-objcopy testMartin KaFai Lau
2018-07-19bpf: test case to check whether src/dst regs got mangled by xaddDaniel Borkmann
2018-07-11bpf: fix panic due to oob in bpf_prog_test_run_skbDaniel Borkmann
2018-06-26selftests: bpf: notification about privilege required to run test_lwt_seg6loc...Jeffrin Jose T
2018-06-26selftests: bpf: notification about privilege required to run test_lirc_mode2....Jeffrin Jose T
2018-06-26selftests: bpf: add missing NET_SCHED to configAnders Roxell
2018-06-22tools/bpf: fix test_sockmap failureYonghong Song
2018-06-22selftests: bpf: notification about privilege required to run test_kmod.sh tes...Jeffrin Jose T
2018-06-15bpf, selftests: delete xfrm tunnel when test exits.William Tu
2018-06-15bpf, selftest: check tunnel type more accuratelyJian Wang
2018-06-15selftests/bpf: test offloads even with BPF programs presentJakub Kicinski
2018-06-13selftests: bpf: config: add config fragmentsAnders Roxell
2018-06-11selftests: bpf: fix urandom_read build issueAnders Roxell
2018-06-08tools/bpf: fix selftest get_cgroup_id_userYonghong Song
2018-06-07bpf: reject passing modified ctx to helper functionsDaniel Borkmann
2018-06-03tools/bpf: add a selftest for bpf_get_current_cgroup_id() helperYonghong Song
2018-06-03tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helperYonghong Song
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann
2018-06-02bpf: btf: Ensure t->type == 0 for BTF_KIND_FWDMartin KaFai Lau
2018-06-02bpf: btf: Check array t->sizeMartin KaFai Lau
2018-06-02selftests/bpf: test_sockmap, print additional test optionsPrashant Bhole
2018-06-02selftests/bpf: test_sockmap, fix data verificationPrashant Bhole
2018-06-02selftests/bpf: test_sockmap, timing improvementsPrashant Bhole
2018-06-02selftests/bpf: test_sockmap, join cgroup in selftest modePrashant Bhole
2018-06-02selftests/bpf: test_sockmap, check test failurePrashant Bhole
2018-05-30bpf: add selftest for lirc_mode2 type programSean Young
2018-05-28selftests/bpf: Selftest for sys_sendmsg hooksAndrey Ignatov
2018-05-28selftests/bpf: Prepare test_sock_addr for extensionAndrey Ignatov