summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| |\ \ \ \ \
| | * | | | | 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