summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song2018-12-101-19/+19
* bpf: clean up bpf_prog_get_info_by_fd()Song Liu2018-12-101-2/+2
* bpf: Add bpf_line_info supportMartin KaFai Lau2018-12-091-6/+77
* bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2018-12-061-26/+20Star
* bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau2018-12-021-0/+2
* bpf: Add BPF_F_ANY_ALIGNMENT.David Miller2018-12-011-1/+6
* bpf: btf: support proper non-jit func infoYonghong Song2018-11-271-25/+8Star
* bpf: Introduce bpf_func_infoYonghong Song2018-11-201-4/+55
* bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann2018-11-021-0/+1
* bpf: show main program address and length in bpf_prog_infoSong Liu2018-11-021-9/+24
* bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu2018-11-021-1/+0Star
* bpf: remove unused variableAlexei Starovoitov2018-10-191-1/+1
* bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B2018-10-191-0/+66
* bpf: add queue and stack mapsMauricio Vasquez B2018-10-191-0/+6
* bpf/syscall: allow key to be null in map functionsMauricio Vasquez B2018-10-191-4/+15
* bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann2018-10-151-3/+3
* bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione2018-10-131-0/+13
* bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole2018-10-101-2/+7
* bpf: introduce per-cpu cgroup local storageRoman Gushchin2018-10-011-2/+9
* bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin2018-10-011-2/+7
* flow_dissector: implements flow dissector BPF hookPetar Penkov2018-09-141-0/+8
* bpf: remove duplicated include from syscall.cYueHaibing2018-08-291-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-161-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/+21Star
| |\
| * | 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-081-1/+3
| |/ |/|
* | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-78/+21Star
|/
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-151-3/+1Star
* bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-151-6/+2Star
* 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-251-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-171-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-121-5/+14
|\ \ | |/ |/|
| * bpf: use array_index_nospec in find_prog_typeDaniel Borkmann2018-05-041-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