summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorLines
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+8
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern-1/+37
2016-12-02bpf: Refactor cgroups code in prep for new typeDavid Ahern-18/+20
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf-3/+11
2016-11-30bpf: fix states equal logic for varlen accessJosef Bacik-2/+8
2016-11-29bpf: cgroup: fix documentation of __cgroup_bpf_update()Daniel Mack-2/+2
2016-11-27bpf: allow for mount options to specify permissionsDaniel Borkmann-1/+53
2016-11-27bpf: add owner_prog_type and accounted mem to array map's fdinfoDaniel Borkmann-2/+15
2016-11-25bpf: add BPF_PROG_ATTACH and BPF_PROG_DETACH commandsDaniel Mack-0/+81
2016-11-25cgroup: add support for eBPF programsDaniel Mack-0/+168
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-23/+47
2016-11-21bpf, mlx5: fix mlx5e_create_rq taking reference on progDaniel Borkmann-0/+1
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik-23/+47
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau-1/+1
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau-8/+129
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau-14/+252
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau-26/+21
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau-19/+151
2016-11-15bpf: LRU ListMartin KaFai Lau-1/+648
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+5
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün-17/+12
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann-0/+11
2016-11-09bpf: Remove unused but set variablesTobias Klauser-2/+0
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann-1/+3
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann-1/+2
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann-6/+39
2016-10-29bpf: Print function name in addition to function idThomas Graf-8/+27
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann-0/+13
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf-16/+45
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2016-09-29bpf: allow access into map value arraysJosef Bacik-18/+311
2016-09-27bpf: clean up put_cpu_var usageShaohua Li-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani-1/+1
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün-3/+2
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski-2/+12
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski-0/+68
2016-09-21bpf: expose internal verfier structuresJakub Kicinski-163/+103
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski-30/+40
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann-14/+43
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann-1/+1
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann-38/+15
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann-3/+3
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann-15/+40
2016-09-02bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov-1/+21
2016-09-02bpf: support 8-byte metafield accessAlexei Starovoitov-3/+6
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2016-08-12bpf: allow helpers access the packet directlyAlexei Starovoitov-18/+43
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann-2/+2
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon-2/+4
2016-08-06bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov-11/+73