aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2017-04-11bpf: pass sk to helper functionsWillem de Bruijn1-1/+4
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg5-157/+32
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-16/+11
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg1-6/+6
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+42
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-2/+25
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann1-20/+38
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann1-0/+1
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov1-2/+3
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-73/+71
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau3-2/+131
2017-03-22bpf: Add array of maps supportMartin KaFai Lau6-12/+222
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau2-9/+15
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-73/+71
2017-03-16bpf: inline htab_map_lookup_elem()Alexei Starovoitov1-1/+30
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2-3/+62
2017-03-16bpf: adjust insn_aux_data when patching insnsAlexei Starovoitov1-5/+39
2017-03-16bpf: refactor fixup_bpf_calls()Alexei Starovoitov1-41/+35
2017-03-16bpf: move fixup_bpf_calls() functionAlexei Starovoitov2-56/+57
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov1-34/+60
2017-03-09bpf: fix struct htab_elem layoutAlexei Starovoitov1-5/+20
2017-03-05bpf: add get_next_key callback to LPM mapAlexei Starovoitov1-0/+6
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01bpf: update the comment about the length of analysisGary Lin1-1/+1
2017-02-23bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King1-1/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann2-0/+225
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann1-1/+11
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann4-11/+11
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-18/+61
2017-02-14bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu1-0/+5
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov2-18/+61
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann1-9/+27
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu1-1/+1
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-36/+50
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-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann4-36/+50
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