summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-16
* bpf: do not use KMALLOC_SHIFT_MAXMichal Hocko2017-01-10
* 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
* | bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann2016-11-21
* | bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau2016-11-16
* | bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau2016-11-15
* | bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau2016-11-15
* | bpf: Refactor codes handling percpu mapMartin KaFai Lau2016-11-15
* | bpf: Add percpu LRU listMartin KaFai Lau2016-11-15
* | bpf: LRU ListMartin KaFai Lau2016-11-15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\|
| * bpf: fix map not being uncharged during map creation failureDaniel Borkmann2016-11-07
| * bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann2016-11-07
* | bpf: Use u64_to_user_ptr()Mickaël Salaün2016-11-14
* | bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann2016-11-12
* | bpf: Remove unused but set variablesTobias Klauser2016-11-09
* | bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann2016-10-31
* | bpf: Print function name in addition to function idThomas Graf2016-10-29
* | bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-22
* | bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-19
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | bpf: allow access into map value arraysJosef Bacik2016-09-29
* | bpf: clean up put_cpu_var usageShaohua Li2016-09-27
* | bpf: Set register type according to is_valid_access()Mickaël Salaün2016-09-27
* | bpf: recognize 64bit immediate loads as constsJakub Kicinski2016-09-21
* | bpf: enable non-core use of the verfierJakub Kicinski2016-09-21
* | bpf: expose internal verfier structuresJakub Kicinski2016-09-21
* | bpf: don't (ab)use instructions to store stateJakub Kicinski2016-09-21
* | bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-20