index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
uapi
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
2022-03-20
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
2022-03-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
2022-03-10
bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
Martin KaFai Lau
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-03
bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()
Martin KaFai Lau
2022-02-09
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2022-01-31
bpf: Make dst_port field in struct bpf_sock 16-bit wide
Jakub Sitnicki
2022-01-24
bpf: Add bpf_copy_from_user_task() helper
Kenny Yu
2022-01-21
net: xdp: introduce bpf_xdp_pointer utility routine
Lorenzo Bianconi
2022-01-21
bpf: introduce bpf_xdp_get_buff_len helper
Lorenzo Bianconi
2022-01-21
bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf program
Lorenzo Bianconi
2022-01-19
bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return value
YiFei Zhu
2022-01-19
uapi/bpf: Add missing description and returns for helper documentation
Usama Arif
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
2021-12-11
bpf: Add bpf_strncmp helper
Hou Tao
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
2021-11-10
bpf: Add ingress_ifindex to bpf_sk_lookup
Mark Pashmfouroush
2021-11-07
bpf: Introduce helper bpf_find_vma
Song Liu
2021-11-01
bpf: Add alignment padding for "map_extra" + consolidate holes
Joanne Koong
2021-10-28
bpf: Add bpf_kallsyms_lookup_name helper
Kumar Kartikeya Dwivedi
2021-10-28
bpf: Add bloom filter map implementation
Joanne Koong
2021-10-21
bpf: Add verified_insns to bpf_prog_info and fdinfo
Dave Marchevsky
2021-10-21
bpf: Add bpf_skc_to_unix_sock() helper
Hengqi Chen
2021-09-17
bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf comments
Dave Marchevsky
2021-09-17
bpf: Add bpf_trace_vprintk helper
Dave Marchevsky
2021-09-15
bpf: Update bpf_get_smp_processor_id() documentation
Matteo Croce
2021-09-13
bpf: Introduce helper bpf_get_branch_snapshot
Song Liu
2021-09-10
bpf: Add hardware timestamp field to __sk_buff
Vadim Fedorenko
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-07
bpf: Support input xdp_md context in BPF_PROG_TEST_RUN
Zvi Effron
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
[next]