summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | 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-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
| | * | | | | | | | libbpf: remove dependency on barrier.h in xsk.hMagnus Karlsson2019-04-172-3/+29
| | * | | | | | | | libbpf: remove likely/unlikely in xsk.hMagnus Karlsson2019-04-171-2/+2
| | * | | | | | | | libbpf: fix XDP socket ring buffer memory orderingMagnus Karlsson2019-04-171-2/+11
| | * | | | | | | | tools/bpftool: show btf_id in map listingPrashant Bhole2019-04-171-0/+6
| | * | | | | | | | tools/bpftool: re-organize newline printing for map listingPrashant Bhole2019-04-171-2/+3
| | * | | | | | | | bpftool: Support sysctl hookAndrey Ignatov2019-04-176-8/+13
| | * | | | | | | | libbpf: fix printf formatter for ptrdiff_t argumentAndrii Nakryiko2019-04-171-1/+1
| | * | | | | | | | selftests: bpf: add VRF test cases to lwt_ip_encap test.Peter Oskolkov2019-04-171-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
| | * | | | | | | | bpftool: Use print_entry_error() in case of ENOENT when dumpingBenjamin Poirier2019-04-161-19/+14
| | * | | | | | | | tools: bpftool: add a note on program statistics in man pageQuentin Monnet2019-04-161-0/+8
| | * | | | | | | | tools: bpftool: fix short option name for printing version in man pagesQuentin Monnet2019-04-167-7/+7
| | * | | | | | | | tools: bpftool: fix man page documentation for "pinmaps" keywordQuentin Monnet2019-04-161-1/+1
| | * | | | | | | | tools: bpftool: reset errno for "bpftool cgroup tree"Quentin Monnet2019-04-161-0/+7
| | * | | | | | | | tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet2019-04-161-1/+1
| | * | | | | | | | bpf: fix whitespace for ENCAP_L2 defines in bpf.hAlan Maguire2019-04-161-3/+3
| | * | | | | | | | selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnelStanislav Fomichev2019-04-161-1/+1
| | * | | | | | | | selftests/btf: add VAR and DATASEC case for dedup testsAndrii Nakryiko2019-04-161-0/+49
| | * | | | | | | | btf: add support for VAR and DATASEC in btf_dedup()Andrii Nakryiko2019-04-161-2/+27
| | * | | | | | | | selftests/bpf: C based test for sysctl and strtoXAndrey Ignatov2019-04-122-1/+126
| | * | | | | | | | selftests/bpf: Test bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-121-0/+485
| | * | | | | | | | selftests/bpf: Test ARG_PTR_TO_LONG arg typeAndrey Ignatov2019-04-121-0/+160
| | * | | | | | | | selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.hAndrey Ignatov2019-04-121-0/+19
| | * | | | | | | | bpf: Sync bpf.h to tools/Andrey Ignatov2019-04-121-1/+50
| | * | | | | | | | selftests/bpf: Test file_pos field in bpf_sysctl ctxAndrey Ignatov2019-04-121-0/+64
| | * | | | | | | | selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-0/+222
| | * | | | | | | | selftests/bpf: Test sysctl_get_current_value helperAndrey Ignatov2019-04-121-0/+228
| | * | | | | | | | selftests/bpf: Test bpf_sysctl_get_name helperAndrey Ignatov2019-04-121-0/+222
| | * | | | | | | | selftests/bpf: Test BPF_CGROUP_SYSCTLAndrey Ignatov2019-04-122-1/+293
| | * | | | | | | | selftests/bpf: Test sysctl section nameAndrey Ignatov2019-04-121-0/+5
| | * | | | | | | | libbpf: Support sysctl hookAndrey Ignatov2019-04-122-0/+4