summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: update the comment about the length of analysisGary Lin2017-03-011-1/+1
* bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King2017-02-231-1/+1
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-172-0/+225
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-1/+11
* bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann2017-02-174-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-162-18/+61
|\
| * bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2017-02-122-18/+61
* | bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu2017-02-141-0/+5
* | bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann2017-02-081-9/+27
* | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-284-36/+50
|\|
| * bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-184-36/+50
* | bpf: add initial bpf tracepointsDaniel Borkmann2017-01-253-3/+42
* | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-19/+45
* | bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann2017-01-231-1/+1
* | bpf: add a longest prefix match trie map implementationDaniel Mack2017-01-232-1/+504
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-173-11/+13
|\|
| * bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-163-11/+13
* | bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-2/+6
* | bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-121-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-112-2/+2
|\|
| * bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-102-2/+2
* | bpf: Make unnecessarily global functions staticTobias Klauser2017-01-101-7/+10
* | bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser2017-01-101-2/+1
* | bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-092-16/+16
* | bpf: allow helpers access to variable memoryGianluca Borello2017-01-091-10/+64
* | bpf: allow adjusted map element values to spillGianluca Borello2017-01-091-5/+16
* | bpf: allow helpers access to map element valuesGianluca Borello2017-01-091-2/+7
* | bpf: split check_mem_access logic for map valuesGianluca Borello2017-01-091-39/+49
|/
* bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann2016-12-171-3/+8
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-172-11/+41
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-173-14/+21
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-171-3/+8
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-083-2/+4
* bpf: fix state equivalenceAlexei Starovoitov2016-12-081-1/+1
* bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2016-12-072-5/+2
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-053-1/+90
* bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-051-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-2/+8
|\
| * bpf: fix states equal logic for varlen accessJosef Bacik2016-11-301-2/+8
* | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-022-1/+37
* | bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-022-18/+20
* | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-021-3/+11
* | bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack2016-11-291-2/+2
* | bpf: allow for mount options to specify permissionsDaniel Borkmann2016-11-271-1/+53
* | bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann2016-11-271-2/+15
* | bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack2016-11-251-0/+81
* | cgroup: add support for eBPF programsDaniel Mack2016-11-252-0/+168
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-23/+47
|\|
| * bpf: fix range arithmetic for bpf map accessJosef Bacik2016-11-161-23/+47