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
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2021-08-30
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-25
bpf: Fix bpf-next builds without CONFIG_BPF_EVENTS
Daniel Xu
2021-08-25
bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockopt
Martin KaFai Lau
2021-08-25
bpf: Add bpf_task_pt_regs() helper
Daniel Xu
2021-08-25
bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()
Daniel Xu
2021-08-25
bpf: Consolidate task_struct BTF_ID declarations
Daniel Xu
2021-08-24
bpf: Fix possible out of bound write in narrow load handling
Andrey Ignatov
2021-08-23
bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum
Dave Marchevsky
2021-08-23
bpf: Fix ringbuf helper function compatibility
Daniel Borkmann
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-20
bpf: Add support for {set|get} socket options from setsockopt BPF
Prankur Gupta
2021-08-20
bpf: Use kvmalloc for map keys in syscalls
Stanislav Fomichev
2021-08-20
bpf: Use kvmalloc for map values in syscall
Stanislav Fomichev
2021-08-19
bpf: Undo off-by-one in interpreter tail call count limit
Daniel Borkmann
2021-08-17
bpf: Remove redundant initialization of variable allow
Colin Ian King
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-08-17
bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functions
Andrii Nakryiko
2021-08-17
bpf: Refactor BPF_PROG_RUN into a function
Andrii Nakryiko
2021-08-15
bpf: Support "%c" in bpf_bprintf_prepare().
Kuniyuki Iwashima
2021-08-13
bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPT
Stanislav Fomichev
2021-08-13
bpf: Clear zext_dst of dead insns
Ilya Leoshkevich
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-11
bpf: Add rcu_read_lock in bpf_get_current_[ancestor_]cgroup_id() helpers
Yonghong Song
2021-08-10
bpf, core: Fix kernel-doc notation
Randy Dunlap
2021-08-10
bpf: Fix potentially incorrect results with bpf_get_local_storage()
Yonghong Song
2021-08-09
bpf, devmap: Exclude XDP broadcast to master device
Jussi Maki
2021-08-09
bpf: Add _kernel suffix to internal lockdown_bpf_read
Daniel Borkmann
2021-08-07
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
2021-08-02
bpf: Fix off-by-one in tail call count limiting
Johan Almbladh
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-29
bpf: Emit better log message if bpf_iter ctx arg btf_id == 0
Yonghong Song
2021-07-29
bpf: Fix leakage due to insufficient speculative store bypass mitigation
Daniel Borkmann
2021-07-29
bpf: Introduce BPF nospec instruction for mitigating Spectre v4
Daniel Borkmann
2021-07-27
bpf: Increase supported cgroup storage value size
Stanislav Fomichev
2021-07-23
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-22
bpf: Remove redundant intiialization of variable stype
Colin Ian King
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
2021-07-16
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-07-15
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
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: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
[next]