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
2022-07-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-07-22bpf: Support bpf_trampoline on functions with IPMODIFY (e.g. livepatch)Song Liu
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionSong Liu
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockSong Liu
2022-07-22bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTFKumar Kartikeya Dwivedi
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski
2022-07-22net: netfilter: Add kfuncs to set and change CT statusLorenzo Bianconi
2022-07-22net: netfilter: Add kfuncs to set and change CT timeoutKumar Kartikeya Dwivedi
2022-07-22net: netfilter: Add kfuncs to allocate and insert CTLorenzo Bianconi
2022-07-22bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi
2022-07-22bpf: Introduce 8-byte BTF setKumar Kartikeya Dwivedi
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-21Merge tag 'net-5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-07-21mmu_gather: Force tlb-flush VM_PFNMAP vmasPeter Zijlstra
2022-07-21mmu_gather: Let there be one tlb_{start,end}_vma() implementationPeter Zijlstra
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra
2022-07-21net/cdc_ncm: Increase NTB max RX/TX values to 64kbƁukasz Spintzyk
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-07-21Merge tag 'mlx5-updates-2022-07-17' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-07-20bpf: Fix bpf_trampoline_{,un}link_cgroup_shim ifdef guardsStanislav Fomichev
2022-07-20Merge tag 'linux-can-next-for-5.20-20220720' of git://git.kernel.org/pub/scm/...David S. Miller
2022-07-20tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-20udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-07-20ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-20can: error: add definitions for the different CAN error thresholdsVincent Mailhol
2022-07-20can: add CAN_ERR_CNT flag to notify availability of error counterVincent Mailhol
2022-07-20can: error: specify the values of data[5..7] of CAN error framesVincent Mailhol
2022-07-20net/sched: remove qdisc_root_lock() helperDavide Caratti
2022-07-20Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski
2022-07-20net: introduce __skb_fill_page_desc_noaccPavel Begunkov
2022-07-20net: introduce managed frags infrastructurePavel Begunkov
2022-07-20net: Allow custom iter handler in msghdrDavid Ahern
2022-07-20skbuff: carry external ubuf_info in msghdrPavel Begunkov
2022-07-19net/mlx5: Expose ts_cqe_metadata_size2wqe_counterAya Levin
2022-07-19bpf: fix bpf_skb_pull_data documentationJoanne Koong
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao
2022-07-19amt: use workqueue for gateway side message handlingTaehee Yoo
2022-07-19net: devlink: remove unused locked functionsJiri Pirko
2022-07-19netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko
2022-07-19net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko
2022-07-19skbuff: add SKBFL_DONT_ORPHAN flagPavel Begunkov
2022-07-18tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-18tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima