Age | Commit message (Expand) | Author | Files | Lines |
2018-12-01 | bpf: Support sk lookup in netns with id 0 | Joe Stringer | 1 | -2/+2 |
2018-10-20 | bpf: libbpf support for msg_push_data | John Fastabend | 1 | -0/+2 |
2018-10-19 | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 1 | -0/+7 |
2018-10-10 | bpf: make TC vlan bpf_helpers avail to selftests | Jesper Dangaard Brouer | 1 | -0/+4 |
2018-10-03 | bpf: Add helper to retrieve socket in BPF | Joe Stringer | 1 | -0/+12 |
2018-08-13 | selftests/bpf: Add cgroup id helpers to bpf_helpers.h | Andrey Ignatov | 1 | -0/+4 |
2018-08-11 | bpf: Test BPF_PROG_TYPE_SK_REUSEPORT | Martin KaFai Lau | 1 | -0/+4 |
2018-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+4 |
2018-08-03 | selftests/bpf: add verifier cgroup storage tests | Roman Gushchin | 1 | -0/+2 |
2018-07-31 | selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h | Andrey Ignatov | 1 | -0/+2 |
2018-07-25 | bpf: Introduce BPF_ANNOTATE_KV_PAIR | Martin KaFai Lau | 1 | -0/+9 |
2018-06-04 | tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper | Yonghong Song | 1 | -0/+2 |
2018-05-30 | bpf: add selftest for lirc_mode2 type program | Sean Young | 1 | -0/+5 |
2018-05-24 | selftests/bpf: test for seg6local End.BPF action | Mathieu Xhonneux | 1 | -0/+12 |
2018-05-16 | bpf: selftest additions for SOCKHASH | John Fastabend | 1 | -0/+8 |
2018-05-11 | samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP | David Ahern | 1 | -0/+3 |
2018-04-29 | tools/bpf: add bpf_get_stack helper to tools headers | Yonghong Song | 1 | -0/+2 |
2018-04-24 | samples/bpf: extend test_tunnel_bpf.sh with xfrm state test | Eyal Birger | 1 | -1/+3 |
2018-04-19 | bpf: add bpf_xdp_adjust_tail sample prog | Nikita V. Shirokov | 1 | -0/+2 |
2018-04-19 | bpf: adding tests for bpf_xdp_adjust_tail | Nikita V. Shirokov | 1 | -0/+3 |
2018-03-31 | selftests/bpf: Selftest for sys_connect hooks | Andrey Ignatov | 1 | -0/+2 |
2018-03-19 | bpf: sockmap sample test for bpf_msg_pull_data | John Fastabend | 1 | -0/+2 |
2018-03-19 | bpf: sockmap sample support for bpf_msg_cork_bytes() | John Fastabend | 1 | -0/+2 |
2018-03-19 | bpf: sockmap, add sample option to test apply_bytes helper | John Fastabend | 1 | -1/+2 |
2018-03-19 | bpf: sockmap sample, add option to attach SK_MSG program | John Fastabend | 1 | -0/+3 |
2018-03-19 | bpf: add map tests for BPF_PROG_TYPE_SK_MSG | John Fastabend | 1 | -0/+2 |
2018-01-26 | bpf: add selftest for tcpbpf | Lawrence Brakmo | 1 | -0/+2 |
2017-12-12 | samples/bpf: add a test for bpf_override_return | Josef Bacik | 1 | -1/+2 |
2017-11-11 | bpf: Revert bpf_overrid_function() helper changes. | David S. Miller | 1 | -2/+1 |
2017-11-11 | samples/bpf: add a test for bpf_override_return | Josef Bacik | 1 | -1/+2 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-10-22 | bpf: Adding helper function bpf_getsockops | Lawrence Brakmo | 1 | -0/+3 |
2017-10-20 | bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region | John Fastabend | 1 | -1/+1 |
2017-10-08 | bpf: add a test case for helper bpf_perf_prog_read_value | Yonghong Song | 1 | -0/+3 |
2017-10-08 | bpf: add a test case for helper bpf_perf_event_read_value | Yonghong Song | 1 | -0/+3 |
2017-09-26 | bpf: improve selftests and add tests for meta pointer | Daniel Borkmann | 1 | -0/+2 |
2017-09-21 | samples/bpf: Fix pt_regs issues when cross-compiling | Joel Fernandes | 1 | -7/+49 |
2017-08-28 | bpf: convert sockmap field attach_bpf_fd2 to type | John Fastabend | 1 | -2/+1 |
2017-08-20 | bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test | Martin KaFai Lau | 1 | -0/+1 |
2017-08-16 | bpf: sockmap sample program | John Fastabend | 1 | -0/+7 |
2017-07-17 | xdp: bpf redirect with map sample program | John Fastabend | 1 | -0/+2 |
2017-07-12 | samples/bpf: fix a build issue | Yonghong Song | 1 | -0/+198 |