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
/
tools
/
include
/
uapi
/
linux
/
bpf.h
Age
Commit message (
Expand
)
Author
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
2020-09-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Song Liu
2020-09-07
tools, bpf: Synchronise BPF UAPI header with tools
Quentin Monnet
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2020-08-25
bpf: Add d_path helper
Jiri Olsa
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
bpf: Generalize bpf_sk_storage
KP Singh
2020-08-24
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
2020-08-24
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
2020-08-24
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
2020-08-24
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
2020-08-24
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
2020-08-24
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
2020-08-21
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
bpf: Fix two typos in uapi/linux/bpf.h
Tobias Klauser
2020-08-06
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
2020-08-01
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
2020-07-28
bpf: Fix bpf_ringbuf_output() signature to return long
Andrii Nakryiko
2020-07-25
libbpf: Add support for BPF XDP link
Andrii Nakryiko
2020-07-25
bpf: Implement bpf iterator for map elements
Yonghong Song
2020-07-17
bpf: Sync linux/bpf.h to tools/
Jakub Sitnicki
2020-07-16
bpf: Drop duplicated words in uapi helper comments
Randy Dunlap
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
2020-07-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-08
libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
2020-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
2020-06-24
bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt
Dmitry Yakunin
2020-06-23
bpf: Fix formatting in documentation for BPF helpers
Quentin Monnet
2020-06-23
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
2020-06-24
bpf: Switch most helper return values from 32-bit int to 64-bit long
Andrii Nakryiko
2020-06-16
bpf: Fix definition of bpf_ringbuf_output() helper in UAPI comments
Andrii Nakryiko
2020-06-09
bpf: Selftests and tools use struct bpf_devmap_val from uapi
Jesper Dangaard Brouer
2020-06-02
bpf: Add csum_level helper for fixing up csum levels
Daniel Borkmann
2020-06-02
bpf: Fix up bpf_skb_adjust_room helper's skb csum setting
Daniel Borkmann
2020-06-01
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
2020-06-01
tools/bpf: sync bpf.h
Alexei Starovoitov
2020-06-01
xdp: Add xdp_txq_info to xdp_buff
David Ahern
2020-06-01
bpf: Add support to attach bpf program to a devmap entry
David Ahern
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
2020-06-01
bpf, sk_msg: Add get socket storage helpers
John Fastabend
2020-05-19
tools/bpf: sync bpf.h
Alexei Starovoitov
[next]