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