summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* bpf: libbpf support for msg_push_dataJohn Fastabend2018-10-202-1/+21
* bpf: add tests for direct packet access from CGROUP_SKBSong Liu2018-10-191-0/+171
* bpf, libbpf: use correct barriers in perf ring buffer walkDaniel Borkmann2018-10-191-6/+4Star
* tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-199-12/+250
* 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-181-1/+1
* bpf: sockmap, add msg_peek tests to test_sockmapJohn Fastabend2018-10-171-52/+115
* libbpf: Per-symbol visibility for DSOAndrey Ignatov2018-10-174-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/bpf/bpf-nextDavid S. Miller2018-10-1621-255/+1326
|\
| * tools: bpftool: add map create commandJakub Kicinski2018-10-166-6/+183
| * bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend2018-10-168-13/+37
| * bpf: bpftool, add support for attaching programs to mapsJohn Fastabend2018-10-164-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-102-5/+5
| * selftests/bpf: add XDP selftests for modifying and popping VLAN headersJesper Dangaard Brouer2018-10-103-2/+491
| * bpf: make TC vlan bpf_helpers avail to selftestsJesper Dangaard Brouer2018-10-101-0/+4
| * selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf progPrashant Bhole2018-10-101-1/+120
| * selftests/bpf: test_verifier, change names of fixup mapsPrashant Bhole2018-10-101-190/+190
| * tools/bpf: bpftool, print strerror when map lookup error occursPrashant Bhole2018-10-101-5/+24
| * tools/bpf: bpftool, split the function do_dump()Prashant Bhole2018-10-101-34/+49
* | selftests: pmtu: Add optional traffic captures for single testsStefano Brivio2018-10-161-7/+53
* | selftests: pmtu: Allow selection of single testsStefano Brivio2018-10-161-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-137-7/+23
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-122-2/+2
| |\ \
| | * | selftests: udpgso_bench.sh explicitly requires bashPaolo Abeni2018-10-111-1/+1
| | * | selftests: rtnetlink.sh explicitly requires bash.Paolo Abeni2018-10-111-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-114-5/+20
| |\ \ \
| | * \ \ Merge tag 'perf-urgent-for-mingo-4.19-20181005' of git://git.kernel.org/pub/s...Ingo Molnar2018-10-054-5/+20
| | |\ \ \
| | | * | | perf record: Use unmapped IP for inline callchain cursorsMilian Wolff2018-10-051-1/+2
| | | * | | perf python: Use -Wno-redundant-decls to build with PYTHON=python3Arnaldo Carvalho de Melo2018-10-051-1/+1
| | | * | | perf report: Don't try to map ip to invalid mapMilian Wolff2018-09-271-2/+3
| | | * | | perf script python: Fix export-to-sqlite.py sample columnsAdrian Hunter2018-09-251-1/+5
| | | * | | perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter2018-09-251-0/+9
| * | | | | Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-071-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | tools: hv: fcopy: set 'error' in case an unknown operation was requestedVitaly Kuznetsov2018-09-301-0/+1
| | |/ / /
* | | | | selftests: use posix-style redirection in ip_defrag.shPaolo Abeni2018-10-111-4/+4
* | | | | selftests: mlxsw: qos_mc_aware: Make executablePetr Machata2018-10-111-0/+0
* | | | | selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, tooPetr Machata2018-10-111-1/+1
| |_|_|/ |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-0929-309/+2059
|\ \ \ \
| * | | | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-ClauseAlexei Starovoitov2018-10-0813-62/+13Star
| * | | | libbpf: Use __u32 instead of u32 in bpf_program__loadAndrey Ignatov2018-10-042-2/+2