index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
2020-07-16
1
-14
/
+18
*
bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
Stanislav Fomichev
2020-06-30
1
-20
/
+33
*
devmap: Use bpf_map_area_alloc() for allocating hash buckets
Toke Høiland-Jørgensen
2020-06-30
1
-4
/
+6
*
bpf: Fix map permissions check
Anton Protopopov
2020-06-22
1
-1
/
+2
*
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
2020-06-17
1
-6
/
+5
*
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
2020-05-20
1
-1
/
+3
*
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
2020-05-02
1
-1
/
+1
*
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-05-02
1
-9
/
+19
*
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
2020-04-23
1
-11
/
+34
*
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-04-17
1
-36
/
+72
*
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-04-02
2
-3
/
+6
*
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-04-02
1
-1
/
+2
*
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-04-01
1
-19
/
+0
*
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
2020-04-01
1
-1
/
+1
*
bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer
Andrii Nakryiko
2020-04-01
1
-2
/
+2
*
bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
Andrii Nakryiko
2020-04-01
1
-0
/
+3
*
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
Johannes Krude
2020-02-28
1
-1
/
+1
*
bpf: map_seq_next should always increase position index
Vasily Averin
2020-02-24
1
-2
/
+1
*
bpf, devmap: Pass lockdep expression to RCU lists
Amol Grover
2020-02-11
1
-1
/
+2
*
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
2020-01-26
1
-28
/
+46
*
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2020-01-23
2
-5
/
+17
*
bpf: cgroup: prevent out-of-order release of cgroup bpf
Roman Gushchin
2020-01-17
1
-2
/
+9
*
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2020-01-12
1
-2
/
+7
*
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
2020-01-09
1
-21
/
+22
*
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-12-31
1
-0
/
+19
*
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
2019-12-31
1
-3
/
+4
*
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
2019-11-07
1
-1
/
+3
*
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
2019-10-31
1
-2
/
+5
*
bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
Ilya Leoshkevich
2019-10-30
1
-2
/
+2
*
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
2019-10-22
1
-1
/
+1
*
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2019-10-22
2
-12
/
+21
*
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
2019-10-21
1
-0
/
+31
*
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
2019-10-18
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-09-28
2
-5
/
+4
|
\
|
*
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
2019-09-26
1
-1
/
+1
|
*
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
Jonathan Lemon
2019-09-25
1
-1
/
+1
|
*
bpf: fix BTF verification of enums
Alexei Starovoitov
2019-09-19
1
-3
/
+2
*
|
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-09-24
1
-34
/
+58
|
\
\
|
|
/
|
/
|
|
*
vfs: Convert bpf to use the new mount API
David Howells
2019-09-18
1
-34
/
+58
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
3
-9
/
+22
|
\
\
|
*
|
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
2019-09-16
2
-4
/
+10
|
*
|
xdp: Fix race in dev_map_hash_update_elem() when replacing element
Toke Høiland-Jørgensen
2019-09-16
1
-5
/
+12
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
1
-9
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: fix precision tracking of stack slots
Alexei Starovoitov
2019-09-05
1
-9
/
+14
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
5
-35
/
+149
|
\
\
\
|
*
|
|
bpf: introduce verifier internal test flag
Alexei Starovoitov
2019-08-28
2
-1
/
+5
|
*
|
|
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
Quentin Monnet
2019-08-20
2
-2
/
+6
|
*
|
|
bpf: add BTF ids in procfs for file descriptors to BTF objects
Quentin Monnet
2019-08-20
1
-0
/
+12
|
*
|
|
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
YueHaibing
2019-08-20
1
-1
/
+1
|
*
|
|
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
Björn Töpel
2019-08-17
1
-2
/
+6
[next]