summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet2019-07-056-3/+485
| | * | | | | | | | | | | | | | selftests/bpf: convert legacy BPF maps to BTF-defined onesAndrii Nakryiko2019-07-0511-236/+228
| | * | | | | | | | | | | | | | selftests/bpf: convert selftests using BTF-defined maps to new syntaxAndrii Nakryiko2019-07-0520-494/+300
| | * | | | | | | | | | | | | | selftests/bpf: add __uint and __type macro for BTF-defined mapsAndrii Nakryiko2019-07-051-0/+3
| | * | | | | | | | | | | | | | libbpf: capture value in BTF type info for BTF-defined map defsAndrii Nakryiko2019-07-051-30/+28
| | * | | | | | | | | | | | | | selftests/bpf: convert existing tracepoint tests to new APIsAndrii Nakryiko2019-07-053-81/+32
| | * | | | | | | | | | | | | | selftests/bpf: add kprobe/uprobe selftestsAndrii Nakryiko2019-07-052-0/+221
| | * | | | | | | | | | | | | | selftests/bpf: switch test to new attach_perf_event APIAndrii Nakryiko2019-07-051-16/+15
| | * | | | | | | | | | | | | | libbpf: add raw tracepoint attach APIAndrii Nakryiko2019-07-053-0/+43
| | * | | | | | | | | | | | | | libbpf: add tracepoint attach APIAndrii Nakryiko2019-07-053-0/+84
| | * | | | | | | | | | | | | | libbpf: add kprobe/uprobe attach APIAndrii Nakryiko2019-07-053-0/+178
| | * | | | | | | | | | | | | | libbpf: add ability to attach/detach BPF program to perf eventAndrii Nakryiko2019-07-053-0/+67
| | * | | | | | | | | | | | | | libbpf: introduce concept of bpf_linkAndrii Nakryiko2019-07-053-1/+23
| | * | | | | | | | | | | | | | libbpf: make libbpf_strerror_r agnostic to sign of errorAndrii Nakryiko2019-07-051-1/+1
| * | | | | | | | | | | | | | | selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-07-084-0/+1220
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-0430-57/+2406
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | selftests/bpf: test BPF_SOCK_OPS_RTT_CBStanislav Fomichev2019-07-033-1/+317
| | * | | | | | | | | | | | | | bpf/tools: sync bpf.hStanislav Fomichev2019-07-031-1/+11
| | * | | | | | | | | | | | | | selftests: bpf: standardize to static __always_inlineJiri Benc2019-07-035-35/+38
| | * | | | | | | | | | | | | | bpf, libbpf, smatch: Fix potential NULL pointer dereferenceLeo Yan2019-07-031-4/+4
| | * | | | | | | | | | | | | | libbpf: fix GCC8 warning for strncpyAndrii Nakryiko2019-07-031-1/+2
| | * | | | | | | | | | | | | | selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.cStanislav Fomichev2019-06-291-27/+24
| | * | | | | | | | | | | | | | bpftool: support cgroup sockoptStanislav Fomichev2019-06-276-8/+20
| | * | | | | | | | | | | | | | selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTIStanislav Fomichev2019-06-274-1/+449
| | * | | | | | | | | | | | | | selftests/bpf: add sockopt test that exercises sk helpersStanislav Fomichev2019-06-274-1/+328
| | * | | | | | | | | | | | | | selftests/bpf: add sockopt testStanislav Fomichev2019-06-273-1/+1024
| | * | | | | | | | | | | | | | selftests/bpf: test sockopt section nameStanislav Fomichev2019-06-271-0/+10
| | * | | | | | | | | | | | | | libbpf: support sockopt hooksStanislav Fomichev2019-06-272-0/+6
| | * | | | | | | | | | | | | | bpf: sync bpf.h to tools/Stanislav Fomichev2019-06-271-0/+14
| | * | | | | | | | | | | | | | xsk: Change the default frame size to 4096 and allow controlling itMaxim Mikityanskiy2019-06-271-1/+1
| | * | | | | | | | | | | | | | libbpf: Support getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-271-0/+12
| | * | | | | | | | | | | | | | xsk: Add getsockopt XDP_OPTIONSMaxim Mikityanskiy2019-06-271-0/+8
| | * | | | | | | | | | | | | | selftests/bpf: build tests with debug infoAndrii Nakryiko2019-06-261-1/+1
| | * | | | | | | | | | | | | | libbpf: fix max() type mismatch for 32bitIvan Khoronzhuk2019-06-261-1/+1
| | * | | | | | | | | | | | | | selftests, bpf: Add test for veth native XDPToshiaki Makita2019-06-244-0/+162
| | * | | | | | | | | | | | | | libbpf: fix spelling mistake "conflictling" -> "conflicting"Colin Ian King2019-06-241-4/+4
| * | | | | | | | | | | | | | | bonding: add an option to specify a delay between peer notificationsVincent Bernat2019-07-041-0/+1
| * | | | | | | | | | | | | | | blackhole_dev: add a selftestMahesh Bandewar2019-07-013-1/+13
| * | | | | | | | | | | | | | | tc-testing: added tdc tests for prio qdiscRoman Mashak2019-07-011-0/+276
| * | | | | | | | | | | | | | | tc-testing: updated mirred action tests with batch create/deleteRoman Mashak2019-07-011-0/+94
| * | | | | | | | | | | | | | | selftests: rtnetlink: skip ipsec offload tests if netdevsim isn't presentFlorian Westphal2019-06-291-6/+10
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-273-2/+92
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | selftests: rtnetlink: add small test case with 'promote_secondaries' enabledFlorian Westphal2019-06-271-0/+20
| * | | | | | | | | | | | | | | tc-testing: add ingress qdisc testsRoman Mashak2019-06-251-0/+102
| * | | | | | | | | | | | | | | tc-testing: Restore original behaviour for namespaces in tdcLucas Bates2019-06-258-20/+296
| * | | | | | | | | | | | | | | selftests: pmtu: Make list_flush_ipv6_exception test more demandingStefano Brivio2019-06-241-8/+14
| * | | | | | | | | | | | | | | selftests: pmtu: Introduce list_flush_ipv4_exception test caseStefano Brivio2019-06-241-0/+60
| * | | | | | | | | | | | | | | selftests: add route_localnet test scriptShijie Luo2019-06-241-0/+74
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2278-249/+307
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-2068-755/+3053
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud