summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08122-971/+12378
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-0/+19
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-071-0/+19
| | |\
| | | * bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-011-0/+19
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-05-075-91/+100
| |\ \ \
| | * | | libbpf: remove unnecessary cast-to-voidBjörn Töpel2019-05-061-14/+10Star
| | * | | libbpf: add libbpf_util.h to header install.William Tu2019-05-051-0/+1
| | * | | tools/bpf: fix perf build error with uClibc (seen on ARC)Vineet Gupta2019-05-051-0/+2
| | * | | bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada2019-05-051-1/+1
| | * | | libbpf: proper XSKMAP cleanupBjörn Töpel2019-05-051-55/+60
| | * | | libbpf: fix invalid munmap callBjörn Töpel2019-05-051-37/+40
| | * | | selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song2019-05-051-0/+2
| * | | | selftests: Add loopback testJiri Pirko2019-05-061-0/+94
| |/ / /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-036-11/+84
| |\| |
| * | | 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/bpf/bpf-nextDavid S. Miller2019-04-2333-187/+2454
| |\ \ \ \ \
| | * | | | | libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J2019-04-201-1/+1
| | * | | | | bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau2019-04-191-1/+1
| | * | | | | selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2019-04-192-2/+2
| | * | | | | libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson2019-04-191-1/+1
| | * | | | | selftests/bpf: fix a compilation errorYonghong Song2019-04-181-2/+2
| | * | | | | libbpf: optimize barrier for XDP socket ringsMagnus Karlsson2019-04-172-1/+6