summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-036-11/+84
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-025-2/+59
| |\
| | * selftests: fib_rule_tests: print the result and return 1 if any tests failedHangbin Liu2019-05-011-0/+6
| | * selftests: fib_rule_tests: Fix icmp proto with ipv6David Ahern2019-05-011-2/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-264-0/+51
| | |\
| | | * selftests/bpf: test cases for pkt/null checks in subprogsPaul Chaignon2019-04-262-0/+47
| | | * libbpf: add binary to gitignoreMatteo Croce2019-04-261-0/+1
| | | * tools: bpftool: fix infinite loop in map createAlban Crequy2019-04-261-0/+3
| * | | Merge tag 'seccomp-v5.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-291-9/+25
| |\ \ \ | | |/ / | |/| |
| | * | selftests/seccomp: Prepare for exclusive seccomp flagsKees Cook2019-04-261-9/+25
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-301-2/+0Star
|\ \ \ \
| * | | | xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-2/+0Star
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2840-197/+2669
|\ \ \ \ \
| * | | | | bpf: Add ene-to-end test for bpf_sk_storage_* helpersMartin KaFai Lau2019-04-273-16/+157
| * | | | | bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-274-10/+679
| * | | | | bpf: Add verifier tests for the bpf_sk_storageMartin KaFai Lau2019-04-272-19/+152
| * | | | | bpf: Refactor BTF encoding macro to test_btf.hMartin KaFai Lau2019-04-272-62/+70
| * | | | | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probingMartin KaFai Lau2019-04-272-1/+74
| * | | | | bpf: Sync bpf.h to toolsMartin KaFai Lau2019-04-271-1/+43
| * | | | | selftests: bpf: test writable buffers in raw tpsMatt Mullins2019-04-273-0/+156
| * | | | | tools: sync bpf.hMatt Mullins2019-04-273-1/+11
| * | | | | bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko2019-04-261-11/+11
| * | | | | bpftool: add bash completions for btf commandAndrii Nakryiko2019-04-261-0/+46
| * | | | | bpftool/docs: add btf sub-command documentationAndrii Nakryiko2019-04-268-7/+236
| * | | | | bpftool: add ability to dump BTF typesAndrii Nakryiko2019-04-263-1/+589
| * | | | | bpftool: Fix errno variable usageBenjamin Poirier2019-04-261-1/+1
| * | | | | bpftool: show flow_dissector attachment statusStanislav Fomichev2019-04-251-0/+54
| * | | | | libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee2019-04-251-0/+1
| * | | | | bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann2019-04-251-3/+3
| * | | | | bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann2019-04-251-13/+86
| * | | | | selftests/bpf: expand test_tc_tunnel with SIT encapWillem de Bruijn2019-04-243-5/+80
| * | | | | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-231-14/+9Star
| * | | | | selftests/bpf: properly return error from bpf_flow_loadStanislav Fomichev2019-04-231-4/+4
| * | | | | selftests/bpf: run flow dissector tests in skb-less modeStanislav Fomichev2019-04-234-34/+165
| * | | | | selftests/bpf: add flow dissector bpf_skb_load_bytes helper testStanislav Fomichev2019-04-231-0/+48
* | | | | | netdevsim: move netdev creation/destruction to dev probeJiri Pirko2019-04-262-79/+153
* | | | | | netdevsim: change debugfs tree topologyJiri Pirko2019-04-262-2/+4
* | | | | | netdevsim: merge sdev into devJiri Pirko2019-04-261-4/+4
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-2618-45/+415
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-255-11/+317
| |\ \ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-04-233-10/+311
| | |\ \ \ \
| | | * | | | netfilter: nat: fix icmp id randomizationFlorian Westphal2019-04-151-9/+27
| | | * | | | selftests: netfilter: check icmp pkttoobig errors are set as relatedFlorian Westphal2019-04-132-1/+284
| | * | | | | selftests/net: correct the return value for run_afpackettestsPo-Hsu Lin2019-04-211-0/+5
| | * | | | | selftests/net: correct the return value for run_netsocktestsPo-Hsu Lin2019-04-191-1/+1
| * | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-2011-28/+59
| |\ \ \ \ \ \
| | * | | | | | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()Jiri Olsa2019-04-171-1/+3
| | * | | | | | perf tools: Fix map reference countingJiri Olsa2019-04-171-3/+1Star
| | * | | | | | perf evlist: Fix side band thread drainingJiri Olsa2019-04-171-5/+9
| | * | | | | | perf tools: Check maps for bpf programsSong Liu2019-04-172-1/+19