index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2017-08-30
bpf/verifier: fix min/max handling in BPF_SUB
Edward Cree
2017-08-30
bpf: fix mixed signed/unsigned derived min/max value bounds
Daniel Borkmann
2017-08-30
bpf, verifier: fix alu ops against map_value{, _adj} register types
Daniel Borkmann
2017-08-30
bpf: adjust verifier heuristics
Daniel Borkmann
2017-08-30
bpf, verifier: add additional patterns to evaluate_reg_imm_alu
John Fastabend
2017-07-21
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-07-05
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-05-14
bpf: don't let ldimm64 leak map addresses on unprivileged
Daniel Borkmann
2017-05-14
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-05-03
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-22
bpf: fix mark_reg_unknown_value for spilled regs on map value marking
Daniel Borkmann
2017-03-22
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
2017-03-22
bpf: fix state equivalence
Alexei Starovoitov
2017-03-22
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
Thomas Graf
2016-11-30
bpf: fix states equal logic for varlen access
Josef Bacik
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
2016-11-07
bpf: fix map not being uncharged during map creation failure
Daniel Borkmann
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-09-29
bpf: allow access into map value arrays
Josef Bacik
2016-09-28
bpf: clean up put_cpu_var usage
Shaohua Li
2016-09-28
fs: Replace CURRENT_TIME with current_time() for inode timestamps
Deepa Dinamani
2016-09-27
bpf: Set register type according to is_valid_access()
Mickaël Salaün
2016-09-21
bpf: recognize 64bit immediate loads as consts
Jakub Kicinski
2016-09-21
bpf: enable non-core use of the verfier
Jakub Kicinski
2016-09-21
bpf: expose internal verfier structures
Jakub Kicinski
2016-09-21
bpf: don't (ab)use instructions to store state
Jakub Kicinski
2016-09-21
bpf: direct packet write and access for helpers for clsact progs
Daniel Borkmann
2016-09-21
bpf, verifier: enforce larger zero range for pkt on overloading stack buffs
Daniel Borkmann
2016-09-10
bpf: add BPF_CALL_x macros for declaring helpers
Daniel Borkmann
2016-09-10
bpf: minor cleanups in helpers
Daniel Borkmann
2016-09-09
bpf: fix range propagation on direct packet access
Daniel Borkmann
2016-09-02
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
2016-09-02
bpf: support 8-byte metafield access
Alexei Starovoitov
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-08-13
bpf: allow helpers access the packet directly
Alexei Starovoitov
2016-08-13
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
2016-08-13
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2016-08-07
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
2016-08-03
bpf: fix method of PTR_TO_PACKET reg id generation
Jakub Kicinski
2016-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-07-20
bpf: enable direct packet data write for xdp progs
Brenden Blanco
2016-07-20
bpf: add XDP prog type for early driver filter
Brenden Blanco
2016-07-20
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
2016-07-17
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
2016-07-15
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
2016-07-11
bpf: make inode code explicitly non-modular
Paul Gortmaker
2016-07-07
Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...
Ingo Molnar
2016-07-01
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
2016-07-01
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
[next]