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