summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-031-0/+1
* xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-241-2/+4
* bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-241-3/+13
* bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-231-2/+2
* bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-231-0/+2
* bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-0/+8
* bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
* bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski2018-05-041-0/+5
* bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-031-0/+2
* bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-2/+0
* bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-031-0/+25
* bpf: add bpf_get_stack helperYonghong Song2018-04-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-1/+3
|\
| * bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-241-1/+1
| * bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAYRoman Gushchin2018-04-231-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-241-2/+2
|\|
| * bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-111-2/+2
* | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-191-3/+17
|/
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-1/+4
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-0/+1
* bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-181-0/+2
* bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang2018-01-181-0/+2
* bpf: offload: add map offload infrastructureJakub Kicinski2018-01-141-0/+59
* bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-141-2/+2
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-0/+1
* bpf: add map_alloc_check callbackJakub Kicinski2018-01-141-0/+1
* error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-121-11/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-8/+18
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-8/+18
| |\
| | * bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-01-091-8/+16
| | * bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-091-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-0/+10
|\| |
| * | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-051-0/+10
| |/
* | bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-041-1/+1
* | bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-311-0/+2
* | bpf: offload: free program id when device disappearsJakub Kicinski2017-12-311-0/+2
* | bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-311-2/+7
* | bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski2017-12-311-1/+2
* | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-0/+3
* | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-171-0/+1
* | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-131-1/+0
* | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-121-0/+11
* | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-121-0/+4
|/
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-0/+1
* bpf: revert report offload info to user spaceJakub Kicinski2017-11-211-1/+0
* bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-211-7/+6
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-211-2/+2
* xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-051-0/+10
* bpf: report offload info to user spaceJakub Kicinski2017-11-051-0/+1
* bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-051-0/+36