开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
uapi
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2021-08-17
bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value
Andrii Nakryiko
2021-08-17
bpf: Allow to specify user-provided bpf_cookie for BPF perf links
Andrii Nakryiko
2021-08-17
bpf: Implement minimal BPF perf link
Andrii Nakryiko
2021-07-15
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2021-07-15
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2021-07-15
bpf: Introduce bpf timers.
Alexei Starovoitov
2021-07-14
bpf: Fix a typo of reuseport map in bpf.h.
Kuniyuki Iwashima
2021-07-14
bpf: Sync tools/include/uapi/linux/bpf.h
Alexei Starovoitov
2021-06-15
bpf: Support socket migration by eBPF.
Kuniyuki Iwashima
2021-06-15
bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.
Kuniyuki Iwashima
2021-05-26
xdp: Extend xdp_redirect_map with broadcast support
Hangbin Liu
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
2021-05-19
bpf: Add cmd alias BPF_PROG_RUN
Alexei Starovoitov
2021-05-19
bpf: Add bpf_sys_close() helper.
Alexei Starovoitov
2021-05-19
bpf: Add bpf_btf_find_by_name_kind() helper.
Alexei Starovoitov
2021-05-19
bpf: Introduce fd_idx
Alexei Starovoitov
2021-05-19
bpf: Introduce bpf_sys_bpf() helper and program type.
Alexei Starovoitov
2021-04-19
bpf: Add a bpf_snprintf helper
Florent Revest
2021-04-13
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
2021-04-12
libbpf: Clarify flags in ringbuf helpers
Pedro Tammela
2021-04-12
bpf: Sync bpf headers in tooling infrastucture
Daniel Borkmann
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-05
bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
Xuesen Huang
2021-03-04
bpf: Add PROG_TEST_RUN support for sk_lookup programs
Lorenz Bauer
2021-03-04
tools: Sync uapi bpf.h header with latest changes
Joe Stringer
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
2021-02-26
bpf: Add bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
bpf: Remove blank line in bpf helper description comment
Hangbin Liu
2021-02-13
bpf: Add BPF-helper for MTU checking
Jesper Dangaard Brouer
2021-02-13
bpf: bpf_fib_lookup return MTU value as output when looked up
Jesper Dangaard Brouer
2021-02-11
bpf: Expose bpf_get_socket_cookie to tracing programs
Florent Revest
2021-02-11
bpf: Be less specific about socket cookies guarantees
Florent Revest
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2021-01-14
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
2021-01-14
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
2021-01-14
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-12
bpf: Clarify return value of probe str helpers
Brendan Jackman
2020-12-14
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
Andrii Nakryiko
2020-12-04
bpf: Add a bpf_sock_from_file helper
Florent Revest
2020-12-03
bpf: Allow to specify kernel module BTFs when attaching BPF programs
Andrii Nakryiko
2020-11-26
bpf: Add a BPF helper for getting the IMA hash of an inode
KP Singh
2020-11-18
bpf: Add bpf_ktime_get_coarse_ns helper
Dmitrii Banshchikov
2020-11-18
bpf: Add bpf_bprm_opts_set helper
KP Singh
2020-11-10
bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFO
Andrii Nakryiko
2020-11-06
bpf: Implement get_current_task_btf and RET_PTR_TO_BTF_ID
KP Singh
[next]