summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
...
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-22/+11Star
* bpf: add verifier callback to get stack usage info for offloaded progsQuentin Monnet2018-10-081-0/+1
* bpf: Add PTR_TO_SOCKET verifier typeJoe Stringer2018-10-031-0/+34
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-011-0/+1
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-2/+9
* flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+1
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-4/+9
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+28
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-031-0/+2
* bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-031-0/+1
* bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-031-6/+13
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+1
* bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-0/+2
* bpf: offload: allow program and map sharing per-ASICJakub Kicinski2018-07-181-0/+1
* bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-181-2/+7
* bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-181-0/+3
* bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-181-1/+1
* bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-181-1/+1
* bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-0/+8
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+12
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-041-0/+1
* xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-251-2/+4
* bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-251-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-041-0/+2
* bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-041-2/+0Star
* bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-041-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-261-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-251-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-131-11/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-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