| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | selftests/bpf: test_progs: convert test_sockopt_multi | Stanislav Fomichev | 2019-09-06 | 3 | -55/+11 | |
| | | * | | | | | | | | | | | selftests/bpf: test_progs: convert test_sockopt_sk | Stanislav Fomichev | 2019-09-06 | 4 | -52/+15 | |
| | | * | | | | | | | | | | | selftests/bpf: test_progs: convert test_sockopt | Stanislav Fomichev | 2019-09-06 | 3 | -46/+8 | |
| | | * | | | | | | | | | | | selftests/bpf: test_progs: add test__join_cgroup helper | Stanislav Fomichev | 2019-09-06 | 3 | -2/+41 | |
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 3 | -11/+74 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-09-06 | 68 | -383/+1938 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | selftests/bpf: precision tracking tests | Alexei Starovoitov | 2019-09-05 | 1 | -0/+52 | |
| | | * | | | | | | | | | | | | selftests/bpf: fix endianness issues in test_sysctl | Ilya Leoshkevich | 2019-09-03 | 1 | -43/+82 | |
| | | * | | | | | | | | | | | | selftests/bpf: improve unexpected success reporting in test_syctl | Ilya Leoshkevich | 2019-09-03 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | selftests/bpf: fix "ctx:write sysctl:write read ok" on s390 | Ilya Leoshkevich | 2019-09-03 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | selftests/bpf: introduce bpf_cpu_to_be64 and bpf_be64_to_cpu | Ilya Leoshkevich | 2019-09-03 | 3 | -16/+22 | |
| | | * | | | | | | | | | | | | selftests/bpf: test_progs: add missing \n to CHECK_FAIL | Stanislav Fomichev | 2019-09-03 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | selftests/bpf: test_progs: fix verbose mode garbage | Stanislav Fomichev | 2019-09-03 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | libbpf: add flags to umem config | Kevin Laatz | 2019-08-31 | 5 | -4/+71 | |
| | | * | | | | | | | | | | | | selftests/bpf: Fix a typo in test_offload.py | Masanari Iida | 2019-08-31 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | tools: bpftool: do not link twice against libbpf.a in Makefile | Quentin Monnet | 2019-08-31 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | tools: bpf: account for generated feature/ and libbpf/ directories | Quentin Monnet | 2019-08-31 | 4 | -6/+12 | |
| | | * | | | | | | | | | | | | tools: bpftool: improve and check builds for different make invocations | Quentin Monnet | 2019-08-31 | 3 | -6/+152 | |
| | | * | | | | | | | | | | | | tools: bpftool: ignore make built-in rules for getting kernel version | Quentin Monnet | 2019-08-31 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | selftests/bpf: remove wrong nhoff in flow dissector test | Stanislav Fomichev | 2019-08-28 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | | selftests/bpf: test_progs: remove unused ret | Stanislav Fomichev | 2019-08-28 | 1 | -23/+19 | |
| | | * | | | | | | | | | | | | selftests/bpf: test_progs: remove asserts from subtests | Stanislav Fomichev | 2019-08-28 | 5 | -26/+40 | |
| | | * | | | | | | | | | | | | selftests/bpf: test_progs: remove global fail/success counts | Stanislav Fomichev | 2019-08-28 | 22 | -123/+60 | |
| | | * | | | | | | | | | | | | selftests/bpf: test_progs: test__skip | Stanislav Fomichev | 2019-08-28 | 3 | -2/+21 | |
| | | * | | | | | | | | | | | | selftests/bpf: add precision tracking test | Alexei Starovoitov | 2019-08-28 | 1 | -0/+25 | |
| | | * | | | | | | | | | | | | selftests/bpf: verifier precise tests | Alexei Starovoitov | 2019-08-28 | 2 | -11/+174 | |
| | | * | | | | | | | | | | | | tools/bpf: sync bpf.h | Alexei Starovoitov | 2019-08-28 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | tools: bpftool: add "bpftool map freeze" subcommand | Quentin Monnet | 2019-08-21 | 3 | -3/+44 | |
| | | * | | | | | | | | | | | | tools: bpftool: show frozen status for maps | Quentin Monnet | 2019-08-21 | 1 | -3/+27 | |
| | | * | | | | | | | | | | | | bpf: sync bpf.h to tools/ | Peter Wu | 2019-08-21 | 1 | -3/+5 | |
| | | * | | | | | | | | | | | | libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall | Ivan Khoronzhuk | 2019-08-21 | 2 | -35/+15 | |
| | | * | | | | | | | | | | | | tools: bpftool: implement "bpftool btf show|list" | Quentin Monnet | 2019-08-20 | 3 | -6/+363 | |
| | | * | | | | | | | | | | | | libbpf: add bpf_btf_get_next_id() to cycle through BTF objects | Quentin Monnet | 2019-08-20 | 3 | -0/+8 | |
| | | * | | | | | | | | | | | | libbpf: refactor bpf_*_get_next_id() functions | Quentin Monnet | 2019-08-20 | 1 | -13/+8 | |
| | | * | | | | | | | | | | | | tools: bpf: synchronise BPF UAPI header with tools | Quentin Monnet | 2019-08-20 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | selftests/bpf: add sockopt clone/inheritance test | Stanislav Fomichev | 2019-08-17 | 4 | -1/+353 | |
| | | * | | | | | | | | | | | | bpf: sync bpf.h to tools/ | Stanislav Fomichev | 2019-08-17 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | selftests/bpf: fix race in test_tcp_rtt test | Petar Penkov | 2019-08-17 | 1 | -0/+31 | |
| | | * | | | | | | | | | | | | libbpf: relicense bpf_helpers.h and bpf_endian.h | Andrii Nakryiko | 2019-08-17 | 2 | -2/+2 | |
| | | * | | | | | | | | | | | | libbpf: add support for need_wakeup flag in AF_XDP part | Magnus Karlsson | 2019-08-17 | 3 | -0/+23 | |
| | | * | | | | | | | | | | | | tools: bpftool: move "__printf()" attributes to header file | Quentin Monnet | 2019-08-15 | 5 | -10/+12 | |
| | | * | | | | | | | | | | | | tools: bpftool: fix format string for p_err() in detect_common_prefix() | Quentin Monnet | 2019-08-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | tools: bpftool: fix format string for p_err() in query_flow_dissector() | Quentin Monnet | 2019-08-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | tools: bpftool: fix argument for p_err() in BTF do_dump() | Quentin Monnet | 2019-08-15 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | tools: bpftool: fix format strings and arguments for jsonw_printf() | Quentin Monnet | 2019-08-15 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | tools: bpftool: fix arguments for p_err() in do_event_pipe() | Quentin Monnet | 2019-08-15 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | libbpf: make libbpf.map source of truth for libbpf version | Andrii Nakryiko | 2019-08-15 | 2 | -12/+11 | |
| | | * | | | | | | | | | | | | tools: bpftool: add documentation for net attach/detach | Daniel T. Lee | 2019-08-15 | 1 | -3/+54 | |
| | | * | | | | | | | | | | | | tools: bpftool: add bash-completion for net attach/detach | Daniel T. Lee | 2019-08-15 | 1 | -10/+55 | |
| | | * | | | | | | | | | | | | tools: bpftool: add net detach command to detach XDP on interface | Daniel T. Lee | 2019-08-15 | 1 | -1/+41 | |

