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