summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
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
2017-12-31bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski
2017-12-31bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song
2017-12-12add infrastructure for tagging functions as error injectableJosef Bacik
2017-12-12bpf/tracing: allow user space to query prog array on the same tpYonghong Song
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski
2017-11-05bpf: report offload info to user spaceJakub Kicinski
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski
2017-10-27bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski
2017-10-18bpf: remove the verifier ops from program structureJakub Kicinski
2017-10-18bpf: split verifier and program opsJakub Kicinski
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-10-07bpf: Use char in prog and map nameMartin KaFai Lau
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller