summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/bpf_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: make PT_REGS_* work in userspaceIlya Leoshkevich2019-07-121-20/+55
* selftests/bpf: fix s930 -> s390 typoIlya Leoshkevich2019-07-121-5/+5
* selftests/bpf: fix bpf_target_sparc checkIlya Leoshkevich2019-07-121-2/+2
* selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko2019-07-051-0/+3
* selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko2019-06-111-2/+2
* tools/bpf: add selftest in test_progs for bpf_send_signal() helperYonghong Song2019-05-241-0/+1
* selftests: bpf: Move bpf_printk to bpf_helpers.hMichal Rostecki2019-05-241-0/+8
* selftests/bpf: fix bpf_get_current_taskAlexei Starovoitov2019-05-171-1/+1
* bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau2019-04-271-0/+5
* selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov2019-04-121-0/+19
* bpf, selftest: test global data/bss/rodata sectionsJoe Stringer2019-04-101-4/+4
* selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcpLorenz Bauer2019-03-221-0/+8
* selftests/bpf: Add arm target register definitionsAdrian Ratiu2019-03-211-0/+18
* bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau2019-03-131-0/+2
* bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2019-03-021-0/+2
* bpf: add missing entries to bpf_helpers.hWillem de Bruijn2019-03-011-0/+30
* bpf: Add test_sock_fields for skb->sk and bpf_tcp_sockMartin KaFai Lau2019-02-111-0/+4
* selftests/bpf: add bpf_spin_lock C testAlexei Starovoitov2019-02-011-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-111-0/+2
|\
| * media: bpf: add bpf function to report mouse movementSean Young2018-12-091-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-101-2/+2
|\ \ | |/ |/|
| * bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-011-2/+2
* | bpf: add msg_pop_data helper to toolsJohn Fastabend2018-11-281-0/+2
|/
* bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-201-0/+2
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-191-0/+7
* bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-101-0/+4
* bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-031-0/+12
* 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-111-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-071-0/+4
|\
| * selftests/bpf: add verifier cgroup storage testsRoman Gushchin2018-08-031-0/+2
| * selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.hAndrey Ignatov2018-07-311-0/+2
* | bpf: Introduce BPF_ANNOTATE_KV_PAIRMartin KaFai Lau2018-07-251-0/+9
|/
* tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helperYonghong Song2018-06-041-0/+2
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-0/+5
* selftests/bpf: test for seg6local End.BPF actionMathieu Xhonneux2018-05-241-0/+12
* bpf: selftest additions for SOCKHASHJohn Fastabend2018-05-161-0/+8
* samples/bpf: Add example of ipv4 and ipv6 forwarding in XDPDavid Ahern2018-05-111-0/+3
* tools/bpf: add bpf_get_stack helper to tools headersYonghong Song2018-04-291-0/+2
* samples/bpf: extend test_tunnel_bpf.sh with xfrm state testEyal Birger2018-04-241-1/+3
* bpf: add bpf_xdp_adjust_tail sample progNikita V. Shirokov2018-04-181-0/+2
* bpf: adding tests for bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-0/+3
* selftests/bpf: Selftest for sys_connect hooksAndrey Ignatov2018-03-311-0/+2
* bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend2018-03-191-0/+2
* bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend2018-03-191-0/+2
* bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend2018-03-191-1/+2
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-0/+3
* bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-0/+2
* bpf: add selftest for tcpbpfLawrence Brakmo2018-01-261-0/+2
* samples/bpf: add a test for bpf_override_returnJosef Bacik2017-12-121-1/+2