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
/
devmap.c
Age
Commit message (
Expand
)
Author
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
bpf: devmap fix arithmetic overflow in bitmap_size calculation
John Fastabend
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-20
bpf: require CAP_NET_ADMIN when using devmap
John Fastabend
2017-10-19
bpf: fix splat for illegal devmap percpu allocation
Daniel Borkmann
2017-09-18
bpf: devmap: pass on return value of bpf_map_precharge_memlock
Tobias Klauser
2017-09-08
bpf: devmap, use cond_resched instead of cpu_relax
John Fastabend
2017-08-23
bpf: netdev is never null in __dev_map_flush
Daniel Borkmann
2017-08-22
bpf: minor cleanups for dev_map
Daniel Borkmann
2017-08-20
bpf: fix double free from dev_map_notification()
Daniel Borkmann
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-08-16
bpf: devmap: remove unnecessary value size check
John Fastabend
2017-08-07
bpf: devmap fix mutex in rcu critical section
John Fastabend
2017-07-24
bpf: dev_map_alloc() shouldn't return NULL
Dan Carpenter
2017-07-17
net: add notifier hooks for devmap bpf map
John Fastabend
2017-07-17
xdp: Add batching support to redirect map
John Fastabend
2017-07-17
bpf: add bpf_redirect_map helper routine
John Fastabend
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend