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-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko
2020-06-11Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()Al Viro
2020-06-02mm: remove vmalloc_user_node_flagsChristoph Hellwig
2020-06-02mm: remove __vmalloc_node_flags_callerChristoph Hellwig
2020-06-02bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki
2020-06-02net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki
2020-06-02bpf: Change kvfree to kfree in generic_map_lookup_batch()Denis Efremov
2020-06-02bpf: Implement BPF ring buffer and verifier support for itAndrii Nakryiko
2020-06-02bpf: Fix map permissions checkAnton Protopopov
2020-06-02bpf: Fix returned error sign when link doesn't support updatesJakub Sitnicki
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-21bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-19bpf: Add get{peer, sock}name attach types for sock_addrDaniel Borkmann
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15bpf: Implement CAP_BPFAlexei Starovoitov
2020-05-10bpf: Add bpf_map 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-02bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-04-30bpf: Fix unused variable warningArnd Bergmann
2020-04-29bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-04-29bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko
2020-04-29bpf: Allocate ID for bpf_linkAndrii Nakryiko
2020-04-29bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-25bpf: Make bpf_link_fops staticZou Wei
2020-04-25bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-14bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-03-31bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko
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: lsm: Implement attach, detach and executionKP Singh
2020-03-27bpf: Remove unused vairable 'bpf_xdp_link_lops'YueHaibing
2020-03-27bpf: Factor out attach_type to prog_type mapping for attach/detachAndrii Nakryiko
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-20bpf: Explicitly memset some bpf info structures declared on the stackGreg Kroah-Hartman
2020-03-20bpf: Explicitly memset the bpf_attr structureGreg Kroah-Hartman
2020-03-17bpf: Sanitize the bpf_struct_ops tcp-cc nameMartin KaFai Lau
2020-03-13bpf: Abstract away entire bpf_link clean up procedureAndrii Nakryiko
2020-03-11bpf: Add bpf_link_new_file that doesn't install FDAndrii Nakryiko
2020-03-06bpf: Do not allow map_freeze in struct_ops mapMartin KaFai Lau
2020-03-05bpf: Introduce BPF_MODIFY_RETURNKP Singh
2020-03-03bpf: Introduce pinnable bpf_link abstractionAndrii Nakryiko
2020-02-28bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau