summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-19/+84
|\
| * bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann2018-08-131-4/+32
| * bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+6
| * bpf: introduce cgroup storage mapsRoman Gushchin2018-08-031-0/+3
| * bpf: add ability to charge bpf maps memory dynamicallyRoman Gushchin2018-08-031-15/+43
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-131-2/+2
|\ \ | |/ |/|
| * Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar2018-07-171-78/+21
| |\
| * | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* | | bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2018-07-071-1/+3
| |/ |/|
* | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-78/+21
|/
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-151-3/+1
* bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-151-6/+2
* bpf: show prog and map id in fdinfoDaniel Borkmann2018-06-031-4/+8
* media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-301-0/+7
* bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+8
* bpf: introduce bpf subcommand BPF_TASK_FD_QUERYYonghong Song2018-05-241-0/+131
* bpf: get JITed image lengths of functions via syscallSandipan Das2018-05-241-0/+20
* bpf: fix multi-function JITed dump obtained via syscallSandipan Das2018-05-241-3/+34
* bpf: get kernel symbol addresses via syscallSandipan Das2018-05-241-0/+25
* bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau2018-05-231-9/+9
* bpf: Expose check_uarg_tail_zero()Martin KaFai Lau2018-05-231-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-161-2/+39
|\
| * bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-091-1/+16
| * bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-091-1/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-5/+14
|\ \ | |/ |/|
| * bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-05-031-2/+8
| * bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland2018-05-041-3/+6
* | nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-041-0/+2
* | bpf: remove tracepoints from bpf coreAlexei Starovoitov2018-04-301-14/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-261-0/+1
|\ \
| * | bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-261-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-2/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-241-2/+2
* | bpf: btf: Add pretty print support to the basic arraymapMartin KaFai Lau2018-04-191-1/+31
* | bpf: btf: Add BPF_OBJ_GET_INFO_BY_FD support to BTF fdMartin KaFai Lau2018-04-191-0/+2
* | bpf: btf: Add BPF_BTF_LOAD commandMartin KaFai Lau2018-04-191-0/+17
|/
* kernel/bpf/syscall: fix warning defined but not usedAnders Roxell2018-04-041-12/+12
* bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-0/+43
* bpf: Hooks for sys_connectAndrey Ignatov2018-03-311-0/+8
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-8/+28
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-1/+30
* bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov2018-03-281-0/+78
* bpf: follow idr code conventionShaohua Li2018-03-271-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+1
|\
| * bpf: skip unnecessary capability checkChenbo Feng2018-03-201-1/+1
* | bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-5/+9
|/
* bpf: Use the IS_FD_ARRAY() macro in map_update_elem()Mickaël Salaün2018-01-251-4/+1
* bpf: offload: report device information about offloaded mapsJakub Kicinski2018-01-181-0/+6
* bpf: allow socket_filter programs to use bpf_prog_test_runAlexei Starovoitov2018-01-181-0/+2
* bpf: add new jited info fields in bpf_dev_offload and bpf_prog_infoJiong Wang2018-01-181-13/+18