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.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
/
lib
/
bpf
/
bpf.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/libbpf: Add support for bpf map element iterator
Yonghong Song
2020-07-25
1
-1
/
+2
*
libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headers
Andrii Nakryiko
2020-06-22
1
-0
/
+2
*
tools/libbpf: Add bpf_iter support
Yonghong Song
2020-05-09
1
-0
/
+2
*
libbpf: Add support for command BPF_ENABLE_STATS
Song Liu
2020-05-01
1
-0
/
+1
*
libbpf: Add low-level APIs for new bpf_link commands
Andrii Nakryiko
2020-04-28
1
-1
/
+3
*
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
2020-03-30
1
-0
/
+19
*
libbpf: Add libbpf support to batch ops
Yonghong Song
2020-01-15
1
-0
/
+22
*
bpf: libbpf: Add STRUCT_OPS support
Martin KaFai Lau
2020-01-09
1
-1
/
+4
*
libbpf: Introduce bpf_prog_attach_xattr
Andrey Ignatov
2019-12-19
1
-0
/
+11
*
libbpf: Extract common user-facing helpers
Andrii Nakryiko
2019-12-15
1
-4
/
+2
*
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
2019-11-15
1
-1
/
+4
*
libbpf: Add support for prog_tracing
Alexei Starovoitov
2019-10-31
1
-1
/
+4
*
libbpf: add bpf_btf_get_next_id() to cycle through BTF objects
Quentin Monnet
2019-08-20
1
-0
/
+1
*
libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
Jiong Wang
2019-05-24
1
-0
/
+1
*
libbpf: fix samples/bpf build failure due to undefined UINT32_MAX
Daniel T. Lee
2019-04-25
1
-0
/
+1
*
libbpf: fix BPF_LOG_BUF_SIZE off-by-one error
McCabe, Robert J
2019-04-19
1
-1
/
+1
*
libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN
Stanislav Fomichev
2019-04-11
1
-0
/
+5
*
bpf, libbpf: support global data/bss/rodata sections
Daniel Borkmann
2019-04-09
1
-0
/
+1
*
libbpf: teach libbpf about log_level bit 2
Alexei Starovoitov
2019-04-04
1
-1
/
+1
*
tools/bpf: add log_level to bpf_load_program_attr
Yonghong Song
2019-02-07
1
-0
/
+1
*
libbpf: introduce bpf_map_lookup_elem_flags()
Alexei Starovoitov
2019-02-01
1
-0
/
+2
*
bpf: libbpf: Add btf_line_info support to libbpf
Martin KaFai Lau
2018-12-09
1
-0
/
+3
*
libbpf: add bpf_prog_test_run_xattr
Lorenz Bauer
2018-12-04
1
-0
/
+19
*
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2018-11-30
1
-1
/
+1
*
libbpf: make sure bpf headers are c++ include-able
Stanislav Fomichev
2018-11-21
1
-0
/
+9
*
tools/bpf: add new fields for program load in lib/bpf
Yonghong Song
2018-11-20
1
-0
/
+4
*
selftests/bpf: add test cases for queue and stack maps
Mauricio Vasquez B
2018-10-19
1
-0
/
+2
*
libbpf: Per-symbol visibility for DSO
Andrey Ignatov
2018-10-16
1
-53
/
+65
*
bpf: bpftool, add flag to allow non-compat map definitions
John Fastabend
2018-10-15
1
-0
/
+3
*
libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause
Alexei Starovoitov
2018-10-08
1
-1
/
+1
*
libbpf: Make include guards consistent
Andrey Ignatov
2018-10-04
1
-3
/
+3
*
bpf: Test BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
1
-0
/
+1
*
tools/bpf: sync kernel header bpf.h and add bpf_task_fd_query in libbpf
Yonghong Song
2018-05-24
1
-0
/
+3
*
bpf: btf: Add tests for the btf uapi changes
Martin KaFai Lau
2018-05-23
1
-2
/
+2
*
libbpf: add ifindex to enable offload support
David Beckett
2018-05-17
1
-0
/
+2
*
bpf: btf: Tests for BPF_OBJ_GET_INFO_BY_FD and BPF_BTF_GET_FD_BY_ID
Martin KaFai Lau
2018-05-09
1
-0
/
+1
*
libbpf: fixed build error for samples/bpf/
Björn Töpel
2018-04-20
1
-0
/
+1
*
bpf: btf: Add BTF support to libbpf
Martin KaFai Lau
2018-04-19
1
-0
/
+16
*
libbpf: Support expected_attach_type at prog load
Andrey Ignatov
2018-03-31
1
-5
/
+12
*
libbpf: add bpf_raw_tracepoint_open helper
Alexei Starovoitov
2018-03-28
1
-0
/
+1
*
libbpf: add missing SPDX-License-Identifier
Eric Leblond
2018-02-02
1
-0
/
+2
*
libbpf: add support for bpf_call
Alexei Starovoitov
2017-12-17
1
-1
/
+1
*
libbpf: add support for BPF_PROG_QUERY
Alexei Starovoitov
2017-10-04
1
-1
/
+2
*
libbpf: introduce bpf_prog_detach2()
Alexei Starovoitov
2017-10-04
1
-0
/
+1
*
bpf: libbpf: Provide basic API support to specify BPF obj name
Martin KaFai Lau
2017-09-29
1
-7
/
+16
*
bpf: convert sockmap field attach_bpf_fd2 to type
John Fastabend
2017-08-28
1
-4
/
+0
*
bpf: Allow numa selection in INNER_LRU_HASH_PREALLOC test of map_perf_test
Martin KaFai Lau
2017-08-19
1
-0
/
+6
*
bpf: sockmap sample program
John Fastabend
2017-08-16
1
-0
/
+4
*
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2017-07-20
1
-1
/
+1
*
bpf: Test for bpf ID
Martin KaFai Lau
2017-06-06
1
-0
/
+5
[next]