Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d7f10df86202273155a9d8f8553bc2ad28e0dd46
/
kernel
/
bpf
/
lpm_trie.c
d7f10df
bpf: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 10 months ago
66150d0d
bpf, lpm: Make locking RT friendly
by Thomas Gleixner
· 4 years, 10 months ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 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
f85d208
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
by Thomas Gleixner
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
da2577fd
bpf: lpm_trie: check left child of last leftmost node for NULL
by Jonathan Lemon
· 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
591fe98
bpf: add program side {rd, wr}only support for maps
by Daniel Borkmann
· 6 years ago
7c0cdf0
bpf, lpm: fix lookup bug in map_delete_elem
by Alban Crequy
· 6 years ago
1b2b234
bpf: pass struct btf pointer to the map_check_btf() callback
by Roman Gushchin
· 6 years ago
8d75839
bpf, lpm: make longest_prefix_match() faster
by Eric Dumazet
· 6 years ago
e8d2bec
bpf: decouple btf from seq bpf fs dump and enable more maps
by Daniel Borkmann
· 6 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
6c5f610
bpf: fix rcu lockdep warning for lpm_trie map_free callback
by Yonghong Song
· 7 years ago
9a3efb6
bpf: fix memory leak in lpm_trie map_free callback function
by Yonghong Song
· 7 years ago
6dd1ec6
bpf: fix kernel page fault in lpm map trie_get_next_key
by Yonghong Song
· 7 years ago
2310035
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
by Yonghong Song
· 7 years ago
b471f2f
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
by Yonghong Song
· 7 years ago
bd47564
bpf: add helper for copying attrs to struct bpf_map
by Jakub Kicinski
· 7 years ago
6e71b04
bpf: Add file mode configuration into bpf maps
by Chenbo Feng
· 7 years ago
b5d7388
bpf: Optimize lpm trie delete
by Craig Gallek
· 7 years ago
e454cf5
bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
by Craig Gallek
· 7 years ago
96eabe7
bpf: Allow selecting numa node during map creation
by Martin KaFai Lau
· 7 years ago
a316338
bpf: fix wrong exposure of map_flags into fdinfo for lpm
by Daniel Borkmann
· 8 years ago
40077e0
bpf: remove struct bpf_map_type_list
by Johannes Berg
· 8 years ago
f38837b
bpf: add get_next_key callback to LPM map
by Alexei Starovoitov
· 8 years ago
c78f8bd
bpf: mark all registered map/prog types as __ro_after_init
by Daniel Borkmann
· 8 years ago
c502faf
bpf, lpm: fix overflows in trie_alloc checks
by Daniel Borkmann
· 8 years ago
d140199
bpf, lpm: fix kfree of im_node in trie_update_elem
by Daniel Borkmann
· 8 years ago
b95a5c4
bpf: add a longest prefix match trie map implementation
by Daniel Mack
· 8 years ago