Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | bpf, libbpf: handle old kernels more graceful wrt global data sections | Daniel Borkmann | 2019-04-25 | 1 | -13/+86 | |
| | * | | | | | | | selftests/bpf: expand test_tc_tunnel with SIT encap | Willem de Bruijn | 2019-04-24 | 3 | -5/+80 | |
| | * | | | | | | | bpf/flow_dissector: don't adjust nhoff by ETH_HLEN in BPF_PROG_TEST_RUN | Stanislav Fomichev | 2019-04-23 | 1 | -14/+9 | |
| | * | | | | | | | selftests/bpf: properly return error from bpf_flow_load | Stanislav Fomichev | 2019-04-23 | 1 | -4/+4 | |
| | * | | | | | | | selftests/bpf: run flow dissector tests in skb-less mode | Stanislav Fomichev | 2019-04-23 | 4 | -34/+165 | |
| | * | | | | | | | selftests/bpf: add flow dissector bpf_skb_load_bytes helper test | Stanislav Fomichev | 2019-04-23 | 1 | -0/+48 | |
| * | | | | | | | | netdevsim: move netdev creation/destruction to dev probe | Jiri Pirko | 2019-04-26 | 2 | -79/+153 | |
| * | | | | | | | | netdevsim: change debugfs tree topology | Jiri Pirko | 2019-04-26 | 2 | -2/+4 | |
| * | | | | | | | | netdevsim: merge sdev into dev | Jiri Pirko | 2019-04-26 | 1 | -4/+4 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-04-26 | 18 | -45/+415 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-04-23 | 33 | -187/+2454 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | libbpf: fix BPF_LOG_BUF_SIZE off-by-one error | McCabe, Robert J | 2019-04-20 | 1 | -1/+1 | |
| | * | | | | | | | | bpf: Increase MAX_NR_MAPS to 17 in test_verifier.c | Martin KaFai Lau | 2019-04-19 | 1 | -1/+1 | |
| | * | | | | | | | | selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.h | Wang YanQing | 2019-04-19 | 2 | -2/+2 | |
| | * | | | | | | | | libbpf: remove compile time warning from libbpf_util.h | Magnus Karlsson | 2019-04-19 | 1 | -1/+1 | |
| | * | | | | | | | | selftests/bpf: fix a compilation error | Yonghong Song | 2019-04-18 | 1 | -2/+2 | |
| | * | | | | | | | | libbpf: optimize barrier for XDP socket rings | Magnus Karlsson | 2019-04-17 | 2 | -1/+6 | |
| | * | | | | | | | | libbpf: remove dependency on barrier.h in xsk.h | Magnus Karlsson | 2019-04-17 | 2 | -3/+29 | |
| | * | | | | | | | | libbpf: remove likely/unlikely in xsk.h | Magnus Karlsson | 2019-04-17 | 1 | -2/+2 | |
| | * | | | | | | | | libbpf: fix XDP socket ring buffer memory ordering | Magnus Karlsson | 2019-04-17 | 1 | -2/+11 | |
| | * | | | | | | | | tools/bpftool: show btf_id in map listing | Prashant Bhole | 2019-04-17 | 1 | -0/+6 | |
| | * | | | | | | | | tools/bpftool: re-organize newline printing for map listing | Prashant Bhole | 2019-04-17 | 1 | -2/+3 | |
| | * | | | | | | | | bpftool: Support sysctl hook | Andrey Ignatov | 2019-04-17 | 6 | -8/+13 | |
| | * | | | | | | | | libbpf: fix printf formatter for ptrdiff_t argument | Andrii Nakryiko | 2019-04-17 | 1 | -1/+1 | |
| | * | | | | | | | | selftests: bpf: add VRF test cases to lwt_ip_encap test. | Peter Oskolkov | 2019-04-17 | 1 | -48/+86 | |
| | * | | | | | | | | selftests/bpf: make flow dissector tests more extensible | Stanislav Fomichev | 2019-04-16 | 1 | -81/+116 | |
| | * | | | | | | | | selftests/bpf: two scale tests | Alexei Starovoitov | 2019-04-16 | 2 | -0/+88 | |
| | * | | | | | | | | bpftool: Improve handling of ENOSPC on reuseport_array map dumps | Benjamin Poirier | 2019-04-16 | 1 | -0/+7 | |
| | * | | | | | | | | bpftool: Use print_entry_error() in case of ENOENT when dumping | Benjamin Poirier | 2019-04-16 | 1 | -19/+14 | |
| | * | | | | | | | | tools: bpftool: add a note on program statistics in man page | Quentin Monnet | 2019-04-16 | 1 | -0/+8 | |
| | * | | | | | | | | tools: bpftool: fix short option name for printing version in man pages | Quentin Monnet | 2019-04-16 | 7 | -7/+7 | |
| | * | | | | | | | | tools: bpftool: fix man page documentation for "pinmaps" keyword | Quentin Monnet | 2019-04-16 | 1 | -1/+1 | |
| | * | | | | | | | | tools: bpftool: reset errno for "bpftool cgroup tree" | Quentin Monnet | 2019-04-16 | 1 | -0/+7 | |
| | * | | | | | | | | tools: bpftool: remove blank line after btf_id when listing programs | Quentin Monnet | 2019-04-16 | 1 | -1/+1 | |
| | * | | | | | | | | bpf: fix whitespace for ENCAP_L2 defines in bpf.h | Alan Maguire | 2019-04-16 | 1 | -3/+3 | |
| | * | | | | | | | | selftests/bpf: bring back (void *) cast to set_ipv4_csum in test_tc_tunnel | Stanislav Fomichev | 2019-04-16 | 1 | -1/+1 | |
| | * | | | | | | | | selftests/btf: add VAR and DATASEC case for dedup tests | Andrii Nakryiko | 2019-04-16 | 1 | -0/+49 | |
| | * | | | | | | | | btf: add support for VAR and DATASEC in btf_dedup() | Andrii Nakryiko | 2019-04-16 | 1 | -2/+27 | |
| | * | | | | | | | | selftests/bpf: C based test for sysctl and strtoX | Andrey Ignatov | 2019-04-12 | 2 | -1/+126 | |
| | * | | | | | | | | selftests/bpf: Test bpf_strtol and bpf_strtoul helpers | Andrey Ignatov | 2019-04-12 | 1 | -0/+485 | |
| | * | | | | | | | | selftests/bpf: Test ARG_PTR_TO_LONG arg type | Andrey Ignatov | 2019-04-12 | 1 | -0/+160 | |
| | * | | | | | | | | selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h | Andrey Ignatov | 2019-04-12 | 1 | -0/+19 | |
| | * | | | | | | | | bpf: Sync bpf.h to tools/ | Andrey Ignatov | 2019-04-12 | 1 | -1/+50 | |
| | * | | | | | | | | selftests/bpf: Test file_pos field in bpf_sysctl ctx | Andrey Ignatov | 2019-04-12 | 1 | -0/+64 | |
| | * | | | | | | | | selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers | Andrey Ignatov | 2019-04-12 | 1 | -0/+222 | |
| | * | | | | | | | | selftests/bpf: Test sysctl_get_current_value helper | Andrey Ignatov | 2019-04-12 | 1 | -0/+228 | |
| | * | | | | | | | | selftests/bpf: Test bpf_sysctl_get_name helper | Andrey Ignatov | 2019-04-12 | 1 | -0/+222 | |
| | * | | | | | | | | selftests/bpf: Test BPF_CGROUP_SYSCTL | Andrey Ignatov | 2019-04-12 | 2 | -1/+293 | |
| | * | | | | | | | | selftests/bpf: Test sysctl section name | Andrey Ignatov | 2019-04-12 | 1 | -0/+5 | |
| | * | | | | | | | | libbpf: Support sysctl hook | Andrey Ignatov | 2019-04-12 | 2 | -0/+4 |