Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
fada7fdc83c0bf8755956bff707c42b609223301
/
kernel
/
bpf
fada7fd
bpf: Allow bpf_map_lookup_elem() on an xskmap
by Jonathan Lemon
· 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
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
57c3bb7
bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
by Andrey Ignatov
· 6 years ago
e1550bf
bpf: Add file_pos field to bpf_sysctl ctx
by Andrey Ignatov
· 6 years ago
4e63acd
bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
by Andrey Ignatov
· 6 years ago
1d11b30
bpf: Introduce bpf_sysctl_get_current_value helper
by Andrey Ignatov
· 6 years ago
808649f
bpf: Introduce bpf_sysctl_get_name helper
by Andrey Ignatov
· 6 years ago
7b146ce
bpf: Sysctl hook
by Andrey Ignatov
· 6 years ago
b1cd609
bpf: Add base proto function for cgroup-bpf programs
by Andrey Ignatov
· 6 years ago
bb23581
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
b0b9395
bpf: support input __sk_buff context in BPF_PROG_TEST_RUN
by Stanislav Fomichev
· 6 years ago
2824ecb
bpf: allow for key-less BTF in array map
by Daniel Borkmann
· 6 years ago
1dc9285
bpf: kernel side support for BTF Var and DataSec
by Daniel Borkmann
· 6 years ago
3e0ddc4f
bpf: allow . char as part of the object name
by Daniel Borkmann
· 6 years ago
87df15d
bpf: add syscall side map freeze support
by Daniel Borkmann
· 6 years ago
591fe98
bpf: add program side {rd, wr}only support for maps
by Daniel Borkmann
· 6 years ago
be70bcd
bpf: do not retain flags that are not tied to map lifetime
by Daniel Borkmann
· 6 years ago
d8eca5b
bpf: implement lookup-free direct value access for maps
by Daniel Borkmann
· 6 years ago
f83f715
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1fbd20f
bpf: Add missed newline in verifier verbose log
by Andrey Ignatov
· 6 years ago
107c26a7
bpf: Sanity check max value for var_off stack access
by Andrey Ignatov
· 6 years ago
088ec26
bpf: Reject indirect var_off stack access in unpriv mode
by Andrey Ignatov
· 6 years ago
f2bcd05
bpf: Reject indirect var_off stack access in raw mode
by Andrey Ignatov
· 6 years ago
7a9f5c6
bpf: increase verifier log limit
by Alexei Starovoitov
· 6 years ago
c04c0d2
bpf: increase complexity limit and maximum program size
by Alexei Starovoitov
· 6 years ago
4f73379
bpf: verbose jump offset overflow check
by Alexei Starovoitov
· 6 years ago
71dde68
bpf: convert temp arrays to kvcalloc
by Alexei Starovoitov
· 6 years ago
25af32d
bpf: improve verification speed by not remarking live_read
by Alexei Starovoitov
· 6 years ago
9f4686c
bpf: improve verification speed by droping states
by Alexei Starovoitov
· 6 years ago
06ee711
bpf: add verifier stats and log_level bit 2
by Alexei Starovoitov
· 6 years ago
676e4a6
xdp: fix cpumap redirect SKB creation bug
by Jesper Dangaard Brouer
· 6 years ago
2011fcc
bpf: Support variable offset stack access from helpers
by Andrey Ignatov
· 6 years ago
356d71e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
927cb78
bpf: remove incorrect 'verifier bug' warning
by Paul Chaignon
· 6 years ago
1da6c4d
bpf: fix use after free in bpf_evict_inode
by Daniel Borkmann
· 6 years ago
83d1631
bpf: verifier: propagate liveness on all frames
by Jakub Kicinski
· 6 years ago
edbf8c0
bpf: add skc_lookup_tcp helper
by Lorenz Bauer
· 6 years ago
85a51f8
bpf: allow helpers to return PTR_TO_SOCK_COMMON
by Lorenz Bauer
· 6 years ago
0f3adc2
bpf: track references based on is_acquire_func
by Lorenz Bauer
· 6 years ago
0803278
bpf: do not restore dst_reg when cur_state is freed
by Xu Yu
· 6 years ago
cba368c
bpf: Only print ref_obj_id for refcounted reg
by Martin KaFai Lau
· 6 years ago
f01a7db
bpf: Try harder when allocating memory for large maps
by Martynas Pumputis
· 6 years ago
0aedadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
1b98658
bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release
by Martin KaFai Lau
· 6 years ago
8f49a65
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
2018239
bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field
by Daniel Borkmann
· 6 years ago
203b660
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
f7fb7c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
9eb3591
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
3612af7
bpf: fix sanitation rewrite in case of non-pointers
by Daniel Borkmann
· 6 years ago
4b91130
bpf: fix u64_stats_init() usage in bpf_prog_alloc()
by Eric Dumazet
· 6 years ago
Next »