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-06-30
bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
Stanislav Fomichev
1
-20
/
+33
2020-06-30
devmap: Use bpf_map_area_alloc() for allocating hash buckets
Toke Høiland-Jørgensen
1
-4
/
+6
2020-06-22
bpf: Fix map permissions check
Anton Protopopov
1
-1
/
+2
2020-06-17
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
1
-6
/
+5
2020-05-20
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
1
-1
/
+3
2020-05-02
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2020-05-02
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
1
-11
/
+34
2020-04-17
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
1
-36
/
+72
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-01
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
1
-19
/
+0
2020-04-01
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
1
-1
/
+1
2020-04-01
bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer
Andrii Nakryiko
1
-2
/
+2
2020-04-01
bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
Andrii Nakryiko
1
-0
/
+3
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-02-11
bpf, devmap: Pass lockdep expression to RCU lists
Amol Grover
1
-1
/
+2
2020-01-26
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
1
-28
/
+46
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2
-5
/
+17
2020-01-17
bpf: cgroup: prevent out-of-order release of cgroup bpf
Roman Gushchin
1
-2
/
+9
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
1
-2
/
+7
2020-01-09
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
1
-21
/
+22
2019-12-31
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
1
-0
/
+19
2019-12-31
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
1
-3
/
+4
2019-11-07
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
1
-1
/
+3
2019-10-31
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
1
-2
/
+5
2019-10-30
bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
Ilya Leoshkevich
1
-2
/
+2
2019-10-22
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
1
-1
/
+1
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2
-12
/
+21
2019-10-21
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
1
-0
/
+31
2019-10-18
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
1
-1
/
+1
2019-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-5
/
+4
2019-09-26
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
1
-1
/
+1
2019-09-25
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
Jonathan Lemon
1
-1
/
+1
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-34
/
+58
2019-09-19
bpf: fix BTF verification of enums
Alexei Starovoitov
1
-3
/
+2
2019-09-18
vfs: Convert bpf to use the new mount API
David Howells
1
-34
/
+58
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-9
/
+22
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2
-4
/
+10
2019-09-16
xdp: Fix race in dev_map_hash_update_elem() when replacing element
Toke Høiland-Jørgensen
1
-5
/
+12
2019-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-9
/
+14
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-35
/
+149
2019-09-05
bpf: fix precision tracking of stack slots
Alexei Starovoitov
1
-9
/
+14
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+6
2019-08-28
bpf: introduce verifier internal test flag
Alexei Starovoitov
2
-1
/
+5
2019-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-16
/
+23
2019-08-26
bpf: handle 32-bit zext during constant blinding
Naveen N. Rao
1
-2
/
+6
2019-08-24
bpf: fix use after free in prog symbol exposure
Daniel Borkmann
1
-12
/
+18
2019-08-24
bpf: fix precision tracking in presence of bpf2bpf calls
Alexei Starovoitov
1
-4
/
+5
[next]