summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | bpf: Fix typo in uapi/linux/bpf.hJakub Wilk2020-10-071-1/+1
| | * | | | | | selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64Hao Luo2020-10-072-9/+1
| | * | | | | | bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo2020-10-061-3/+2
| | * | | | | | selftest/bpf: Test pinning map with reused map fdHangbin Liu2020-10-061-1/+48
| | * | | | | | libbpf: Check if pin_path was set even map fd existHangbin Liu2020-10-061-19/+18
| | * | | | | | libbpf: Close map fd if init map slots failedHangbin Liu2020-10-061-21/+34
| | * | | | | | bpf, sockmap: Update selftests to use skb_adjust_roomJohn Fastabend2020-10-032-30/+31
| | * | | | | | bpf/selftests: Test for bpf_per_cpu_ptr() and bpf_this_cpu_ptr()Hao Luo2020-10-032-0/+50
| | * | | | | | bpf: Introducte bpf_this_cpu_ptr()Hao Luo2020-10-031-0/+13
| | * | | | | | bpf: Introduce bpf_per_cpu_ptr()Hao Luo2020-10-031-0/+18
| | * | | | | | selftests/bpf: Ksyms_btf to test typed ksymsHao Luo2020-10-025-25/+137
| | * | | | | | bpf/libbpf: BTF support for typed ksymsHao Luo2020-10-021-13/+99
| | * | | | | | bpf: Introduce pseudo_btf_idHao Luo2020-10-021-9/+27
| | * | | | | | bpf: selftest: Ensure the child sk inherited all bpf_sock_ops_cb_flagsMartin KaFai Lau2020-10-024-6/+22
| | * | | | | | selftests/bpf: Properly initialize linfo in sockmap_basicStanislav Fomichev2020-10-021-1/+1
| | * | | | | | selftests/bpf: Initialize duration in xdp_noinline.cStanislav Fomichev2020-10-021-1/+1
| * | | | | | | selftests: net: mscc: ocelot: add test for VLAN modify actionVladimir Oltean2020-10-111-2/+45
| * | | | | | | selftests: mptcp: interpret \n as a new lineMatthieu Baerts2020-10-091-2/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-064-3/+28
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | selftests: ocelot: add some example VCAP IS1, IS2 and ES0 tc offloadsVladimir Oltean2020-10-032-0/+316
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-10-023-0/+2197
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | selftest/net/xfrm: Add test for ipsec tunnelDmitry Safonov2020-09-243-0/+2197
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-0164-1055/+4993
| |\ \ \ \ \ \ \
| | * | | | | | | selftests/bpf: Add tests for BPF_F_PRESERVE_ELEMSSong Liu2020-10-012-0/+104
| | * | | | | | | bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event arraySong Liu2020-10-011-0/+3
| | * | | | | | | selftests/bpf: Fix alignment of .BTF_idsJean-Philippe Brucker2020-10-011-0/+6
| | * | | | | | | selftests/bpf: Test "incremental" btf_dump in C formatAndrii Nakryiko2020-09-301-0/+105
| | * | | | | | | libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko2020-09-303-22/+65
| | * | | | | | | bpf, selftests: Add redirect_neigh selftestDaniel Borkmann2020-09-302-0/+312
| | * | | | | | | bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-308-40/+40
| | * | | | | | | bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann2020-09-301-0/+46
| | * | | | | | | bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-301-0/+14
| | * | | | | | | bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-301-0/+10
| | * | | | | | | libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko2020-09-301-2/+1
| | * | | | | | | libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko2020-09-301-1/+1
| | * | | | | | | libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko2020-09-301-1/+1
| | * | | | | | | selftests/bpf: Fix endianness issues in sk_lookup/ctx_narrow_accessIlya Leoshkevich2020-09-301-115/+101
| | * | | | | | | bpf, selftests: Fix warning in snprintf_btf where system() call uncheckedJohn Fastabend2020-09-291-1/+3
| | * | | | | | | selftests: Add selftest for disallowing modify_return attachment to freplaceToke Høiland-Jørgensen2020-09-293-1/+71
| | * | | | | | | selftests/bpf: Adding test for arg dereference in extension traceJiri Olsa2020-09-293-0/+154
| | * | | | | | | selftests: Add test for multiple attachments of freplace programToke Høiland-Jørgensen2020-09-292-32/+139
| | * | | | | | | libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen2020-09-295-9/+60
| | * | | | | | | bpf: Support attaching freplace programs to multiple attach pointsToke Høiland-Jørgensen2020-09-291-2/+7
| | * | | | | | | selftests/bpf: Test BTF's handling of endiannessAndrii Nakryiko2020-09-291-0/+101
| | * | | | | | | libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko2020-09-293-64/+255
| | * | | | | | | selftests/bpf: Move and extend ASSERT_xxx() testing macrosAndrii Nakryiko2020-09-292-34/+63
| | * | | | | | | selftests: Make sure all 'skel' variables are declared staticToke Høiland-Jørgensen2020-09-292-2/+2
| | * | | | | | | selftests/bpf_iter: Don't fail test due to missing __builtin_btf_type_idToke Høiland-Jørgensen2020-09-291-3/+9
| | * | | | | | | selftests/bpf: Ensure snprintf_btf/bpf_iter tests compatibility with old vmli...Alan Maguire2020-09-293-1/+51
| | * | | | | | | selftests/bpf: Fix unused-result warning in snprintf_btf.cAlan Maguire2020-09-291-1/+1