aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
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
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau1-0/+2
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-4/+4
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-2/+8
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller1-0/+1
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-1/+9
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend1-1/+9
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-2/+5
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-0/+7
2017-08-08bpf/verifier: rework value trackingEdward Cree1-22/+12
2017-07-17net: fix build error in devmap helper callsJohn Fastabend1-5/+20
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-0/+2
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+3
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-2/+7
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-0/+3
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song1-1/+10
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-1/+1
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau1-0/+1
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau1-0/+1
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov1-0/+1
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-8/+3
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-11/+5
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+7
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau1-0/+2