Age | Commit message (Expand) | Author |
2019-02-01 | libbpf: Add a helper for retrieving a map fd for a given name | Maciej Fijalkowski |
2019-02-01 | selftests/bpf: test for BPF_F_LOCK | Alexei Starovoitov |
2019-02-01 | libbpf: introduce bpf_map_lookup_elem_flags() | Alexei Starovoitov |
2019-02-01 | tools/bpf: sync uapi/bpf.h | Alexei Starovoitov |
2019-02-01 | selftests/bpf: add bpf_spin_lock C test | Alexei Starovoitov |
2019-02-01 | selftests/bpf: add bpf_spin_lock verifier tests | Alexei Starovoitov |
2019-02-01 | tools/bpf: sync include/uapi/linux/bpf.h | Alexei Starovoitov |
2019-01-31 | selftests/bpf: mark verifier test that uses bpf_trace_printk as BPF_PROG_TYPE... | Stanislav Fomichev |
2019-01-31 | selftests/bpf: skip verifier tests for unsupported map types | Stanislav Fomichev |
2019-01-31 | selftests/bpf: skip verifier tests for unsupported program types | Stanislav Fomichev |
2019-01-31 | selftests/bpf: skip sockmap in test_maps if kernel doesn't have support | Stanislav Fomichev |
2019-01-30 | selftests: spectrum-2: Add delta two masks one key test | Jiri Pirko |
2019-01-30 | selftests: spectrum-2: Fix multiple_masks_test | Jiri Pirko |
2019-01-30 | selftests: spectrum-2: Extend and move trace helpers | Jiri Pirko |
2019-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-01-29 | selftests/bpf: add simple BPF_PROG_TEST_RUN examples for flow dissector | Stanislav Fomichev |
2019-01-29 | tools: bpftool: warn about risky prog array updates | Jakub Kicinski |
2019-01-29 | selftests: bpf: remove duplicated include | YueHaibing |
2019-01-28 | selftests: forwarding: Use OK instead of PASS in test output | Ido Schimmel |
2019-01-28 | selftests: net: forwarding: change devlink resource support checking | Jiri Pirko |
2019-01-27 | selftests: bpf: break up the rest of test_verifier | Jakub Kicinski |
2019-01-27 | selftests: bpf: break up test_verifier | Jakub Kicinski |
2019-01-27 | selftests: bpf: prepare for break up of verifier tests | Jakub Kicinski |
2019-01-27 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-01-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2019-01-27 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2019-01-27 | Merge tag 'libnvdimm-fixes-5.0-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2019-01-26 | selftests: bpf: makefile support sub-register code-gen test mode | Jiong Wang |
2019-01-26 | selftests: bpf: functional and min/max reasoning unit tests for JMP32 | Jiong Wang |
2019-01-26 | bpf: JIT blinds support JMP32 | Jiong Wang |
2019-01-26 | tools: bpftool: teach cfg code about JMP32 | Jiong Wang |
2019-01-26 | bpf: allocate 0x06 to new eBPF instruction class JMP32 | Jiong Wang |
2019-01-25 | selftests: net: ip_defrag: cover new IPv6 defrag behavior | Peter Oskolkov |
2019-01-25 | KVM: selftests: check returned evmcs version range | Vitaly Kuznetsov |
2019-01-25 | kvm: selftests: Fix region overlap check in kvm_util | Ben Gardon |
2019-01-25 | selftests/bpf: suppress readelf stderr when probing for BTF support | Stanislav Fomichev |
2019-01-24 | bpf: allow BPF programs access skb_shared_info->gso_segs field | Eric Dumazet |
2019-01-24 | bpftool: feature probing, change default action | Prashant Bhole |
2019-01-23 | selftests: bpf: add tests for dead code removal | Jakub Kicinski |
2019-01-23 | selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_user | Stanislav Fomichev |
2019-01-23 | libbpf: Show supported ELF section names when failing to guess prog/attach type | Taeung Song |
2019-01-22 | tools: bpftool: add bash completion for bpftool probes | Quentin Monnet |
2019-01-22 | tools: bpftool: add probes for a network device | Quentin Monnet |
2019-01-22 | tools: bpftool: add C-style "#define" output for probes | Quentin Monnet |
2019-01-22 | tools: bpftool: add probes for eBPF helper functions | Quentin Monnet |
2019-01-22 | tools: bpftool: add probes for eBPF map types | Quentin Monnet |
2019-01-22 | tools: bpftool: add probes for eBPF program types | Quentin Monnet |