index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
bpf_helpers.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: fix bpf_get_current_task
Alexei Starovoitov
2019-05-17
1
-1
/
+1
*
bpf: Add ene-to-end test for bpf_sk_storage_* helpers
Martin KaFai Lau
2019-04-27
1
-0
/
+5
*
selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
Andrey Ignatov
2019-04-12
1
-0
/
+19
*
bpf, selftest: test global data/bss/rodata sections
Joe Stringer
2019-04-09
1
-4
/
+4
*
selftests/bpf: add tests for bpf_tcp_check_syncookie and bpf_skc_lookup_tcp
Lorenz Bauer
2019-03-21
1
-0
/
+8
*
selftests/bpf: Add arm target register definitions
Adrian Ratiu
2019-03-20
1
-0
/
+18
*
bpf: Add an example for bpf_get_listener_sock
Martin KaFai Lau
2019-03-13
1
-0
/
+2
*
bpf: sync bpf.h to tools and update bpf_helpers.h
brakmo
2019-03-02
1
-0
/
+2
*
bpf: add missing entries to bpf_helpers.h
Willem de Bruijn
2019-03-01
1
-0
/
+30
*
bpf: Add test_sock_fields for skb->sk and bpf_tcp_sock
Martin KaFai Lau
2019-02-10
1
-0
/
+4
*
selftests/bpf: add bpf_spin_lock C test
Alexei Starovoitov
2019-02-01
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-12-10
1
-0
/
+2
|
\
|
*
media: bpf: add bpf function to report mouse movement
Sean Young
2018-12-09
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-12-09
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
bpf: Support sk lookup in netns with id 0
Joe Stringer
2018-11-30
1
-2
/
+2
*
|
bpf: add msg_pop_data helper to tools
John Fastabend
2018-11-28
1
-0
/
+2
|
/
*
bpf: libbpf support for msg_push_data
John Fastabend
2018-10-20
1
-0
/
+2
*
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-0
/
+7
*
bpf: make TC vlan bpf_helpers avail to selftests
Jesper Dangaard Brouer
2018-10-09
1
-0
/
+4
*
bpf: Add helper to retrieve socket in BPF
Joe Stringer
2018-10-03
1
-0
/
+12
*
selftests/bpf: Add cgroup id helpers to bpf_helpers.h
Andrey Ignatov
2018-08-13
1
-0
/
+4
*
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-07
1
-0
/
+4
|
\
|
*
selftests/bpf: add verifier cgroup storage tests
Roman Gushchin
2018-08-03
1
-0
/
+2
|
*
selftests/bpf: Add bpf_get_socket_cookie to bpf_helpers.h
Andrey Ignatov
2018-07-31
1
-0
/
+2
*
|
bpf: Introduce BPF_ANNOTATE_KV_PAIR
Martin KaFai Lau
2018-07-25
1
-0
/
+9
|
/
*
tools/bpf: sync uapi bpf.h for bpf_get_current_cgroup_id() helper
Yonghong Song
2018-06-03
1
-0
/
+2
*
bpf: add selftest for lirc_mode2 type program
Sean Young
2018-05-30
1
-0
/
+5
*
selftests/bpf: test for seg6local End.BPF action
Mathieu Xhonneux
2018-05-24
1
-0
/
+12
*
bpf: selftest additions for SOCKHASH
John Fastabend
2018-05-16
1
-0
/
+8
*
samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP
David Ahern
2018-05-11
1
-0
/
+3
*
tools/bpf: add bpf_get_stack helper to tools headers
Yonghong Song
2018-04-29
1
-0
/
+2
*
samples/bpf: extend test_tunnel_bpf.sh with xfrm state test
Eyal Birger
2018-04-24
1
-1
/
+3
*
bpf: add bpf_xdp_adjust_tail sample prog
Nikita V. Shirokov
2018-04-18
1
-0
/
+2
*
bpf: adding tests for bpf_xdp_adjust_tail
Nikita V. Shirokov
2018-04-18
1
-0
/
+3
*
selftests/bpf: Selftest for sys_connect hooks
Andrey Ignatov
2018-03-31
1
-0
/
+2
*
bpf: sockmap sample test for bpf_msg_pull_data
John Fastabend
2018-03-19
1
-0
/
+2
*
bpf: sockmap sample support for bpf_msg_cork_bytes()
John Fastabend
2018-03-19
1
-0
/
+2
*
bpf: sockmap, add sample option to test apply_bytes helper
John Fastabend
2018-03-19
1
-1
/
+2
*
bpf: sockmap sample, add option to attach SK_MSG program
John Fastabend
2018-03-19
1
-0
/
+3
*
bpf: add map tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
2018-03-19
1
-0
/
+2
*
bpf: add selftest for tcpbpf
Lawrence Brakmo
2018-01-25
1
-0
/
+2
*
samples/bpf: add a test for bpf_override_return
Josef Bacik
2017-12-12
1
-1
/
+2
*
bpf: Revert bpf_overrid_function() helper changes.
David S. Miller
2017-11-11
1
-2
/
+1
*
samples/bpf: add a test for bpf_override_return
Josef Bacik
2017-11-11
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
1
-1
/
+1
|
\
|
|
*
bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb region
John Fastabend
2017-10-20
1
-1
/
+1
*
|
bpf: Adding helper function bpf_getsockops
Lawrence Brakmo
2017-10-22
1
-0
/
+3
[next]