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
2020-11-18
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2020-11-18
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2020-11-05
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
2020-10-29
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
2020-10-14
bpf: Fix sysfs export of empty BTF section
Tony Ambardar
2020-10-01
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
2020-10-01
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
2020-08-07
bpf: sockmap: Require attach_bpf_fd when detaching a program
Lorenz Bauer
2020-08-05
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
2020-07-16
bpf: Check correct cred for CAP_SYSLOG in bpf_dump_raw_ok()
Kees Cook
2020-06-30
bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
Stanislav Fomichev
2020-06-30
devmap: Use bpf_map_area_alloc() for allocating hash buckets
Toke Høiland-Jørgensen
2020-06-22
bpf: Fix map permissions check
Anton Protopopov
2020-06-17
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
2020-05-20
bpf: Fix error return code in map_lookup_and_delete_elem()
Wei Yongjun
2020-05-02
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
2020-05-02
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2020-04-23
bpf: fix buggy r0 retval refinement for tracing helpers
Daniel Borkmann
2020-04-17
bpf: Fix tnum constraints for 32-bit comparisons
Jann Horn
2020-04-02
bpf: Explicitly memset some bpf info structures declared on the stack
Greg Kroah-Hartman
2020-04-02
bpf: Explicitly memset the bpf_attr structure
Greg Kroah-Hartman
2020-04-01
bpf: Undo incorrect __reg_bound_offset32 handling
Daniel Borkmann
2020-04-01
bpf/btf: Fix BTF verification of enum members in struct/union
Yoshiki Komachi
2020-04-01
bpf: Initialize storage pointers to NULL to prevent freeing garbage pointer
Andrii Nakryiko
2020-04-01
bpf: Fix cgroup ref leak in cgroup_bpf_inherit on out-of-memory
Andrii Nakryiko
2020-02-28
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
Johannes Krude
2020-02-24
bpf: map_seq_next should always increase position index
Vasily Averin
2020-02-11
bpf, devmap: Pass lockdep expression to RCU lists
Amol Grover
2020-01-26
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
2020-01-17
bpf: cgroup: prevent out-of-order release of cgroup bpf
Roman Gushchin
2020-01-12
bpf: Fix passing modified ctx to ld/abs/ind instruction
Daniel Borkmann
2020-01-09
bpf: Fix precision tracking for unbounded scalars
Daniel Borkmann
2019-12-31
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-12-31
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
Song Liu
2019-11-07
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
2019-10-31
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
Björn Töpel
2019-10-30
bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
Ilya Leoshkevich
2019-10-22
bpf: Fix use after free in bpf_get_prog_name
Daniel Borkmann
2019-10-22
bpf: Fix use after free in subprog's jited symbol removal
Daniel Borkmann
2019-10-21
xdp: Handle device unregister for devmap_hash map type
Toke Høiland-Jørgensen
2019-10-18
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
Toke Høiland-Jørgensen
2019-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-09-26
bpf: Clean up indentation issue in BTF kflag processing
Colin Ian King
2019-09-25
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
Jonathan Lemon
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2019-09-19
bpf: fix BTF verification of enums
Alexei Starovoitov
2019-09-18
vfs: Convert bpf to use the new mount API
David Howells
2019-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-16
bpf: fix accessing bpf_sysctl.file_pos on s390
Ilya Leoshkevich
[next]