summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2020-01-12bpf: reject passing modified ctx to helper functionsDaniel Borkmann1-1/+57
2019-04-20bpf: Fix selftests are changes for CVE 2019-7308Balbir Singh1-0/+6
2019-03-14bpf, selftests: fix handling of sparse CPU allocationsMartynas Pumputis1-10/+20
2019-02-12selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev1-4/+4
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-09-19selftests/bpf: fix a typo in map in map testRoman Gushchin1-3/+3
2018-08-24selftests: bpf: notification about privilege required to run test_kmod.sh tes...Jeffrin Jose T1-0/+9
2018-05-30selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian1-0/+2
2018-04-26bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole1-4/+12
2018-03-11bpf: allow xadd only on aligned memoryDaniel Borkmann1-0/+58
2018-03-11bpf, arm64: fix out of bounds access in tail callDaniel Borkmann1-0/+26
2018-02-25bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann1-1/+122
2018-01-31bpf: reject stores into ctx via st and xaddDaniel Borkmann1-2/+27
2018-01-17bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann1-0/+40
2017-12-25selftests/bpf: add tests for recent bugfixesDaniel Borkmann1-16/+533
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman8-0/+8
2017-10-22bpf: add test cases to bpf selftests to cover all access testsDaniel Borkmann1-0/+480
2017-10-20bpf: remove mark access for SK_SKB program typesJohn Fastabend1-2/+14
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2-3/+3
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-1/+11
2017-10-18bpf: disallow arithmetic operations on context pointerJakub Kicinski1-0/+14
2017-09-18selftests/bpf: Make bpf_util work on uniprocessor systemsThomas Meyer1-8/+9
2017-09-16bpf/verifier: reject BPF_ALU64|BPF_ENDEdward Cree1-0/+16
2017-09-09bpf: add support for sockmap detach programsJohn Fastabend1-1/+50
2017-08-31bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King1-2/+2
2017-08-29selftests/bpf: check the instruction dumps are populatedJakub Kicinski1-4/+12
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend1-1/+28
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2-4/+30
2017-08-28bpf: more SK_SKB selftestsJohn Fastabend1-0/+98
2017-08-28bpf: additional sockmap self testsJohn Fastabend3-46/+96
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend4-78/+62
2017-08-24selftests/bpf: add a test for a pruning bug in the verifierAlexei Starovoitov1-0/+28
2017-08-24selftests/bpf: add a test for a bug in liveness-based pruningEdward Cree1-0/+16
2017-08-20bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_testMartin KaFai Lau1-0/+1
2017-08-16bpf: selftests add sockmap testsJohn Fastabend5-39/+412
2017-08-16bpf: selftests: add tests for new __sk_buff membersJohn Fastabend1-0/+152
2017-08-16bpf: sockmap sample programJohn Fastabend1-0/+7
2017-08-12selftests: bpf: add check for ip XDP redirectWilliam Tu1-0/+5
2017-08-10bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructionsDaniel Borkmann1-0/+313
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+21
2017-08-09selftests: bpf: add a test for XDP redirectWilliam Tu3-2/+84
2017-08-09selftests/bpf: variable offset negative testsEdward Cree1-0/+41
2017-08-09selftests/bpf: add tests for subtraction & negative numbersEdward Cree1-0/+104
2017-08-09selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifierEdward Cree1-8/+8
2017-08-09selftests/bpf: add test for bogus operations on pointersEdward Cree1-2/+64
2017-08-09selftests/bpf: add a test to test_alignEdward Cree1-0/+67
2017-08-09selftests/bpf: rewrite test_alignEdward Cree1-93/+132
2017-08-09selftests/bpf: change test_verifier expectationsEdward Cree1-180/+152
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter1-0/+11
2017-08-05bpf: fix byte order test in test_verifierDaniel Borkmann1-9/+10