aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-03bpf: introduce cgroup storage mapsRoman Gushchin1-0/+3
2018-08-03bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin1-15/+43
2018-07-07bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend1-1/+3
2018-06-26bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young1-78/+21
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann1-3/+1
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann1-6/+2
2018-06-03bpf: show prog and map id in fdinfoDaniel Borkmann1-4/+8
2018-05-30media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young1-0/+7
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-0/+8
2018-05-24bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song1-0/+131
2018-05-24bpf: get JITed image lengths of functions via syscallSandipan Das1-0/+20
2018-05-24bpf: fix multi-function JITed dump obtained via syscallSandipan Das1-3/+34
2018-05-24bpf: get kernel symbol addresses via syscallSandipan Das1-0/+25
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau1-9/+9
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau1-7/+7
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+39
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+14
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau1-1/+16
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau1-1/+23
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski1-0/+2
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann1-2/+8
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland1-3/+6
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov1-14/+1
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa1-0/+1
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend1-2/+2
2018-04-19bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau1-1/+31
2018-04-19bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau1-0/+2
2018-04-19bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau1-0/+17
2018-04-04kernel/bpf/syscall: fix warning defined but not usedAnders Roxell1-12/+12
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-0/+43
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov1-0/+8
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-8/+28
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov1-1/+30
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov1-0/+78
2018-03-27bpf: follow idr code conventionShaohua Li1-0/+4
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-20bpf: skip unnecessary capability checkChenbo Feng1-1/+1
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend1-5/+9
2018-01-25bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün1-4/+1
2018-01-18bpf: offload: report device information about offloaded mapsJakub Kicinski1-0/+6
2018-01-18bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov1-0/+2
2018-01-18bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang1-13/+18
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski1-6/+38
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski1-0/+10
2018-01-14bpf: add map_alloc_check callbackJakub Kicinski1-4/+13
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro1-1/+1
2017-12-31bpf: offload: report device information for offloaded programsJakub Kicinski1-0/+6