aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAge
* bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-12
* bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-10
* bpf: introduce the bpf_get_local_storage() helper functionRoman Gushchin2018-08-02
* bpf/verifier: introduce BPF_PTR_TO_MAP_VALUERoman Gushchin2018-08-02
* bpf: extend bpf_prog_array to store pointers to the cgroup storageRoman Gushchin2018-08-02
* bpf: introduce cgroup storage mapsRoman Gushchin2018-08-02
* bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-02
* bpf: offload: allow program and map sharing per-ASICJakub Kicinski2018-07-18
* bpf: offload: keep the offload state per-ASICJakub Kicinski2018-07-18
* bpf: offload: aggregate offloads per-deviceJakub Kicinski2018-07-18
* bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match()Jakub Kicinski2018-07-18
* bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2018-07-18
* bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-26
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-15
* bpf: implement bpf_get_current_cgroup_id() helperYonghong Song2018-06-03
* xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer2018-05-24
* bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer2018-05-24
* bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-23
* bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-23
* bpf: sockmap, add hash map supportJohn Fastabend2018-05-15
* bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-09
* bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski2018-05-04
* bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-03
* bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-03
* bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-03
* bpf: add bpf_get_stack helperYonghong Song2018-04-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-25
|\
| * bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-23
| * bpf: disable and restore preemption in __BPF_PROG_RUN_ARRAYRoman Gushchin2018-04-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-24
|\|
| * bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-10
* | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-19
|/
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-30
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-19
* bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-18
* bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang2018-01-17
* bpf: offload: add map offload infrastructureJakub Kicinski2018-01-14
* bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-14
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-14
* bpf: add map_alloc_check callbackJakub Kicinski2018-01-14
* error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-10
| |\
| | * bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-01-09
| | * bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-08
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-09
|\| |
| * | fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-05
| |/
* | bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-04
* | bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-31
* | bpf: offload: free program id when device disappearsJakub Kicinski2017-12-31