aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-26tools: bpftool: teach cfg code about JMP32Jiong Wang1-2/+7
2019-01-26bpf: allocate 0x06 to new eBPF instruction class JMP32Jiong Wang1-0/+1
2019-01-25selftests: net: ip_defrag: cover new IPv6 defrag behaviorPeter Oskolkov2-34/+51
2019-01-25KVM: selftests: check returned evmcs version rangeVitaly Kuznetsov1-0/+6
2019-01-25kvm: selftests: Fix region overlap check in kvm_utilBen Gardon1-7/+2
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev1-1/+2
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet2-0/+37
2019-01-24bpftool: feature probing, change default actionPrashant Bhole1-1/+1
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski2-7/+549
2019-01-23selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev1-3/+3
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song3-12/+48
2019-01-22tools: bpftool: add bash completion for bpftool probesQuentin Monnet1-0/+19
2019-01-22tools: bpftool: add probes for a network deviceQuentin Monnet2-14/+73
2019-01-22tools: bpftool: add C-style "#define" output for probesQuentin Monnet2-30/+133
2019-01-22tools: bpftool: add probes for eBPF helper functionsQuentin Monnet5-0/+121
2019-01-22tools: bpftool: add probes for eBPF map typesQuentin Monnet6-1/+118
2019-01-22tools: bpftool: add probes for eBPF program typesQuentin Monnet5-2/+159
2019-01-22tools: bpftool: add probes for kernel configuration optionsQuentin Monnet1-0/+182
2019-01-22tools: bpftool: add probes for /proc/ eBPF parametersQuentin Monnet1-0/+187
2019-01-22tools: bpftool: add basic probe capability, probe syscall availabilityQuentin Monnet10-1/+200
2019-01-22selftests: forwarding: Add a test case for ARP suppressionIdo Schimmel1-0/+74
2019-01-22selftests: forwarding: Add a test for VXLAN symmetric routingIdo Schimmel1-0/+551
2019-01-22selftests: forwarding: Add a test case for ARP decapsulationIdo Schimmel1-0/+18
2019-01-22selftests: forwarding: Add a test for VXLAN asymmetric routingIdo Schimmel1-0/+475
2019-01-23Merge tag 'linux-kselftest-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds7-16/+118
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-93/+1321
2019-01-21nfit_test: fix security state pull for nvdimm security nfit_testDave Jiang1-2/+2
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-92/+1317
2019-01-20selftests: forwarding: Add IP-in-IP GRE hierarchical topology with keys testNir Dotan1-0/+63
2019-01-20selftests: forwarding: Add IP-in-IP GRE hierarchical topology with key testNir Dotan1-0/+63
2019-01-20selftests: forwarding: Add IP-in-IP GRE hierarchical topology testNir Dotan1-0/+63
2019-01-20selftests: forwarding: Add IP-in-IP GRE flat topology with keys testNir Dotan1-0/+63
2019-01-20selftests: forwarding: Add IP-in-IP GRE flat topology with key testNir Dotan1-0/+63
2019-01-20selftests: forwarding: Add IP-in-IP GRE flat topology testNir Dotan1-0/+63
2019-01-20selftests: forwarding: Add IP tunneling libNir Dotan1-0/+349
2019-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-16/+1218
2019-01-18tools: bpftool: Cleanup license messThomas Gleixner2-11/+1
2019-01-18bpf: pull in pkt_sched.h header for tooling to fix bpftool buildDaniel Borkmann1-0/+1163
2019-01-18selftests: forwarding: Add a test case for externally learned FDB entriesIdo Schimmel1-1/+33
2019-01-18selftests: mlxsw: Test FDB offload indicationIdo Schimmel1-0/+20
2019-01-19Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-1/+4
2019-01-17selftests: mlxsw: Test veto of unsupported VXLAN FDBsPetr Machata1-0/+126
2019-01-17selftests/tls: Fix recv partial/large_buff test casesVakul Garg1-5/+7
2019-01-17selftests/seccomp: Abort without user notification supportKees Cook1-5/+5
2019-01-17selftests/bpf: retry tests that expect build-idStanislav Fomichev1-0/+30
2019-01-17bpftool: add bash completion for peek/push/enqueue/pop/dequeueStanislav Fomichev1-18/+73
2019-01-17bpftool: add pop and dequeue commandsStanislav Fomichev2-35/+98
2019-01-17bpftool: add push and enqueue commandsStanislav Fomichev2-1/+14
2019-01-17bpftool: add peek commandStanislav Fomichev2-1/+7
2019-01-17bpftool: don't print empty key/value for mapsStanislav Fomichev1-19/+28