index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
lpm_trie.c
Age
Commit message (
Expand
)
Author
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451
Thomas Gleixner
2019-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-11
bpf: lpm_trie: check left child of last leftmost node for NULL
Jonathan Lemon
2019-05-31
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
2019-05-31
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
2019-05-31
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
2019-04-09
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-02-22
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
2018-12-12
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
2018-11-22
bpf, lpm: make longest_prefix_match() faster
Eric Dumazet
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-02-22
bpf: fix rcu lockdep warning for lpm_trie map_free callback
Yonghong Song
2018-02-13
bpf: fix memory leak in lpm_trie map_free callback function
Yonghong Song
2018-01-26
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
2018-01-19
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-09-25
bpf: Optimize lpm trie delete
Craig Gallek
2017-09-19
bpf: Implement map_delete_elem for BPF_MAP_TYPE_LPM_TRIE
Craig Gallek
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-03-05
bpf: add get_next_key callback to LPM map
Alexei Starovoitov
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-02-08
bpf, lpm: fix overflows in trie_alloc checks
Daniel Borkmann
2017-01-23
bpf, lpm: fix kfree of im_node in trie_update_elem
Daniel Borkmann
2017-01-23
bpf: add a longest prefix match trie map implementation
Daniel Mack