aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-11/+84
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-2/+59
2019-05-01selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu1-0/+6
2019-05-01selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern1-2/+2
2019-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+0
2019-04-29Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-9/+25
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller40-197/+2669
2019-04-27bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau3-16/+157
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau4-10/+679
2019-04-27bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau2-19/+152
2019-04-27bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau2-62/+70
2019-04-27bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau2-1/+74
2019-04-27bpf: Sync bpf.h to toolsMartin KaFai Lau1-1/+43
2019-04-26selftests: bpf: test writable buffers in raw tpsMatt Mullins3-0/+156
2019-04-26tools: sync bpf.hMatt Mullins3-1/+11
2019-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-0/+51
2019-04-26netdevsim: move netdev creation/destruction to dev probeJiri Pirko2-79/+153
2019-04-26netdevsim: change debugfs tree topologyJiri Pirko2-2/+4
2019-04-26netdevsim: merge sdev into devJiri Pirko1-4/+4
2019-04-25bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko1-11/+11
2019-04-25bpftool: add bash completions for btf commandAndrii Nakryiko1-0/+46
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko8-7/+236
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko3-1/+589
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-45/+415
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier1-1/+1
2019-04-25selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2-0/+47
2019-04-25libbpf: add binary to gitignoreMatteo Croce1-0/+1
2019-04-25tools: bpftool: fix infinite loop in map createAlban Crequy1-0/+3
2019-04-25selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook1-9/+25
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev1-0/+54
2019-04-25libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee1-0/+1
2019-04-25bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann1-3/+3
2019-04-25bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann1-13/+86
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-11/+317
2019-04-24selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn3-5/+80
2019-04-23bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev1-14/+9
2019-04-23selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev1-4/+4
2019-04-23selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev4-34/+165
2019-04-23selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev1-0/+48
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller33-187/+2454
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-10/+311
2019-04-20selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin1-0/+5
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-28/+59
2019-04-19libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J1-1/+1
2019-04-19selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin1-1/+1
2019-04-19proc: fixup proc-pid-vm testAlexey Dobriyan1-2/+2
2019-04-19proc: fix map_files test on F29Alexey Dobriyan1-10/+10
2019-04-18bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau1-1/+1
2019-04-18selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2-2/+2
2019-04-18libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson1-1/+1