aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/syscall.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+37
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-03-01bpf: drop refcount if bpf_map_new_fd() fails in map_create()Peng Sun1-2/+2
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-2/+10
2019-02-27bpf: expose program stats via bpf_prog_infoAlexei Starovoitov1-0/+5
2019-02-27bpf: enable program statsAlexei Starovoitov1-2/+32
2019-02-26bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()Peng Sun1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+10
2019-02-01bpf: introduce BPF_F_LOCK flagAlexei Starovoitov1-2/+23
2019-02-01bpf: add support for bpf_spin_lock to cgroup local storageAlexei Starovoitov1-1/+2
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-2/+19
2019-01-31bpf: Fix syscall's stackmap lookup potential deadlockMartin KaFai Lau1-2/+10
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu1-0/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-18bpf: support raw tracepoints in modulesMatt Mullins1-3/+8
2018-12-17bpf: remove useless version check for prog loadDaniel Borkmann1-5/+0
2018-12-13bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dumpDaniel Borkmann1-7/+0
2018-12-13bpf: include sub program tags in bpf_prog_infoSong Liu1-0/+22
2018-12-13bpf: Remove bpf_dump_raw_ok() check for func_info and line_infoMartin KaFai Lau1-20/+12
2018-12-12bpf: pass struct btf pointer to the map_check_btf() callbackRoman Gushchin1-1/+2
2018-12-10bpf: rename *_info_cnt to nr_*_info in bpf_prog_infoYonghong Song1-19/+19
2018-12-10bpf: clean up bpf_prog_get_info_by_fd()Song Liu1-2/+2
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-6/+77
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau1-26/+20
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau1-0/+2
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller1-1/+6
2018-11-26bpf: btf: support proper non-jit func infoYonghong Song1-25/+8
2018-11-20bpf: Introduce bpf_func_infoYonghong Song1-4/+55
2018-11-02bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann1-0/+1
2018-11-02bpf: show main program address and length in bpf_prog_infoSong Liu1-9/+24
2018-11-02bpf: show real jited address in bpf_prog_info->jited_ksymsSong Liu1-1/+0
2018-10-19bpf: remove unused variableAlexei Starovoitov1-1/+1
2018-10-19bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscallMauricio Vasquez B1-0/+66
2018-10-19bpf: add queue and stack mapsMauricio Vasquez B1-0/+6
2018-10-19bpf/syscall: allow key to be null in map functionsMauricio Vasquez B1-4/+15
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-3/+3
2018-10-12bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-10-09bpf: error handling when map_lookup_elem isn't supportedPrashant Bhole1-2/+7
2018-10-01bpf: introduce per-cpu cgroup local storageRoman Gushchin1-2/+9
2018-10-01bpf: extend cgroup bpf core to allow multiple cgroup storage typesRoman Gushchin1-2/+7
2018-09-14flow_dissector: implements flow dissector BPF hookPetar Penkov1-0/+8
2018-08-29bpf: remove duplicated include from syscall.cYueHaibing1-1/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-19/+84
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann1-4/+32
2018-08-11bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-0/+6
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-17Merge tag 'v4.18-rc5' into locking/core, to pick up fixesIngo Molnar1-78/+21