aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann3-3/+42
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann1-19/+45
2017-01-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann1-1/+1
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack2-1/+504
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+13
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann3-11/+13
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-2/+6
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann1-2/+1
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+2
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2-2/+2
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser1-7/+10
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser1-2/+1
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2-16/+16
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello1-10/+64
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello1-5/+16
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello1-2/+7
2017-01-09bpf: split check_mem_access logic for map valuesGianluca Borello1-39/+49
2016-12-17bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann1-3/+8
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann2-11/+41
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann3-14/+21
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann1-3/+8
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau3-2/+4
2016-12-08bpf: fix state equivalenceAlexei Starovoitov1-1/+1
2016-12-07bpf: fix loading of BPF_MAXINSNS sized programsDaniel Borkmann2-5/+2
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann3-1/+90
2016-12-05bpf: Preserve const register type on const OR alu opsGianluca Borello1-2/+7
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2-1/+37
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern2-18/+20
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf1-3/+11
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik1-2/+8
2016-11-29bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack1-2/+2
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann1-1/+53
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann1-2/+15
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack1-0/+81
2016-11-25cgroup: add support for eBPF programsDaniel Mack2-0/+168
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+47
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann1-0/+1
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik1-23/+47
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau1-1/+1
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2-8/+129
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau1-14/+252
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau1-26/+21
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau2-19/+151
2016-11-15bpf: LRU ListMartin KaFai Lau3-1/+648
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün1-17/+12
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann1-0/+11
2016-11-09bpf: Remove unused but set variablesTobias Klauser1-2/+0
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann1-1/+3