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
Age
Commit message (
Expand
)
Author
2018-02-03
bpf: fix bpf_prog_array_copy_to_user() issues
Alexei Starovoitov
2018-01-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-30
Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-01-26
bpf: fix kernel page fault in lpm map trie_get_next_key
Yonghong Song
2018-01-26
bpf: fix subprog verifier bypass by div/mod by 0 exception
Daniel Borkmann
2018-01-26
bpf: make unknown opcode handling more robust
Daniel Borkmann
2018-01-26
bpf: improve dead code sanitizing
Daniel Borkmann
2018-01-25
bpf: Use the IS_FD_ARRAY() macro in map_update_elem()
Mickaël Salaün
2018-01-23
bpf: fix incorrect kmalloc usage in lpm_trie MAP_GET_NEXT_KEY rcu region
Yonghong Song
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
bpf: add upper complexity limit to verifier log
Daniel Borkmann
2018-01-19
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2018-01-19
bpf, verifier: detect misconfigured mem, size argument pair
Daniel Borkmann
2018-01-19
bpf: implement MAP_GET_NEXT_KEY command for LPM_TRIE map
Yonghong Song
2018-01-18
bpf: offload: report device information about offloaded maps
Jakub Kicinski
2018-01-18
bpf: offload: allow array map offload
Jakub Kicinski
2018-01-18
bpf: arraymap: use bpf_map_init_from_attr()
Jakub Kicinski
2018-01-18
bpf: arraymap: move checks out of alloc function
Jakub Kicinski
2018-01-18
bpf: allow socket_filter programs to use bpf_prog_test_run
Alexei Starovoitov
2018-01-18
bpf: add new jited info fields in bpf_dev_offload and bpf_prog_info
Jiong Wang
2018-01-17
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-17
bpf: annotate bpf_insn_print_t with __printf
Jakub Kicinski
2018-01-17
bpf: offload: make bpf_offload_dev_match() reject host+host case
Jakub Kicinski
2018-01-17
bpf: cpumap: make some functions static
Wei Yongjun
2018-01-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-14
bpf: offload: add map offload infrastructure
Jakub Kicinski
2018-01-14
bpf: offload: factor out netdev checking at allocation time
Jakub Kicinski
2018-01-14
bpf: rename bpf_dev_offload -> bpf_prog_offload
Jakub Kicinski
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
2018-01-14
bpf: add map_alloc_check callback
Jakub Kicinski
2018-01-14
bpf: fix 32-bit divide by zero
Alexei Starovoitov
2018-01-14
bpf: fix divides by zero
Eric Dumazet
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-10
bpf, array: fix overflow in max_entries and undefined behavior in index_mask
Daniel Borkmann
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2018-01-10
bpf: fix spelling mistake: "obusing" -> "abusing"
Colin Ian King
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2018-01-10
bpf: export function to write into verifier log buffer
Quentin Monnet
2018-01-09
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-09
bpf: prevent out-of-bounds speculation
Alexei Starovoitov
2018-01-08
bpf: fix verifier GPF in kmalloc failure path
Alexei Starovoitov
2018-01-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2018-01-07
bpf: sockmap missing NULL psock check
John Fastabend
2018-01-06
bpf: implement syscall command BPF_MAP_GET_NEXT_KEY for stacktrace map
Yonghong Song
[next]