Age | Commit message (Expand) | Author | Files | Lines |
2021-08-04 | af_unix: Add OOB support | Rao Shoaib | 3 | -0/+443 |
2021-08-03 | bonding: add new option lacp_active | Hangbin Liu | 1 | -0/+1 |
2021-08-02 | selftests/net: remove min gso test in packet_snd | Dust Li | 1 | -3/+0 |
2021-07-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 63 | -1599/+4514 |
2021-07-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 8 | -4/+668 |
2021-07-31 | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+229 |
2021-07-31 | tools: bpftool: Complete metrics list in "bpftool prog profile" doc | Quentin Monnet | 2 | -2/+4 |
2021-07-31 | tools: bpftool: Document and add bash completion for -L, -B options | Quentin Monnet | 8 | -10/+96 |
2021-07-31 | selftests/bpf: Update bpftool's consistency script for checking options | Quentin Monnet | 1 | -11/+111 |
2021-07-31 | tools: bpftool: Update and synchronise option list in doc and help msg | Quentin Monnet | 25 | -28/+45 |
2021-07-31 | tools: bpftool: Complete and synchronise attach or map types | Quentin Monnet | 4 | -5/+12 |
2021-07-31 | selftests/bpf: Check consistency between bpftool source, doc, completion | Quentin Monnet | 1 | -0/+486 |
2021-07-31 | tools: bpftool: Slightly ease bash completion updates | Quentin Monnet | 1 | -25/+29 |
2021-07-30 | libbpf: Add btf__load_vmlinux_btf/btf__load_module_btf | Hengqi Chen | 4 | -6/+20 |
2021-07-30 | tools: bpftool: Support dumping split BTF by id | Quentin Monnet | 1 | -1/+1 |
2021-07-30 | libbpf: Add split BTF support for btf__load_from_kernel_by_id() | Quentin Monnet | 3 | -2/+9 |
2021-07-30 | tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id() | Quentin Monnet | 7 | -29/+42 |
2021-07-30 | tools: Free BTF objects at various locations | Quentin Monnet | 4 | -4/+9 |
2021-07-30 | libbpf: Rename btf__get_from_id() as btf__load_from_kernel_by_id() | Quentin Monnet | 4 | -11/+24 |
2021-07-30 | libbpf: Rename btf__load() as btf__load_into_kernel() | Quentin Monnet | 4 | -2/+5 |
2021-07-30 | libbpf: Return non-null error on failures in libbpf_find_prog_btf_id() | Quentin Monnet | 1 | -1/+3 |
2021-07-30 | tools/resolve_btfids: Emit warnings and patch zero id for missing symbols | Hengqi Chen | 1 | -6/+7 |
2021-07-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 6 | -2/+435 |
2021-07-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -0/+229 |
2021-07-28 | tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option | Peilin Ye | 1 | -0/+24 |
2021-07-28 | bpf: Increase supported cgroup storage value size | Stanislav Fomichev | 3 | -15/+35 |
2021-07-28 | libbpf: Fix race when pinning maps in parallel | Martynas Pumputis | 1 | -1/+14 |
2021-07-28 | libbpf: Fix comment typo | Jason Wang | 1 | -3/+3 |
2021-07-27 | KVM: selftests: Introduce access_tracking_perf_test | David Matlack | 3 | -0/+431 |
2021-07-27 | KVM: selftests: Fix missing break in dirty_log_perf_test arg parsing | David Matlack | 1 | -0/+1 |
2021-07-27 | selftests/bpf: Use ping6 only if available in tc_redirect | Jussi Maki | 1 | -6/+17 |
2021-07-26 | libbpf: Split CO-RE logic into relo_core.c. | Alexei Starovoitov | 5 | -1297/+1319 |
2021-07-26 | libbpf: Move CO-RE types into relo_core.h. | Alexei Starovoitov | 3 | -93/+102 |
2021-07-26 | libbpf: Split bpf_core_apply_relo() into bpf_program independent helper. | Alexei Starovoitov | 1 | -46/+71 |
2021-07-26 | libbpf: Cleanup the layering between CORE and bpf_program. | Alexei Starovoitov | 1 | -36/+38 |
2021-07-24 | selftest: use mmap instead of posix_memalign to allocate memory | Peter Collingbourne | 1 | -2/+4 |
2021-07-24 | selftests/bpf: Document vmtest.sh dependencies | Evgeniy Litvinenko | 1 | -0/+7 |
2021-07-24 | libbpf: Add bpf_map__pin_path function | Evgeniy Litvinenko | 4 | -0/+16 |
2021-07-24 | bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter | Martin KaFai Lau | 5 | -9/+384 |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 54 | -126/+774 |
2021-07-23 | libbpf: Export bpf_program__attach_kprobe_opts function | Jiri Olsa | 3 | -14/+33 |
2021-07-23 | libbpf: Allow decimal offset for kprobes | Jiri Olsa | 3 | -1/+14 |
2021-07-23 | libbpf: Fix func leak in attach_kprobe | Jiri Olsa | 1 | -0/+1 |
2021-07-23 | selftests/bpf: Mute expected invalid map creation error msg | Martynas Pumputis | 1 | -0/+5 |
2021-07-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 3 | -7/+265 |
2021-07-21 | selftests: net: add ESP-in-UDP PMTU test | Vadim Fedorenko | 2 | -7/+260 |
2021-07-21 | selftests: net: Test for the IOAM insertion with IPv6 | Justin Iurman | 4 | -0/+702 |
2021-07-20 | libbpf: Propagate errors when retrieving enum value for typed data display | Alan Maguire | 1 | -2/+3 |
2021-07-20 | selftests/bpf: Add __int128-specific tests for typed data dump | Alan Maguire | 1 | -0/+17 |
2021-07-20 | libbpf: Avoid use of __int128 in typed dump display | Alan Maguire | 1 | -33/+65 |