Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2320bcdae62887555701ea78a46b640ff6b63868
/
kernel
/
bpf
e6023ad
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
3193c08
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
by Josh Poimboeuf
· 5 years ago
54f698f
Merge branch 'x86/debug' into core/urgent
by Thomas Gleixner
· 5 years ago
1acc5d5
bpf: fix BTF verifier size resolution logic
by Andrii Nakryiko
· 5 years ago
ed4ed40
bpf: verifier: avoid fall-through warnings
by Gustavo A. R. Silva
· 5 years ago
b3b50f0
bpf: fix precision bit propagation for BPF_ST instructions
by Andrii Nakryiko
· 5 years ago
237f83d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 5 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
· 5 years ago
6705fea
bpf: cgroup: Fix build error without CONFIG_NET
by YueHaibing
· 5 years ago
c3ead2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
a3ce685
bpf: fix precision tracking
by Alexei Starovoitov
· 6 years ago
3419240
Merge branch 'timers/vdso' into timers/core
by Thomas Gleixner
· 5 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
d4dd153
bpf, devmap: Fix premature entry free on destroying map
by Toshiaki Makita
· 6 years ago
aee450c
bpf: silence warning messages in core
by Valdis Klētnieks
· 6 years ago
da2577fd
bpf: lpm_trie: check left child of last leftmost node for NULL
by Jonathan Lemon
· 6 years ago
fada7fd
bpf: Allow bpf_map_lookup_elem() on an xskmap
by Jonathan Lemon
· 6 years ago
38e406f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
a6cdeeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
983695f
bpf: fix unconnected udp hooks
by Daniel Borkmann
· 6 years ago
ddc64d0
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363
by Thomas Gleixner
· 6 years ago
5b497af
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
by Thomas Gleixner
· 6 years ago
6685699
bpf: remove redundant assignment to err
by Colin Ian King
· 6 years ago
c85d691
bpf: move memory size checks to bpf_map_charge_init()
by Roman Gushchin
· 6 years ago
b936ca6
bpf: rework memlock-based memory accounting for maps
by Roman Gushchin
· 6 years ago
3539b96
bpf: group memory related fields in struct bpf_map_memory
by Roman Gushchin
· 6 years ago
ffc8b14
bpf: add memlock precharge check for cgroup_local_storage
by Roman Gushchin
· 6 years ago
e7a3160
bpf: Update __cgroup_bpf_run_filter_skb with cn
by brakmo
· 6 years ago
5cf1e91
bpf: cgroup inet skb programs can return 0 to 3
by brakmo
· 6 years ago
25763b3
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
by Thomas Gleixner
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
dbcc1ba
bpf: cgroup: properly use bpf_prog_array api
by Stanislav Fomichev
· 6 years ago
54e9c9d
bpf: remove __rcu annotations from bpf_prog_array
by Stanislav Fomichev
· 6 years ago
4bfc0bb
bpf: decouple the lifetime of cgroup_bpf from cgroup itself
by Roman Gushchin
· 6 years ago
d6c2308
bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
by Jiong Wang
· 6 years ago
c240eff
bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
by Jiong Wang
· 6 years ago
a4b1d3c
bpf: verifier: insert zero extension according to analysis result
by Jiong Wang
· 6 years ago
b325fbc
bpf: verifier: mark patched-insn with sub-register zext flag
by Jiong Wang
· 6 years ago
5327ed3
bpf: verifier: mark verified-insn with sub-register zext flag
by Jiong Wang
· 6 years ago
dc2a4eb
bpf: convert explored_states to hash table
by Alexei Starovoitov
· 6 years ago
a8f500a
bpf: split explored_states
by Alexei Starovoitov
· 6 years ago
5d83902
bpf: cleanup explored_states
by Alexei Starovoitov
· 6 years ago
b285fcb
bpf: bump jmp sequence limit
by Alexei Starovoitov
· 6 years ago
2c1212d
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
e547ff3
bpf: relax inode permission check for retrieving bpf program
by Chenbo Feng
· 6 years ago
50b045a
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
by Daniel Borkmann
· 6 years ago
c611022
bpf: add map_lookup_elem_sys_only for lookups from syscall side
by Daniel Borkmann
· 6 years ago
2baae35
bpf: devmap: fix use-after-free Read in __dev_map_entry_free
by Eric Dumazet
· 6 years ago
e2f7fc0
bpf: fix undefined behavior in narrow load handling
by Krzesimir Nowak
· 6 years ago
af959b1
bpf: fix out of bounds backwards jmps due to dead code removal
by Daniel Borkmann
· 6 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
168e153
Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
0bc40e5
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ff24e49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
524845f
bpf: switch to ->free_inode()
by Al Viro
· 6 years ago
d53d2f7
bpf: Use vmalloc special flag
by Rick Edgecombe
· 6 years ago
6ac99e8
bpf: Introduce bpf sk local storage
by Martin KaFai Lau
· 6 years ago
9df1c28
bpf: add writable context for raw tracepoints
by Matt Mullins
· 6 years ago
c6a9efa
bpf: mark registers in all frames after pkt/null checks
by Paul Chaignon
· 6 years ago
118c8e9
bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_type
by Stanislav Fomichev
· 6 years ago
45a73c1
bpf: drop bpf_verifier_lock
by Alexei Starovoitov
· 6 years ago
7df737e
bpf: remove global variables
by Alexei Starovoitov
· 6 years ago
86d2314
bpf: cpumap memory prefetchw optimizations for struct page
by Jesper Dangaard Brouer
· 6 years ago
8f0504a9
bpf: cpumap do bulk allocation of SKBs
by Jesper Dangaard Brouer
· 6 years ago
7736182
bpf: cpumap use ptr_ring_consume_batched
by Jesper Dangaard Brouer
· 6 years ago
0d306c3
bpf: use BPF_CAST_CALL for casting bpf call
by Prashant Bhole
· 6 years ago
02a8c81
bpf: add map helper functions push, pop, peek in more BPF programs
by Alban Crequy
· 6 years ago
c342dc1
bpf: refactor "check_reg_arg" to eliminate code redundancy
by Jiong Wang
· 6 years ago
55e7f3b
bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"
by Jiong Wang
· 6 years ago
3f8cafa
bpf: refactor propagate_liveness to eliminate code redundance
by Jiong Wang
· 6 years ago
1b04aee
bpf: refactor propagate_liveness to eliminate duplicated for loop
by Jiong Wang
· 6 years ago
51356ac
bpf: Fix distinct pointer types warning for ARCH=i386
by Andrey Ignatov
· 6 years ago
d7a4cb9
bpf: Introduce bpf_strtol and bpf_strtoul helpers
by Andrey Ignatov
· 6 years ago
Next »