summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | selftests/bpf: add missing executables to .gitignoreAnders Roxell2018-10-191-0/+2
| | * | | | | | | | selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-199-1/+313
| | * | | | | | | | Sync uapi/bpf.h to tools/includeMauricio Vasquez B2018-10-191-1/+29
| | * | | | | | | | tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski2018-10-184-9/+20
| | * | | | | | | | selftests/bpf: fix file resource leak in load_kallsymsPeng Hao2018-10-181-0/+1
| | * | | | | | | | bpf: fix doc of bpf_skb_adjust_room() in uapiNicolas Dichtel2018-10-171-1/+1
| | * | | | | | | | bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend2018-10-171-52/+115
| | * | | | | | | | libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-164-148/+179
| | * | | | | | | | bpf, tls: add tls header to tools infrastructureDaniel Borkmann2018-10-162-5/+86
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-2114-45/+123
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-191-4/+9
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-1521-255/+1326
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | tools: bpftool: add map create commandJakub Kicinski2018-10-156-6/+183
| | * | | | | | | | | | bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-158-13/+37
| | * | | | | | | | | | bpf: bpftool, add support for attaching programs to mapsJohn Fastabend2018-10-154-3/+128
| | * | | | | | | | | | bpf: add tls support for testing in test_sockmapJohn Fastabend2018-10-151-0/+89
| | * | | | | | | | | | selftests: bpf: install script with_addr.shAnders Roxell2018-10-111-0/+2
| | * | | | | | | | | | selftests: bpf: add config fragment LWTUNNELAnders Roxell2018-10-111-0/+1
| | * | | | | | | | | | bpftool: Allow add linker flags via EXTRA_LDFLAGS variableJiri Olsa2018-10-111-1/+4
| | * | | | | | | | | | bpftool: Allow to add compiler flags via EXTRA_CFLAGS variableJiri Olsa2018-10-111-0/+4
| | * | | | | | | | | | tools/bpf: use proper type and uapi perf_event.h header for libbpfYonghong Song2018-10-092-5/+5
| | * | | | | | | | | | selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-093-2/+491
| | * | | | | | | | | | bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-091-0/+4
| | * | | | | | | | | | selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-091-1/+120
| | * | | | | | | | | | selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-091-190/+190
| | * | | | | | | | | | tools/bpf: bpftool, print strerror when map lookup error occursPrashant Bhole2018-10-091-5/+24
| | * | | | | | | | | | tools/bpf: bpftool, split the function do_dump()Prashant Bhole2018-10-091-34/+49
| * | | | | | | | | | | selftests: pmtu: Add optional traffic captures for single testsStefano Brivio2018-10-151-7/+53
| * | | | | | | | | | | selftests: pmtu: Allow selection of single testsStefano Brivio2018-10-151-0/+21
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-127-7/+23
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | selftests: use posix-style redirection in ip_defrag.shPaolo Abeni2018-10-111-4/+4
| * | | | | | | | | | | | selftests: mlxsw: qos_mc_aware: Make executablePetr Machata2018-10-101-0/+0
| * | | | | | | | | | | | selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, tooPetr Machata2018-10-101-1/+1
| | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0829-309/+2059
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13
| | * | | | | | | | | | | libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-042-2/+2
| | * | | | | | | | | | | libbpf: Make include guards consistentAndrey Ignatov2018-10-045-15/+15
| | * | | | | | | | | | | libbpf: Consistent prefixes for interfaces in str_error.h.Andrey Ignatov2018-10-043-11/+13
| | * | | | | | | | | | | libbpf: Consistent prefixes for interfaces in nlattr.h.Andrey Ignatov2018-10-045-81/+94
| | * | | | | | | | | | | libbpf: Consistent prefixes for interfaces in libbpf.h.Andrey Ignatov2018-10-043-43/+45
| | * | | | | | | | | | | libbpf: Move __dump_nlmsg_t from API to implementationAndrey Ignatov2018-10-042-3/+3
| | * | | | | | | | | | | selftests/bpf: Add C tests for reference trackingJoe Stringer2018-10-033-1/+219
| | * | | | | | | | | | | libbpf: Support loading individual progsJoe Stringer2018-10-032-2/+5
| | * | | | | | | | | | | selftests/bpf: Add tests for reference trackingJoe Stringer2018-10-031-0/+759
| | * | | | | | | | | | | selftests/bpf: Generalize dummy program typesJoe Stringer2018-10-031-14/+17
| | * | | | | | | | | | | bpf: Add helper to retrieve socket in BPFJoe Stringer2018-10-032-1/+104
| | * | | | | | | | | | | bpf: Reuse canonical string formatter for ctx errsJoe Stringer2018-10-031-5/+5
| | * | | | | | | | | | | bpf: Simplify ptr_min_max_vals adjustmentJoe Stringer2018-10-031-7/+7
| | * | | | | | | | | | | selftests/bpf: cgroup local storage-based network countersRoman Gushchin2018-10-014-2/+257
| | * | | | | | | | | | | selftests/bpf: extend the storage test to test per-cpu cgroup storageRoman Gushchin2018-10-011-3/+57