summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds15-182/+682
2026-04-14sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-04-14sctp: fix missing encap_port propagation for GSO fragmentsXin Long1-0/+1
2026-04-14Merge branch 'net-airoha-preliminary-series-to-support-multiple-net_devices-c...Jakub Kicinski1-42/+43
2026-04-14net: airoha: Rely on net_device pointer in ETS callbacksLorenzo Bianconi1-16/+14
2026-04-14net: airoha: Rely on net_device pointer in HTB callbacksLorenzo Bianconi1-21/+24
2026-04-14net: airoha: Rely on net_device pointer in airoha_dev_setup_tc_block signatureLorenzo Bianconi1-5/+5
2026-04-14Merge branch 'net-dsa-mxl862xx-add-statistics-support'Jakub Kicinski5-7/+588
2026-04-14net: dsa: mxl862xx: implement .get_stats64Daniel Golle3-7/+270
2026-04-14net: dsa: mxl862xx: add ethtool statistics supportDaniel Golle3-0/+318
2026-04-14Merge tag 'affs-for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2026-04-14net: phy: realtek: use LEDCR page number define on RTL8211FAleksander Jan Bajkowski1-2/+3
2026-04-14Merge tag 'for-7.1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds63-1078/+2558
2026-04-14Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds37-618/+1185
2026-04-14bnge: return after auxiliary_device_uninit() in error pathGreg Kroah-Hartman1-0/+1
2026-04-14docs: security: ipe: fix typos and grammarEvan Ducas1-5/+5
2026-04-14tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima1-1/+1
2026-04-14f2fs: fix uninitialized kobject put in f2fs_init_sysfs()Guangshuo Li1-4/+6
2026-04-14f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show()Yongpeng Yang1-2/+5
2026-04-14f2fs: disallow setting an extension to both cold and hotYongpeng Yang1-0/+15
2026-04-14Merge tag 'for-7.1/block-20260411' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds121-3088/+5468
2026-04-14f2fs: fix node_cnt race between extent node destroy and writebackYongpeng Yang1-7/+10
2026-04-14f2fs: allow empty mount string for Opt_usr|grp|projjquotaJaegeuk Kim1-12/+15
2026-04-14udp: Force compute_score to always inlineGabriel Krisman Bertazi2-12/+13
2026-04-14Merge tag 'landlock-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-794/+1650
2026-04-14Merge branch 'octeon_ep_vf-fix-napi_build_skb-null-dereference'Jakub Kicinski1-11/+36
2026-04-14octeon_ep_vf: add NULL check for napi_build_skb()David Carlier1-2/+28
2026-04-14octeon_ep_vf: introduce octep_vf_oq_next_idx() helperDavid Carlier1-9/+8
2026-04-14Merge tag 'selinux-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2026-04-14Merge branch 'net-qrtr-ns-a-bunch-of-fixs'Jakub Kicinski1-10/+69
2026-04-14net: qrtr: ns: Fix use-after-free in driver remove()Manivannan Sadhasivam1-0/+11
2026-04-14net: qrtr: ns: Limit the total number of nodesManivannan Sadhasivam1-2/+14
2026-04-14net: qrtr: ns: Free the node during ctrl_cmd_bye()Manivannan Sadhasivam1-5/+15
2026-04-14net: qrtr: ns: Limit the maximum number of lookupsManivannan Sadhasivam1-2/+12
2026-04-14net: qrtr: ns: Limit the maximum server registration per nodeManivannan Sadhasivam1-5/+21
2026-04-14Merge tag 'lsm-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-88/+424
2026-04-14Merge tag 'audit-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-10/+20
2026-04-14Merge branch 'net-move-getsockopt-away-from-__user-buffers'Jakub Kicinski4-26/+94
2026-04-14can: raw: convert to getsockopt_iterBreno Leitao1-15/+13
2026-04-14af_packet: convert to getsockopt_iterBreno Leitao1-8/+7
2026-04-14net: call getsockopt_iter if availableBreno Leitao1-3/+51
2026-04-14net: add getsockopt_iter callback to proto_opsBreno Leitao1-0/+23
2026-04-14NFSv4.1: Apply session size limits on clone pathTushar Sariya3-2/+7
2026-04-14NFSv4: retry GETATTR if GET_DIR_DELEGATION failedOlga Kornievskaia1-0/+8
2026-04-14NFS: fix RENAME attr in presence of directory delegationsOlga Kornievskaia2-1/+3
2026-04-14net: phy: qcom: at803x: Use the correct bit to disable extended next pageMaxime Chevallier2-2/+3
2026-04-14net: stmmac: enable RPS and RBU interruptsRussell King (Oracle)1-0/+6
2026-04-14Merge tag 'for-net-next-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski21-241/+476
2026-04-14Merge tag 'vfs-7.1-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds50-252/+225
2026-04-14vfio/xe: Add a missing vfio_pci_core_release_dev()MichaƂ Winiarski1-0/+1