Age | Commit message (Expand) | Author | Files | Lines |
2020-06-01 | tools/bpf: sync bpf.h | Alexei Starovoitov | 1 | -0/+1 |
2020-06-01 | selftest: Add tests for XDP programs in devmap entries | David Ahern | 3 | -0/+163 |
2020-06-01 | libbpf: Add SEC name for xdp programs attached to device map | David Ahern | 1 | -0/+2 |
2020-06-01 | xdp: Add xdp_txq_info to xdp_buff | David Ahern | 1 | -0/+2 |
2020-06-01 | bpf: Add support to attach bpf program to a devmap entry | David Ahern | 1 | -0/+1 |
2020-06-01 | bpf: Add BPF ringbuf and perf buffer benchmarks | Andrii Nakryiko | 6 | -1/+754 |
2020-06-01 | selftests/bpf: Add BPF ringbuf selftests | Andrii Nakryiko | 4 | -0/+468 |
2020-06-01 | libbpf: Add BPF ring buffer support | Andrii Nakryiko | 5 | -1/+317 |
2020-06-01 | bpf: Implement BPF ring buffer and verifier support for it | Andrii Nakryiko | 9 | -19/+101 |
2020-06-01 | selftests/bpf: Add tests for write-only stacks/queues | Anton Protopopov | 1 | -1/+39 |
2020-06-01 | selftests/bpf: Cleanup comments in test_maps | Anton Protopopov | 1 | -3/+3 |
2020-06-01 | selftests/bpf: Cleanup some file descriptors in test_maps | Anton Protopopov | 1 | -0/+4 |
2020-06-01 | selftests/bpf: Fix a typo in test_maps | Anton Protopopov | 1 | -1/+1 |
2020-06-01 | libbpf: Fix perf_buffer__free() API for sparse allocs | Eelco Chaudron | 1 | -1/+4 |
2020-06-01 | bpf, selftests: Test probe_* helpers from SCHED_CLS | John Fastabend | 2 | -0/+58 |
2020-06-01 | bpf, selftests: Add sk_msg helpers load and attach test | John Fastabend | 2 | -0/+82 |
2020-06-01 | bpf, sk_msg: Add get socket storage helpers | John Fastabend | 1 | -0/+2 |
2020-06-01 | libbpf: Use .so dynamic symbols for abi check | Yauheni Kaliuta | 1 | -2/+2 |
2020-06-01 | libbpf: Install headers as part of make install | Nikolay Borisov | 1 | -1/+1 |
2020-06-01 | libbpf: Add API to consume the perf ring buffer content | Eelco Chaudron | 3 | -0/+21 |
2020-06-01 | tools, bpftool: Print correct error message when failing to load BTF | Tobias Klauser | 1 | -1/+1 |
2020-06-01 | tools, bpftool: Make capability check account for new BPF caps | Quentin Monnet | 1 | -19/+66 |
2020-06-01 | tools, bpftool: Clean subcommand help messages | Quentin Monnet | 11 | -76/+64 |
2020-06-01 | selftests: mlxsw: Add test for control packets | Ido Schimmel | 2 | -0/+711 |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -15/+54 |
2020-05-31 | Merge tag 'x86-urgent-2020-05-31' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2020-05-30 | selftests: forwarding: pedit_dsfield: Check counter value | Petr Machata | 1 | -1/+6 |
2020-05-30 | selftests: forwarding: mirror_lib: Use mausezahn | Petr Machata | 1 | -4/+2 |
2020-05-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -14/+32 |
2020-05-29 | bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit ones | John Fastabend | 1 | -0/+22 |
2020-05-29 | bpf, selftests: Verifier bounds tests need to be updated | John Fastabend | 1 | -14/+10 |
2020-05-28 | selftests: Add torture tests to nexthop tests | David Ahern | 1 | -2/+113 |
2020-05-27 | net: add large ecmp group nexthop tests | Stephen Worley | 1 | -2/+82 |
2020-05-27 | net/sched: fix infinite loop in sch_fq_pie | Davide Caratti | 1 | -0/+21 |
2020-05-26 | mlxsw: spectrum: Reduce priority of locally delivered packets | Ido Schimmel | 1 | -1/+1 |
2020-05-26 | x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long" | Andy Lutomirski | 1 | -1/+1 |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 11 | -5/+241 |
2020-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 5 | -3/+26 |
2020-05-23 | selftests/vm/write_to_hugetlbfs.c: fix unused variable warning | John Hubbard | 1 | -2/+0 |
2020-05-23 | selftests/vm/.gitignore: add mremap_dontunmap | John Hubbard | 1 | -0/+1 |
2020-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 31 | -733/+949 |
2020-05-23 | selftests/bpf: CONFIG_LIRC required for test_lirc_mode2.sh | Alan Maguire | 1 | -0/+1 |
2020-05-23 | selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o | Alan Maguire | 1 | -0/+1 |
2020-05-23 | selftests/bpf: Add general instructions for test execution | Alan Maguire | 1 | -0/+2 |
2020-05-22 | selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer | Amit Cohen | 1 | -1/+1 |
2020-05-22 | selftests: netdevsim: Always initialize 'RET' variable | Ido Schimmel | 1 | -0/+4 |
2020-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -1/+20 |
2020-05-22 | selftests: net: add fdb nexthop tests | Roopa Prabhu | 1 | -2/+158 |
2020-05-21 | bpf: Selftests, add printk to test_sk_lookup_kern to encode null ptr check | John Fastabend | 1 | -0/+1 |
2020-05-21 | bpf: Selftests, verifier case for non null pointer map value branch | John Fastabend | 1 | -0/+19 |