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
/
Makefile
Age
Commit message (
Expand
)
Author
2018-01-04
bpf: only build sockmap with CONFIG_INET
John Fastabend
2017-11-05
bpf: offload: add infrastructure for loading programs for a specific netdev
Jakub Kicinski
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-18
bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAP
Jesper Dangaard Brouer
2017-10-10
bpf: move instruction printing into a separate file
Jakub Kicinski
2017-08-16
bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSER
John Fastabend
2017-08-16
bpf: sockmap with sk redirect support
John Fastabend
2017-08-08
bpf/verifier: rework value tracking
Edward Cree
2017-07-17
bpf: add devmap, a map for storing net device references
John Fastabend
2017-03-22
bpf: Add array of maps support
Martin KaFai Lau
2017-01-23
bpf: add a longest prefix match trie map implementation
Daniel Mack
2016-11-25
cgroup: add support for eBPF programs
Daniel Mack
2016-11-15
bpf: LRU List
Martin KaFai Lau
2016-03-08
bpf: introduce percpu_freelist
Alexei Starovoitov
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
2015-11-02
bpf: add support for persistent maps/progs
Daniel Borkmann
2015-03-01
ebpf: remove kernel test stubs
Daniel Borkmann
2014-11-18
bpf: allow eBPF programs to use maps
Alexei Starovoitov
2014-11-18
bpf: add array type of eBPF maps
Alexei Starovoitov
2014-11-18
bpf: add hashtable type of eBPF maps
Alexei Starovoitov
2014-10-27
bpf: split eBPF out of NET
Alexei Starovoitov
2014-09-26
bpf: mini eBPF library, test stubs and verifier testsuite
Alexei Starovoitov
2014-09-26
bpf: verifier (add docs)
Alexei Starovoitov
2014-09-26
bpf: introduce BPF syscall and maps
Alexei Starovoitov
2014-07-23
net: filter: split filter.c into two files
Alexei Starovoitov