aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello1-3/+0
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-5/+25
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng1-0/+3
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng1-0/+6
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-3/+5
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski1-0/+3
2017-10-18bpf: remove the verifier ops from program structureJakub Kicinski1-1/+0
2017-10-18bpf: split verifier and program opsJakub Kicinski1-5/+10
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-1/+30
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani1-0/+5
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau1-2/+2
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov1-0/+3
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov1-0/+32
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau1-0/+1