summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
AgeCommit message (Expand)AuthorLines
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro-1/+1
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski-5/+0
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski-10/+0
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski-11/+12
2017-11-21bpf: offload: rename the ifindex fieldJakub Kicinski-2/+2
2017-11-05bpf, cgroup: implement eBPF-based device controller for cgroup v2Roman Gushchin-0/+7
2017-11-05cls_bpf: allow attaching programs loaded for specific deviceJakub Kicinski-0/+1
2017-11-05xdp: allow attaching programs loaded for specific deviceJakub Kicinski-4/+29
2017-11-05bpf: report offload info to user spaceJakub Kicinski-0/+5
2017-11-05bpf: offload: add infrastructure for loading programs for a specific netdevJakub Kicinski-4/+13
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng-2/+2
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng-2/+32
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng-10/+78
2017-10-18bpf: remove the verifier ops from program structureJakub Kicinski-10/+0
2017-10-18bpf: split verifier and program opsJakub Kicinski-3/+13
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer-1/+7
2017-10-07bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0Martin KaFai Lau-3/+2
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov-0/+34
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov-11/+26
2017-10-01bpf: Fix compiler warning on info.map_ids for 32bit platformMartin KaFai Lau-1/+1
2017-09-29bpf: Add map_name to bpf_map_infoMartin KaFai Lau-1/+6
2017-09-29bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau-1/+50
2017-09-19bpf: do not disable/enable BH in bpf_map_free_id()Eric Dumazet-2/+4
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend-10/+17
2017-09-05bpf: fix numa_node validationEric Dumazet-1/+2
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend-27/+11
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau-4/+10
2017-08-18bpf: fix a return in sockmap_get_from_fd()Dan Carpenter-2/+2
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend-1/+50
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend-1/+2
2017-08-08bpf: Extend check_uarg_tail_zero() checksMickaël Salaün-11/+15
2017-08-08bpf: Move check_uarg_tail_zero() upwardMickaël Salaün-26/+26
2017-07-29bpf: fix bpf_prog_get_info_by_fd to dump correct xlated_prog_lenDaniel Borkmann-1/+1
2017-07-29bpf: don't indicate success when copy_from_user failsDaniel Borkmann-1/+1
2017-07-05Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+16
2017-07-03bpf: export whether tail call has jited ownerDaniel Borkmann-1/+6
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo-0/+5
2017-06-30bpf: don't open-code memdup_user()Al Viro-29/+16
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau-3/+13
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau-17/+146
2017-06-06bpf: Add BPF_MAP_GET_FD_BY_IDMartin KaFai Lau-10/+85
2017-06-06bpf: Add BPF_PROG_GET_FD_BY_IDMartin KaFai Lau-10/+81
2017-06-06bpf: Add BPF_(PROG|MAP)_GET_NEXT_ID commandMartin KaFai Lau-0/+38
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau-1/+33
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau-1/+39
2017-06-02bpf: Remove the capability check for cgroup skb eBPF programChenbo Feng-1/+3
2017-05-11bpf: Add strict alignment flag for BPF_PROG_LOAD.David S. Miller-1/+4
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko-2/+1
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin-8/+12
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg-18/+19