Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1e8795b1b20d2721620165434cdcf427ecd2ba85
/
kernel
/
bpf
14684b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
ae8a76f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
d31e955
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
6e07a63
bpf: Switch BPF probe insns to bpf_probe_read_kernel
by Daniel Borkmann
· 5 years ago
d817991
xsk: Restructure/inline XSKMAP lookup/redirect/flush
by Björn Töpel
· 5 years ago
e65650f
bpf: Implement map_gen_lookup() callback for XSKMAP
by Maciej Fijalkowski
· 5 years ago
64fe8c0
xsk: Store struct xdp_sock as a flexible array member of the XSKMAP
by Björn Töpel
· 5 years ago
ff1c08e
bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()
by Björn Töpel
· 5 years ago
f1b9509
bpf: Replace prog_raw_tp+btf_id with prog_tracing
by Alexei Starovoitov
· 5 years ago
af91acb
bpf: Fix bpf jit kallsym access
by Alexei Starovoitov
· 5 years ago
7541c87
bpf: Allow narrow loads of bpf_sysctl fields with offset > 0
by Ilya Leoshkevich
· 5 years ago
15ab09b
bpf: Enforce 'return 0' in BTF-enabled raw_tp programs
by Alexei Starovoitov
· 5 years ago
3820729
bpf: Prepare btf_ctx_access for non raw_tp use case
by Martin KaFai Lau
· 5 years ago
3b4d9eb
bpf: Fix use after free in bpf_get_prog_name
by Daniel Borkmann
· 5 years ago
cd7455f
bpf: Fix use after free in subprog's jited symbol removal
by Daniel Borkmann
· 5 years ago
ce197d8
xdp: Handle device unregister for devmap_hash map type
by Toke Høiland-Jørgensen
· 5 years ago
05679ca
xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds
by Toke Høiland-Jørgensen
· 5 years ago
c108e3c
bpf: Fix bpf_attr.attach_btf_id check
by Alexei Starovoitov
· 5 years ago
a7658e1
bpf: Check types of arguments passed into helpers
by Alexei Starovoitov
· 5 years ago
3dec541
bpf: Add support for BTF pointers to x86 JIT
by Alexei Starovoitov
· 5 years ago
2a02759
bpf: Add support for BTF pointers to interpreter
by Alexei Starovoitov
· 5 years ago
ac4414b
bpf: Attach raw_tp program with BTF via type name
by Alexei Starovoitov
· 5 years ago
9e15db6
bpf: Implement accurate raw_tp context access via BTF
by Alexei Starovoitov
· 5 years ago
ccfe29e
bpf: Add attach_btf_id attribute to program load
by Alexei Starovoitov
· 5 years ago
8580ac9
bpf: Process in-kernel BTF
by Alexei Starovoitov
· 5 years ago
eac9153
bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack()
by Song Liu
· 5 years ago
2dedd7d
bpf: Fix cast to pointer from integer of different size warning
by Andrii Nakryiko
· 5 years ago
a23740e
bpf: Track contents of read-only maps as scalars
by Andrii Nakryiko
· 5 years ago
02dc96e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 5 years ago
e3439af
bpf: Clean up indentation issue in BTF kflag processing
by Colin Ian King
· 5 years ago
fcd30ae
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
by Jonathan Lemon
· 5 years ago
0b36c9e
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
9eea984
bpf: fix BTF verification of enums
by Alexei Starovoitov
· 5 years ago
d2935de
vfs: Convert bpf to use the new mount API
by David Howells
· 6 years ago
28f2c36
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
d895a0f
bpf: fix accessing bpf_sysctl.file_pos on s390
by Ilya Leoshkevich
· 6 years ago
af58e7e
xdp: Fix race in dev_map_hash_update_elem() when replacing element
by Toke Høiland-Jørgensen
· 6 years ago
aa2eaa8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
1e46c09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
2339cd6
bpf: fix precision tracking of stack slots
by Alexei Starovoitov
· 6 years ago
765b759
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
10d274e
bpf: introduce verifier internal test flag
by Alexei Starovoitov
· 6 years ago
68aaf44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
ede7c46
bpf: handle 32-bit zext during constant blinding
by Naveen N. Rao
· 6 years ago
c751798
bpf: fix use after free in prog symbol exposure
by Daniel Borkmann
· 6 years ago
6754172
bpf: fix precision tracking in presence of bpf2bpf calls
by Alexei Starovoitov
· 6 years ago
1b9ed84
bpf: add new BPF_BTF_GET_NEXT_ID syscall command
by Quentin Monnet
· 6 years ago
3481e64
bpf: add BTF ids in procfs for file descriptors to BTF objects
by Quentin Monnet
· 6 years ago
ede6bc8
bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
by YueHaibing
· 6 years ago
36cc3435
xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP
by Björn Töpel
· 6 years ago
0402acd
xsk: remove AF_XDP socket from map when the socket is released
by Björn Töpel
· 6 years ago
b0e4701
bpf: export bpf_map_inc_not_zero
by Stanislav Fomichev
· 6 years ago
e032500
btf: fix return value check in btf_vmlinux_init()
by Wei Yongjun
· 6 years ago
708852d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by Jakub Kicinski
· 6 years ago
7fd7856
btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux
by Andrii Nakryiko
· 6 years ago
341dfcf
btf: expose BTF info through sysfs
by Andrii Nakryiko
· 6 years ago
9babe82
bpf: always allocate at least 16 bytes for setsockopt hook
by Stanislav Fomichev
· 6 years ago
6f9d451
xdp: Add devmap_hash map type for looking up devices by hashed index
by Toke Høiland-Jørgensen
· 6 years ago
fca16e5
xdp: Refactor devmap allocation code for reuse
by Toke Høiland-Jørgensen
· 6 years ago
28ba934
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
d9b8aad
bpf: fix narrower loads on s390
by Ilya Leoshkevich
· 6 years ago
e6023ad
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
3193c08
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
by Josh Poimboeuf
· 6 years ago
54f698f
Merge branch 'x86/debug' into core/urgent
by Thomas Gleixner
· 6 years ago
1acc5d5
bpf: fix BTF verifier size resolution logic
by Andrii Nakryiko
· 6 years ago
ed4ed40
bpf: verifier: avoid fall-through warnings
by Gustavo A. R. Silva
· 6 years ago
b3b50f0
bpf: fix precision bit propagation for BPF_ST instructions
by Andrii Nakryiko
· 6 years ago
237f83d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
e55a732
bpf: Fix ORC unwinding in non-JIT BPF code
by Josh Poimboeuf
· 6 years ago
af144a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
6705fea
bpf: cgroup: Fix build error without CONFIG_NET
by YueHaibing
· 6 years ago
c3ead2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
a3ce685
bpf: fix precision tracking
by Alexei Starovoitov
· 6 years ago
3419240
Merge branch 'timers/vdso' into timers/core
by Thomas Gleixner
· 6 years ago
0cdbb4b
devmap: Allow map lookups from eBPF
by Toke Høiland-Jørgensen
· 6 years ago
d5df283
devmap/cpumap: Use flush list instead of bitmap
by Toke Høiland-Jørgensen
· 6 years ago
c8af5cd
xskmap: Move non-standard list manipulation to helper
by Toke Høiland-Jørgensen
· 6 years ago
0d01da6
bpf: implement getsockopt and setsockopt hooks
by Stanislav Fomichev
· 6 years ago
e5c891a
bpf: fix cgroup bpf release synchronization
by Roman Gushchin
· 6 years ago
75672dd
bpf: fix BPF_ALU32 | BPF_ARSH on BE arches
by Jiong Wang
· 6 years ago
e7d4798
xdp: Add tracepoint for bulk XDP_TX
by Toshiaki Makita
· 6 years ago
e4f0712
bpf: fix NULL deref in btf_type_is_resolve_source_only
by Stanislav Fomichev
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
9285ec4
timekeeping: Use proper clock specifier names in functions
by Jason A. Donenfeld
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
dca73a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
6bf071b
xdp: page_pool related fix to cpumap
by Jesper Dangaard Brouer
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
f85d208
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
by Thomas Gleixner
· 6 years ago
b5dc016
bpf: precise scalar_value tracking
by Alexei Starovoitov
· 6 years ago
eea1c22
bpf: fix callees pruning callers
by Alexei Starovoitov
· 6 years ago
2589726
bpf: introduce bounded loops
by Alexei Starovoitov
· 6 years ago
fb8d251
bpf: extend is_branch_taken to registers
by Alexei Starovoitov
· 6 years ago
f7cf25b
bpf: track spill/fill of constants
by Alexei Starovoitov
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
da0f382
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
1eb4169
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
a8e11e5
sysctl: define proc_do_static_key()
by Eric Dumazet
· 6 years ago
86723c8
bpf, devmap: Add missing RCU read lock on flush
by Toshiaki Makita
· 6 years ago
edabf4d
bpf, devmap: Add missing bulk queue free
by Toshiaki Makita
· 6 years ago
Next »