summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | selftests/bpf: set RLIMIT_MEMLOCK properly for test_libbpf_open.cYonghong Song2019-05-041-0/+2
| * | | | | | | | | | | | | selftests: Add loopback testJiri Pirko2019-05-051-0/+94
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-026-11/+84
| |\| | | | | | | | | | |
| * | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-301-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | xfrm: make xfrm modes builtinFlorian Westphal2019-04-081-2/+0
| * | | | | | | | | | | | | 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-263-0/+156
| | * | | | | | | | | | | | | tools: sync bpf.hMatt Mullins2019-04-263-1/+11
| | * | | | | | | | | | | | | bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko2019-04-251-11/+11
| | * | | | | | | | | | | | | bpftool: add bash completions for btf commandAndrii Nakryiko2019-04-251-0/+46
| | * | | | | | | | | | | | | bpftool/docs: add btf sub-command documentationAndrii Nakryiko2019-04-258-7/+236
| | * | | | | | | | | | | | | bpftool: add ability to dump BTF typesAndrii Nakryiko2019-04-253-1/+589
| | * | | | | | | | | | | | | bpftool: Fix errno variable usageBenjamin Poirier2019-04-251-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/+9
| | * | | | | | | | | | | | | 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-2518-45/+415
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-2233-187/+2454
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | libbpf: fix BPF_LOG_BUF_SIZE off-by-one errorMcCabe, Robert J2019-04-191-1/+1
| | * | | | | | | | | | | | | | bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau2019-04-181-1/+1
| | * | | | | | | | | | | | | | selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing2019-04-182-2/+2
| | * | | | | | | | | | | | | | libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson2019-04-181-1/+1
| | * | | | | | | | | | | | | | selftests/bpf: fix a compilation errorYonghong Song2019-04-171-2/+2
| | * | | | | | | | | | | | | | libbpf: optimize barrier for XDP socket ringsMagnus Karlsson2019-04-162-1/+6
| | * | | | | | | | | | | | | | libbpf: remove dependency on barrier.h in xsk.hMagnus Karlsson2019-04-162-3/+29
| | * | | | | | | | | | | | | | libbpf: remove likely/unlikely in xsk.hMagnus Karlsson2019-04-161-2/+2
| | * | | | | | | | | | | | | | libbpf: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-161-2/+11
| | * | | | | | | | | | | | | | tools/bpftool: show btf_id in map listingPrashant Bhole2019-04-161-0/+6
| | * | | | | | | | | | | | | | tools/bpftool: re-organize newline printing for map listingPrashant Bhole2019-04-161-2/+3
| | * | | | | | | | | | | | | | bpftool: Support sysctl hookAndrey Ignatov2019-04-166-8/+13
| | * | | | | | | | | | | | | | libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-161-1/+1
| | * | | | | | | | | | | | | | selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov2019-04-161-48/+86
| | * | | | | | | | | | | | | | selftests/bpf: make flow dissector tests more extensibleStanislav Fomichev2019-04-161-81/+116
| | * | | | | | | | | | | | | | selftests/bpf: two scale testsAlexei Starovoitov2019-04-162-0/+88
| | * | | | | | | | | | | | | | bpftool: Improve handling of ENOSPC on reuseport_array map dumpsBenjamin Poirier2019-04-161-0/+7
OpenPOWER on IntegriCloud