summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-4/+51
* bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-261-5/+2
* selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
* bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
* selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
* selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+11
|\
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
* | bpf: Add tests for eBPF file modeChenbo Feng2017-10-201-0/+48
|/
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-081-1/+50
* bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King2017-08-301-2/+2
* bpf: test_maps add sockmap stress testJohn Fastabend2017-08-281-1/+28
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-4/+23
* bpf: additional sockmap self testsJohn Fastabend2017-08-281-38/+75
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-74/+59
* bpf: selftests add sockmap testsJohn Fastabend2017-08-161-0/+308
* bpf: testing: fix devmap testsJohn Fastabend2017-07-291-1/+3
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+15
* bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-101-0/+50
* bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann2017-04-281-17/+20
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-4/+25
* bpf: Fix values type used in test_mapsDavid Miller2017-04-211-2/+2
* bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-3/+26
* bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-1/+0
* bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-101-7/+7
* bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-101-17/+17
* bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-101-11/+11
* bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-101-15/+15
* bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-101-28/+33
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-271-3/+4
* bpf: add initial suite for selftestsDaniel Borkmann2016-10-181-0/+525
OpenPOWER on IntegriCloud