summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2016-11-16bpf: fix range arithmetic for bpf map accessJosef Bacik
2016-11-16bpf: Fix compilation warning in __bpf_lru_list_rotate_inactiveMartin KaFai Lau
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASHMartin KaFai Lau
2016-11-15bpf: Add BPF_MAP_TYPE_LRU_HASHMartin KaFai Lau
2016-11-15bpf: Refactor codes handling percpu mapMartin KaFai Lau
2016-11-15bpf: Add percpu LRU listMartin KaFai Lau
2016-11-15bpf: LRU ListMartin KaFai Lau
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14bpf: Use u64_to_user_ptr()Mickaël Salaün
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann
2016-11-09bpf: Remove unused but set variablesTobias Klauser
2016-11-07bpf: fix map not being uncharged during map creation failureDaniel Borkmann
2016-11-07bpf: fix htab map destruction when extra reserve is in useDaniel Borkmann
2016-10-31bpf, inode: add support for symlinks and fix mtime/ctimeDaniel Borkmann
2016-10-29bpf: Print function name in addition to function idThomas Graf
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-10-19bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-09-29bpf: allow access into map value arraysJosef Bacik
2016-09-27bpf: clean up put_cpu_var usageShaohua Li
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27bpf: Set register type according to is_valid_access()Mickaël Salaün
2016-09-21bpf: recognize 64bit immediate loads as constsJakub Kicinski
2016-09-21bpf: enable non-core use of the verfierJakub Kicinski
2016-09-21bpf: expose internal verfier structuresJakub Kicinski
2016-09-21bpf: don't (ab)use instructions to store stateJakub Kicinski
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2016-09-20bpf, verifier: enforce larger zero range for pkt on overloading stack buffsDaniel Borkmann
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: minor cleanups in helpersDaniel Borkmann
2016-09-08bpf: fix range propagation on direct packet accessDaniel Borkmann
2016-09-02bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov
2016-09-02bpf: support 8-byte metafield accessAlexei Starovoitov
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-12bpf: allow helpers access the packet directlyAlexei Starovoitov
2016-08-12bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2016-08-06bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov
2016-08-03bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-19bpf: enable direct packet data write for xdp progsBrenden Blanco
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2016-07-16bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-11bpf: make inode code explicitly non-modularPaul Gortmaker
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar
2016-07-01cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau
2016-07-01cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann