summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King2017-02-23
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-17
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-17
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-16
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-12
* | bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu2017-02-14
* | bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-08
* | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\|
| * bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-18
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-25
* | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-24
* | bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann2017-01-23
* | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-17
|\|
| * bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-16
* | bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-12
* | bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-11
|\|
| * bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-10
* | bpf: Make unnecessarily global functions staticTobias Klauser2017-01-10
* | bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser2017-01-10
* | bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-09
* | bpf: allow helpers access to variable memoryGianluca Borello2017-01-09
* | bpf: allow adjusted map element values to spillGianluca Borello2017-01-09
* | bpf: allow helpers access to map element valuesGianluca Borello2017-01-09
* | bpf: split check_mem_access logic for map valuesGianluca Borello2017-01-09
|/
* bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2016-12-17
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-17
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-17
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-17
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-08
* bpf: fix state equivalenceAlexei Starovoitov2016-12-08
* bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2016-12-07
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-05
* bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\
| * bpf: fix states equal logic for varlen accessJosef Bacik2016-11-30
* | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-02
* | bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-02
* | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-02
* | bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack2016-11-29
* | bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-27
* | bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-27
* | bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-25
* | cgroup: add support for eBPF programsDaniel Mack2016-11-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22
|\|
| * bpf: fix range arithmetic for bpf map accessJosef Bacik2016-11-16