summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | bpf: libbpf: fix memleak by freeing line_infoPrashant Bhole2018-12-181-0/+1
| | * | | | | | | | | | | tools: bpftool: support pretty print with kind_flag setYonghong Song2018-12-181-9/+27
| | * | | | | | | | | | | tools: bpftool: refactor btf_dumper_int_bits()Yonghong Song2018-12-181-6/+19
| | * | | | | | | | | | | tools/bpf: test kernel bpffs map pretty print with struct kind_flagYonghong Song2018-12-181-14/+154
| | * | | | | | | | | | | tools/bpf: add test_btf unit tests for kind_flagYonghong Song2018-12-181-2/+494
| | * | | | | | | | | | | tools/bpf: sync btf.h header from kernel to toolsYonghong Song2018-12-181-2/+18
| | * | | | | | | | | | | bpf: remove useless version check for prog loadDaniel Borkmann2018-12-171-1/+9
| | * | | | | | | | | | | tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet2018-12-154-9/+12
| | * | | | | | | | | | | tools: bpftool: fix warning on struct bpf_prog_linfo definitionQuentin Monnet2018-12-151-1/+1
| | * | | | | | | | | | | tools: bpftool: add a prog array map update example to documentationQuentin Monnet2018-12-151-0/+55
| | * | | | | | | | | | | tools: bpftool: fix examples in documentation for bpftool progQuentin Monnet2018-12-151-45/+53
| | * | | | | | | | | | | tools: bpftool: add doc for -m option to bpftool-prog.rstQuentin Monnet2018-12-151-0/+3
| | * | | | | | | | | | | bpf: improve stacksafe state comparisonAlexei Starovoitov2018-12-151-0/+22
| | * | | | | | | | | | | selftests/bpf: check insn processed in test_verifierAlexei Starovoitov2018-12-151-1/+14
| | * | | | | | | | | | | selftests/bpf: Fix sk lookup usage in test_sock_addrAndrey Ignatov2018-12-132-4/+8
| | * | | | | | | | | | | bpf: sync tools/include/uapi/linux/bpf.hSong Liu2018-12-131-0/+2
| | * | | | | | | | | | | bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau2018-12-133-19/+1
| | * | | | | | | | | | | tools: bpftool: dual license all filesJakub Kicinski2018-12-1310-7/+10
| | * | | | | | | | | | | tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski2018-12-1310-330/+15
| | * | | | | | | | | | | tools: bpftool: fix SPDX format in headersJakub Kicinski2018-12-133-3/+3
| | * | | | | | | | | | | selftests/bpf: add btf annotations for cgroup_local_storage mapsRoman Gushchin2018-12-131-0/+6
| | * | | | | | | | | | | selftests/bpf: use __bpf_constant_htons in test_prog.cStanislav Fomichev2018-12-131-4/+4
| * | | | | | | | | | | | selftests: add txtimestamp kselftestWillem de Bruijn2018-12-215-28/+173
| * | | | | | | | | | | | selftests: expand txtimestamp with ipv6 dgram + raw and pf_packetWillem de Bruijn2018-12-211-43/+146
| * | | | | | | | | | | | selftests: expand txtimestamp with cmsg supportWillem de Bruijn2018-12-211-14/+53
| * | | | | | | | | | | | selftests: rtnetlink: Add a test case for multipath route getIdo Schimmel2018-12-211-0/+15
| * | | | | | | | | | | | selftests: forwarding: Add router test with VID 1Ido Schimmel2018-12-211-0/+135
| * | | | | | | | | | | | selftests: mlxsw: Adjust test regarding VID 1Ido Schimmel2018-12-211-5/+8
| * | | | | | | | | | | | selftests: mlxsw: Add a test case for L3 VNIIdo Schimmel2018-12-211-0/+60
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-2011-27/+173
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | selftests: net: refactor reuseport_addr_any testPeter Oskolkov2018-12-201-83/+38
| * | | | | | | | | | | | | selftests: rtnetlink.sh: add testcase for neigh getRoopa Prabhu2018-12-191-0/+54
| * | | | | | | | | | | | | selftests: mlxsw: Add rtnetlink testsIdo Schimmel2018-12-191-0/+392
| * | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-12-182-1/+304
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | xfrm: policy: fix netlink/pf_key policy lookupsFlorian Westphal2018-11-151-6/+32
| | * | | | | | | | | | | | | selftests: add xfrm policy test scriptFlorian Westphal2018-11-092-1/+278
| * | | | | | | | | | | | | | selftests: mlxsw: Add Bloom delta testNir Dotan2018-12-171-1/+36
| * | | | | | | | | | | | | | selftests: mlxsw: Add Bloom filter complex testNir Dotan2018-12-171-1/+84
| * | | | | | | | | | | | | | selftests: mlxsw: Add Bloom filter simple testNir Dotan2018-12-171-1/+56
| * | | | | | | | | | | | | | selftests: net: rtnetlink.sh: add fdb get testRoopa Prabhu2018-12-161-0/+53
| * | | | | | | | | | | | | | selftests: net: reuseport_addr_any: add DCCPPeter Oskolkov2018-12-161-2/+47
| * | | | | | | | | | | | | | selftests: net: test that listening sockets match on address properlyPeter Oskolkov2018-12-154-2/+271
| * | | | | | | | | | | | | | selftests: mlxsw: Test FID RIF MAC vetoingPetr Machata2018-12-141-0/+79
| * | | | | | | | | | | | | | selftests: mlxsw: Test RIF MAC vetoingPetr Machata2018-12-141-0/+91
| * | | | | | | | | | | | | | selftests: mlxsw: extack: Test VLAN add on a port devicePetr Machata2018-12-131-0/+30
| * | | | | | | | | | | | | | selftests: mlxsw: extack: Test VLAN add on a VXLAN devicePetr Machata2018-12-131-0/+31
| * | | | | | | | | | | | | | selftests: forwarding: Add multicast routing testNir Dotan2018-12-122-0/+313
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | bpf: fix up uapi helper description and sync bpf header with toolsDaniel Borkmann2018-12-111-43/+44
| * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-1130-502/+2308
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song2018-12-103-56/+56