summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | libbpf: remove dependency on barrier.h in xsk.hMagnus Karlsson2019-04-162-3/+29
| | * | | | | libbpf: remove likely/unlikely in xsk.hMagnus Karlsson2019-04-161-2/+2
| | * | | | | libbpf: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-161-2/+11
| | * | | | | tools/bpftool: show btf_id in map listingPrashant Bhole2019-04-161-0/+6
| | * | | | | tools/bpftool: re-organize newline printing for map listingPrashant Bhole2019-04-161-2/+3
| | * | | | | bpftool: Support sysctl hookAndrey Ignatov2019-04-166-8/+13
| | * | | | | libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-161-1/+1
| | * | | | | selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov2019-04-161-48/+86
| | * | | | | selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev2019-04-161-81/+116
| | * | | | | selftests/bpf: two scale testsAlexei Starovoitov2019-04-162-0/+88
| | * | | | | bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier2019-04-161-0/+7
| | * | | | | bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier2019-04-161-19/+14
| | * | | | | tools: bpftool: add a note on program statistics in man pageQuentin Monnet2019-04-161-0/+8
| | * | | | | tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet2019-04-167-7/+7
| | * | | | | tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet2019-04-161-1/+1
| | * | | | | tools: bpftool: reset errno for "bpftool cgroup tree"Quentin Monnet2019-04-161-0/+7
| | * | | | | tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet2019-04-161-1/+1
| | * | | | | bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire2019-04-161-3/+3
| | * | | | | selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev2019-04-161-1/+1
| | * | | | | selftests/btf: add VAR and DATASEC case for dedup testsAndrii Nakryiko2019-04-161-0/+49
| | * | | | | btf: add support for VAR and DATASEC in btf_dedup()Andrii Nakryiko2019-04-161-2/+27
| | * | | | | selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov2019-04-122-1/+126
| | * | | | | selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-0/+485
| | * | | | | selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov2019-04-121-0/+160
| | * | | | | selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov2019-04-121-0/+19
| | * | | | | bpf: Sync bpf.h to tools/Andrey Ignatov2019-04-121-1/+50
| | * | | | | selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov2019-04-121-0/+64
| | * | | | | selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-0/+222
| | * | | | | selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+228
| | * | | | | selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-0/+222
| | * | | | | selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-122-1/+293
| | * | | | | selftests/bpf: Test sysctl section nameAndrey Ignatov2019-04-121-0/+5
| | * | | | | libbpf: Support sysctl hookAndrey Ignatov2019-04-122-0/+4
| | * | | | | bpf: Sync bpf.h to tools/Andrey Ignatov2019-04-121-1/+89
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-1712-109/+293
| |\ \ \ \ \ \
| * | | | | | | selftests: mlxsw: Test neighbour offload indicationIdo Schimmel2019-04-151-0/+26
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-153-37/+241
| |\ \ \ \ \ \ \
| | * | | | | | | selftests: netfilter: add ebtables broute test caseFlorian Westphal2019-04-122-1/+147
| | * | | | | | | kselftests: extend nft_nat with inet family based nat hooksFlorian Westphal2019-04-081-36/+94
| * | | | | | | | netdevsim: move sdev specific bpf debugfs files to sdev dirJiri Pirko2019-04-121-1/+1
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | selftests: Add debugging options to pmtu.shDavid Ahern2019-04-111-89/+124
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-1147-244/+3276
| |\ \ \ \ \ \ \
| | * | | | | | | tools: add smp_* barrier variants to include infrastructureDaniel Borkmann2019-04-112-2/+15
| | * | | | | | | selftests_bpf: add L2 encap to test_tc_tunnelAlan Maguire2019-04-113-59/+277
| | * | | | | | | bpf: sync bpf.h to tools/ for BPF_F_ADJ_ROOM_ENCAP_L2Alan Maguire2019-04-111-0/+10
| | * | | | | | | selftests_bpf: extend test_tc_tunnel for UDP encapAlan Maguire2019-04-113-48/+143
| | * | | | | | | selftests: bpf: add selftest for __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-112-0/+110
| | * | | | | | | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-113-0/+17
| | * | | | | | | tools/bpftool: show btf id in program informationPrashant Bhole2019-04-111-0/+6
| | * | | | | | | libbpf: Fix build with gcc-8Andrey Ignatov2019-04-111-1/+1
OpenPOWER on IntegriCloud