summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tools/bpf: sync kernel uapi bpf.h to tools directoryYonghong Song2018-12-101-3/+3
| * bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau2018-12-103-3/+3
| * bpf: relax verifier restriction on BPF_MOV | BPF_ALUJiong Wang2018-12-101-0/+13
| * media: bpf: add bpf function to report mouse movementSean Young2018-12-095-22/+69
| * bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau2018-12-0912-25/+516
| * bpf: libbpf: Add btf_line_info support to libbpfMartin KaFai Lau2018-12-095-89/+239
| * bpf: libbpf: Refactor and bug fix on the bpf_func_info loading logicMartin KaFai Lau2018-12-094-177/+177
| * bpf: Add unit tests for bpf_line_infoMartin KaFai Lau2018-12-091-17/+580
| * bpf: Refactor and bug fix in test_func_type in test_btf.cMartin KaFai Lau2018-12-091-86/+125
| * bpf: tools: Sync uapi bpf.hMartin KaFai Lau2018-12-091-0/+19
| * selftests: bpf: update testcases for BPF_ALU | BPF_ARSHJiong Wang2018-12-071-4/+25
| * bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau2018-12-064-9/+22
| * bpf: tools: Sync uapi bpf.h for the name changes in bpf_func_infoMartin KaFai Lau2018-12-061-1/+1
| * tools: bpftool: add a command to dump the trace pipeQuentin Monnet2018-12-055-4/+176
| * selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer2018-12-041-1/+54
| * libbpf: add bpf_prog_test_run_xattrLorenz Bauer2018-12-043-0/+43
| * tools: sync uapi/linux/bpf.hLorenz Bauer2018-12-041-2/+5
| * bpf: allow BPF read access to qdisc pkt_lenPetar Penkov2018-12-032-0/+33
| * libbpf: Fix license in README.rstAndrey Ignatov2018-12-031-1/+1
| * bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller2018-12-011-0/+17
| * bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller2018-12-011-0/+44
| * bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller2018-12-011-18/+24
| * bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-015-8/+23
| * bpf: Fix verifier log string check for bad alignment.David Miller2018-12-011-1/+1
| * tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet2018-11-303-26/+75
| * tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet2018-11-301-1/+1
| * tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet2018-11-301-1/+1
| * tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet2018-11-301-24/+49
| * tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2018-11-302-13/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-1026-59/+571
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-106-43/+422
| |\ \
| | * | bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-2/+2
| | * | bpf: Improve socket lookup reuseport documentationJoe Stringer2018-12-011-4/+4
| | * | bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-013-25/+36
| | * | bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-011-5/+12
| | * | bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1