index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
1
-1
/
+3
2020-10-01
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
1
-8
/
+0
2020-08-05
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
1
-3
/
+9
2020-07-16
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
1
-14
/
+18
2020-05-02
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
1
-11
/
+34
2020-04-02
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2
-3
/
+6
2020-04-02
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
1
-1
/
+2
2020-04-02
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
1
-1
/
+1
2020-02-28
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
Johannes Krude
1
-1
/
+1
2020-02-24
bpf: map_seq_next should always increase position index
Vasily Averin
1
-2
/
+1
2020-01-27
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
1
-1
/
+3
2020-01-27
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
1
-1
/
+1
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2
-5
/
+17
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2019-12-31
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
1
-3
/
+4
2019-12-13
bpf: btf: check name validity for various types
Yonghong Song
1
-0
/
+57
2019-12-13
bpf: btf: implement btf_name_valid_identifier()
Yonghong Song
1
-0
/
+25
2019-12-05
xdp: fix cpumap redirect SKB creation bug
Jesper Dangaard Brouer
1
-3
/
+10
2019-12-05
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
1
-2
/
+2
2019-12-05
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
1
-1
/
+1
2019-12-05
bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn't
Jesper Dangaard Brouer
1
-1
/
+1
2019-12-01
bpf, btf: fix a missing check bug in btf_parse
Martin Lau
1
-30
/
+25
2019-12-01
bpf: devmap: fix wrong interface selection in notifier_call
Taehee Yoo
1
-2
/
+1
2019-11-24
bpf: btf: Fix a missing check bug
Wenwen Wang
1
-0
/
+3
2019-10-07
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
1
-11
/
+17
2019-07-26
bpf: silence warning messages in core
Valdis Klētnieks
1
-0
/
+1
2019-07-14
bpf, devmap: Add missing RCU read lock on flush
Toshiaki Makita
1
-0
/
+4
2019-07-14
bpf, devmap: Add missing bulk queue free
Toshiaki Makita
1
-0
/
+1
2019-07-14
bpf, devmap: Fix premature entry free on destroying map
Toshiaki Makita
1
-2
/
+2
2019-07-10
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
1
-6
/
+15
2019-07-03
bpf: fix unconnected udp hooks
Daniel Borkmann
2
-4
/
+16
2019-07-03
bpf: lpm_trie: check left child of last leftmost node for NULL
Jonathan Lemon
1
-2
/
+7
2019-06-15
bpf: fix undefined behavior in narrow load handling
Krzesimir Nowak
1
-1
/
+1
2019-05-31
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
Eric Dumazet
1
-0
/
+3
2019-05-31
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
1
-3
/
+46
2019-05-25
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
1
-5
/
+18
2019-05-25
bpf: add map_lookup_elem_sys_only for lookups from syscall side
Daniel Borkmann
1
-1
/
+4
2019-05-25
bpf: relax inode permission check for retrieving bpf program
Chenbo Feng
1
-1
/
+1
2019-04-20
bpf: fix use after free in bpf_evict_inode
Daniel Borkmann
1
-14
/
+18
2019-04-03
bpf: do not restore dst_reg when cur_state is freed
Xu Yu
1
-1
/
+1
2019-03-23
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
1
-0
/
+1
2019-03-23
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
1
-1
/
+7
2019-03-13
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
1
-2
/
+10
2019-03-13
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
3
-14
/
+35
2019-03-10
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
1
-1
/
+2
2019-02-27
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
1
-0
/
+2
2019-02-27
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
1
-2
/
+5
2019-02-27
bpf: fix panic in stack_map_get_build_id() on i386 and arm32
Song Liu
1
-1
/
+2
2019-01-31
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
1
-2
/
+15
[next]