index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2022-12-08
bpf: Do not copy spin lock field from user in bpf_selem_alloc
Xu Kuohai
2022-12-02
bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
Nathan Chancellor
2022-12-02
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
2022-11-26
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-11-26
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
2022-11-26
bpf: Fix memory leaks in __check_func_call
Wang Yufen
2022-11-16
bpf: Fix wrong reg type conversion in release_reference()
Youlin Li
2022-11-16
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-11-16
bpf, verifier: Fix memory leak in array reallocation for stack state
Kees Cook
2022-11-04
bpf: prevent decl_tag from being referenced in func_proto
Stanislav Fomichev
2022-10-21
bpf: use bpf_prog_pack for bpf_dispatcher
Song Liu
2022-10-21
bpf, cgroup: Reject prog_attach_flags array when effective query
Pu Lehui
2022-10-21
bpf: Ensure correct locking around vulnerable function find_vpid()
Lee Jones
2022-10-21
bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
Lorenz Bauer
2022-10-21
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-10-21
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-10-21
bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busy
Hou Tao
2022-10-21
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-10-21
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-10-21
bpf: Fix reference state management for synchronous callbacks
Kumar Kartikeya Dwivedi
2022-10-21
bpf: Fix ref_obj_id for dynptr data slices in verifier
Joanne Koong
2022-10-21
bpf: Cleanup check_refcount_ok
Dave Marchevsky
2022-10-21
btf: Export bpf_dynptr definition
Roberto Sassu
2022-10-12
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
2022-10-12
bpf: Gate dynptr API behind CAP_BPF
Kumar Kartikeya Dwivedi
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2022-08-25
bpf: Don't use tnum_range on array range checking for poke descriptors
Daniel Borkmann
2022-08-25
bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
2022-08-24
bpf: Fix a data-race around bpf_jit_limit.
Kuniyuki Iwashima
2022-08-18
bpf, cgroup: Fix kernel BUG in purge_effective_progs
Pu Lehui
2022-08-17
net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()
David Howells
2022-08-18
bpf: Restrict bpf_sys_bpf to CAP_PERFMON
YiFei Zhu
2022-08-10
bpf: Shut up kern_sys_bpf warning.
Alexei Starovoitov
2022-08-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2022-08-10
net: refactor bpf_sk_reuseport_detach()
Hawkins Jiawei
2022-08-10
bpf: Only allow sleepable program for resched-able iterator
Hou Tao
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-10
bpf: Acquire map uref in .init_seq_private for array map iterator
Hou Tao
2022-08-10
bpf: Disallow bpf programs call prog_run command.
Alexei Starovoitov
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-08
bpf: Use proper target btf when exporting attach_btf_obj_id
Stanislav Fomichev
2022-08-05
bpf: Cleanup ftrace hash in bpf_trampoline_put
Jiri Olsa
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-08-03
Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-07-29
bpf: Remove unneeded semicolon
Yang Li
2022-07-29
bpf: Fix NULL pointer dereference when registering bpf trampoline
Xu Kuohai
2022-07-29
bpf: Fix test_progs -j error with fentry/fexit tests
Song Liu
2022-07-29
bpf: btf: Fix vsnprintf return value check
Fedor Tokarev
2022-07-26
bpf, devmap: Compute proper xdp_frame len redirecting frames
Lorenzo Bianconi
2022-07-22
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
[next]