summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)Author
2017-06-07bpf: adjust verifier heuristicsDaniel Borkmann
2017-06-07bpf: fix wrong exposure of map_flags into fdinfo for lpmDaniel Borkmann
2017-05-14bpf: don't let ldimm64 leak map addresses on unprivilegedDaniel Borkmann
2017-05-14bpf: enhance verifier to understand stack pointer arithmeticYonghong Song
2017-04-17bpf: fix checking xdp_adjust_head on tail callsDaniel Borkmann
2017-04-17bpf: fix cb access in socket filter programs on tail callsDaniel Borkmann
2017-04-11bpf: reference may_access_skb() from __bpf_prog_run()Johannes Berg
2017-04-01bpf, verifier: fix rejection of unaligned access checks for map_value_adjDaniel Borkmann
2017-04-01bpf, verifier: fix alu ops against map_value{, _adj} register typesDaniel Borkmann
2017-03-24bpf: improve verifier packet range checksAlexei Starovoitov
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov
2017-03-09bpf: convert htab map to hlist_nullsAlexei Starovoitov
2017-03-09bpf: fix struct htab_elem layoutAlexei Starovoitov
2017-03-05bpf: add get_next_key callback to LPM mapAlexei Starovoitov
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-01bpf: update the comment about the length of analysisGary Lin
2017-02-23bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-14bpf: reduce compiler warnings by adding fallthrough commentsAlexander Alemayhu
2017-02-12bpf: introduce BPF_F_ALLOW_OVERRIDE flagAlexei Starovoitov
2017-02-08bpf, lpm: fix overflows in trie_alloc checksDaniel Borkmann
2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann
2017-01-23bpf, lpm: fix kfree of im_node in trie_update_elemDaniel Borkmann
2017-01-23bpf: add a longest prefix match trie map implementationDaniel Mack
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-10bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko
2017-01-10bpf: Make unnecessarily global functions staticTobias Klauser
2017-01-10bpf: Remove unused but set variable in __bpf_lru_list_shrink_inactive()Tobias Klauser
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello
2017-01-09bpf: split check_mem_access logic for map valuesGianluca Borello
2016-12-17bpf: fix mark_reg_unknown_value for spilled regs on map value markingDaniel Borkmann
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau