Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-02bpf: Use tracing helpers for lsm programsJiri Olsa
2020-06-02bpf: Add support to attach bpf program to a devmap entryDavid Ahern
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-13bpf: Enable bpf_iter targets registering ctx argument typesYonghong Song
2020-05-13bpf: Change func bpf_iter_unreg_target() signatureYonghong Song
2020-05-13bpf: net: Refactor bpf_iter target registrationYonghong Song
2020-05-13bpf: Change btf_iter func proto prefix to "bpf_iter_"Yonghong Song
2020-05-10bpf: Add PTR_TO_BTF_ID_OR_NULL supportYonghong Song
2020-05-10bpf: Add bpf_map iteratorYonghong Song
2020-05-10bpf: Implement common macros/helpers for target iteratorsYonghong Song
2020-05-10bpf: Create file bpf iteratorYonghong Song
2020-05-10bpf: Create anonymous bpf iteratorYonghong Song
2020-05-10bpf: Support bpf tracing/iter programs for BPF_LINK_CREATEYonghong Song
2020-05-10bpf: Allow loading of a bpf_iter programYonghong Song
2020-05-10bpf: Implement an interface to register bpf_iter targetsYonghong Song
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu
2020-04-29bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-04-29bpf: Allocate ID for bpf_linkAndrii Nakryiko
2020-04-29bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-31bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2020-03-30bpf: Introduce BPF_PROG_TYPE_LSMKP Singh
2020-03-28bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann
2020-03-28bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-03-13bpf: Remove bpf_image treeJiri Olsa
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa
2020-03-13bpf: Add trampolines to kallsymsJiri Olsa
2020-03-13bpf: Add bpf_ksym_add/del functionsJiri Olsa
2020-03-13bpf: Add prog flag to struct bpf_ksym objectJiri Olsa
2020-03-13bpf: Move ksym_tnode to bpf_ksymJiri Olsa
2020-03-13bpf: Move lnode list node to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add name to struct bpf_ksymJiri Olsa
2020-03-13bpf: Add struct bpf_ksymJiri Olsa
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko
2020-03-13bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko
2020-03-10bpf: sockmap: Move generic sockmap hooks from BPF TCPLorenz Bauer
2020-03-05bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh
2020-03-05bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-05bpf: Refactor trampoline update codeKP Singh
2020-03-03bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-02-28bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-28bpf: Replace zero-length array with flexible-array memberGustavo A. R. Silva