aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-09
|\
| * fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-05
* | bpf: only build sockmap with CONFIG_INETJohn Fastabend2018-01-04
* | bpf: offload: report device information for offloaded programsJakub Kicinski2017-12-31
* | bpf: offload: free program id when device disappearsJakub Kicinski2017-12-31
* | bpf: offload: allow netdev to disappear while verifier is runningJakub Kicinski2017-12-31
* | bpf: offload: don't use prog->aux->offload as booleanJakub Kicinski2017-12-31
* | bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-17
* | bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-17
* | bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song2017-12-13
* | add infrastructure for tagging functions as error injectableJosef Bacik2017-12-12
* | bpf/tracing: allow user space to query prog array on the same tpYonghong Song2017-12-12
|/
* bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-22
* bpf: revert report offload info to user spaceJakub Kicinski2017-11-20
* bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski2017-11-20
* bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-20
* xdp: allow attaching programs loaded for specific deviceJakub Kicinski2017-11-05
* bpf: report offload info to user spaceJakub Kicinski2017-11-05
* bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski2017-11-05
* bpf: remove tail_call and get_stackid helper declarations from bpf.hGianluca Borello2017-10-27
* bpf: permit multiple bpf attachments for a single perf eventYonghong Song2017-10-24
* selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-10-20
* security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-10-20
* bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
* bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski2017-10-18
* bpf: remove the verifier ops from program structureJakub Kicinski2017-10-18
* bpf: split verifier and program opsJakub Kicinski2017-10-18
* bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer2017-10-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-09
|\
| * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-09
* | bpf: Use char in prog and map nameMartin KaFai Lau2017-10-07
* | bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov2017-10-04
* | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-04
* | bpf: Add map_name to bpf_map_infoMartin KaFai Lau2017-09-29
* | bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau2017-09-29
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-26
|/
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-09
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-28
* bpf: linux/bpf.h needs linux/numa.hDavid S. Miller2017-08-20
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-20
* bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-16
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-16
* bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-16
* bpf/verifier: rework value trackingEdward Cree2017-08-08
* net: fix build error in devmap helper callsJohn Fastabend2017-07-18
* xdp: Add batching support to redirect mapJohn Fastabend2017-07-17
* bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-17
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-03
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-29
* bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-23