summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | selftests/bpf: add realistic loop testsAlexei Starovoitov2019-06-1915-12/+1347
| | * | | | | | | | | | | | | | selftests/bpf: add basic verifier tests for loopsAlexei Starovoitov2019-06-191-0/+161
| | * | | | | | | | | | | | | | selftests/bpf: fix testsAlexei Starovoitov2019-06-193-20/+24
| | * | | | | | | | | | | | | | selftests/bpf: fix tests due to const spill/fillAlexei Starovoitov2019-06-192-14/+17
| | * | | | | | | | | | | | | | libbpf: constify getter APIsAndrii Nakryiko2019-06-192-70/+72
| | * | | | | | | | | | | | | | selftests/bpf: convert tests w/ custom values to BTF-defined mapsAndrii Nakryiko2019-06-1814-140/+285
| | * | | | | | | | | | | | | | selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined mapsAndrii Nakryiko2019-06-185-72/+87
| | * | | | | | | | | | | | | | selftests/bpf: add test for BTF-defined mapsAndrii Nakryiko2019-06-182-7/+76
| | * | | | | | | | | | | | | | libbpf: allow specifying map definitions using BTFAndrii Nakryiko2019-06-182-9/+345
| | * | | | | | | | | | | | | | libbpf: split initialization and loading of BTFAndrii Nakryiko2019-06-181-10/+24
| | * | | | | | | | | | | | | | libbpf: identify maps by section index in addition to offsetAndrii Nakryiko2019-06-181-15/+25
| | * | | | | | | | | | | | | | libbpf: refactor map initializationAndrii Nakryiko2019-06-181-114/+133
| | * | | | | | | | | | | | | | libbpf: streamline ELF parsing error-handlingAndrii Nakryiko2019-06-181-24/+20
| | * | | | | | | | | | | | | | libbpf: extract BTF loading logicAndrii Nakryiko2019-06-181-38/+55
| | * | | | | | | | | | | | | | libbpf: add common min/max macro to libbpf_internal.hAndrii Nakryiko2019-06-185-15/+10
| | * | | | | | | | | | | | | | selftests/bpf: convert socket_cookie test to sk storageStanislav Fomichev2019-06-152-32/+38
| | * | | | | | | | | | | | | | bpf/tools: sync bpf.hStanislav Fomichev2019-06-151-0/+2
| | * | | | | | | | | | | | | | bpf: Add test for SO_REUSEPORT_DETACH_BPFMartin KaFai Lau2019-06-151-0/+54
| | * | | | | | | | | | | | | | bpf: Sync asm-generic/socket.h to tools/Martin KaFai Lau2019-06-151-0/+147
| | * | | | | | | | | | | | | | libbpf: fix check for presence of associated BTF for map creationAndrii Nakryiko2019-06-151-4/+5
| | * | | | | | | | | | | | | | selftests/bpf: signedness bug in enable_all_controllers()Dan Carpenter2019-06-151-1/+1
| | * | | | | | | | | | | | | | bpf: use libbpf_num_possible_cpus internallyHechao Li2019-06-112-80/+10
| | * | | | | | | | | | | | | | selftests/bpf: remove bpf_util.h from BPF C progsHechao Li2019-06-115-4/+6
| | * | | | | | | | | | | | | | bpf: add a new API libbpf_num_possible_cpus()Hechao Li2019-06-113-0/+74
| | * | | | | | | | | | | | | | selftests/bpf : clean up feature/ when make cleanHechao Li2019-06-111-1/+2
| | * | | | | | | | | | | | | | selftests/bpf: fix constness of source arg for bpf helpersAndrii Nakryiko2019-06-101-2/+2
| | * | | | | | | | | | | | | | libbpf: remove qidconf and better support external bpf programs.Jonathan Lemon2019-06-101-75/+28
| | * | | | | | | | | | | | | | tools/bpf: Add bpf_map_lookup_elem selftest for xskmapJonathan Lemon2019-06-101-0/+18
| | * | | | | | | | | | | | | | bpf/tools: sync bpf.hJonathan Lemon2019-06-101-0/+4
| | * | | | | | | | | | | | | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-101-15/+0
| * | | | | | | | | | | | | | | selftests/net: make udpgso_bench skip unsupported testcasesWillem de Bruijn2019-06-192-34/+59
| * | | | | | | | | | | | | | | selftests: tc: add ingress device matching supportJiri Pirko2019-06-193-2/+225
| * | | | | | | | | | | | | | | selftests: mlxsw: Add a test for FIB offload indicationIdo Schimmel2019-06-181-0/+349
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17131-910/+1035
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | net/udpgso_bench.sh test fails on errorFred Klassen2019-06-171-0/+33
| * | | | | | | | | | | | | | | | net/udpgso_bench.sh add UDP GSO audit testsFred Klassen2019-06-171-1/+18
| * | | | | | | | | | | | | | | | net/udpgso_bench_tx: options to exercise TX CMSGFred Klassen2019-06-171-15/+276
| * | | | | | | | | | | | | | | | selftests: rtnetlink: add addresses with fixed life timeFlorian Westphal2019-06-171-0/+21
| * | | | | | | | | | | | | | | | selftests/net: fix warnings in TFO key rotation selftestWillem de Bruijn2019-06-161-3/+2
| * | | | | | | | | | | | | | | | tc-tests: updated skbedit testsRoman Mashak2019-06-161-9/+53
| * | | | | | | | | | | | | | | | tc-tests: added path to ip command in tdcRoman Mashak2019-06-161-0/+2
| * | | | | | | | | | | | | | | | net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-152-2/+1
| * | | | | | | | | | | | | | | | selftests: ptp: Add Physical Hardware Clock testShalom Toledo2019-06-131-0/+166
| * | | | | | | | | | | | | | | | tc-tests: updated fw with bind actions by reference use casesRoman Mashak2019-06-131-0/+144
| * | | | | | | | | | | | | | | | selftests: pmtu: Introduce list_flush_ipv6_exception test caseStefano Brivio2019-06-111-1/+50
| * | | | | | | | | | | | | | | | selftests: Add version of router_multipath.sh using nexthop objectsDavid Ahern2019-06-101-0/+359
| * | | | | | | | | | | | | | | | selftests: Add test with multiple prefixes using single nexthopDavid Ahern2019-06-101-0/+290
| * | | | | | | | | | | | | | | | selftests: icmp_redirect: Add support for routing via nexthop objectsDavid Ahern2019-06-101-0/+49
| * | | | | | | | | | | | | | | | selftests: pmtu: Add support for routing via nexthop objectsDavid Ahern2019-06-101-32/+126
| * | | | | | | | | | | | | | | | selftests: pmtu: Move route installs to a new functionDavid Ahern2019-06-101-11/+15
OpenPOWER on IntegriCloud