aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski1-2/+7
2017-12-31bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski1-1/+2
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov1-0/+3
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov1-0/+1
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song1-1/+0
2017-12-12add infrastructure for tagging functions as error injectableJosef Bacik1-0/+11
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song1-0/+4
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski1-1/+0
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski1-7/+6
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-2/+2
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski1-0/+10
2017-11-05bpf: report offload info to user spaceJakub Kicinski1-0/+1
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski1-0/+36