aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2026-05-10phy: spacemit: Remove incorrect clk_disable() in spacemit_usb2phy_init()Felix Gu1-1/+0
2026-05-10phy: eswin: Fix incorrect error check in probe()Yulin Lu1-2/+2
2026-05-10phy: qcom-qmp-ufs: Fix kaanapali PHY PLL lock failure after SM8650 G4 fixNitin Rawat1-0/+1
2026-05-10phy: exynos5-usbdrd: fix USB 2.0 HS PHY tuning values for Exynos7870Łukasz Lebiedziński1-3/+4
2026-05-10phy: tegra: xusb: Fix per-pad high-speed termination calibrationWayne Chang2-7/+27
2026-05-10phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL register accessGabor Juhos1-3/+2
2026-05-10ntfs: fix empty_buf and ra lifetime bugs in ntfs_empty_logfile()DaeMyung Kang1-1/+4
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds16-51/+189
2026-05-09bpf: Fix off-by-one boundary validation in arena direct-value accessJunyoung Jang1-1/+1
2026-05-09xskmap: reject TX-only AF_XDP socketsLinpu Yu1-0/+4
2026-05-09bpf: Don't run arg-tracking analysis twice on main subprogPaul Chaignon1-18/+7
2026-05-09Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-1/+1
2026-05-09Merge tag 'rust-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds5-110/+107
2026-05-10ntfs: validate attribute name bounds before returning itDaeMyung Kang1-8/+17
2026-05-10ntfs: fix MFT bitmap scan 2^32 boundary checkDaeMyung Kang1-1/+1
2026-05-10ntfs: validate MFT attrs_offset against bytes_in_useDaeMyung Kang1-1/+12
2026-05-09Merge tag 'hwmon-for-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds7-28/+75
2026-05-09Merge tag 'staging-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-1/+4
2026-05-09Merge tag 'usb-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds6-21/+34
2026-05-09Merge tag 'i2c-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds11-29/+53
2026-05-09Merge tag 'powerpc-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds18-121/+235
2026-05-08Merge tag 'x86-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+14
2026-05-09ntfs: fix missing kstrdup() error check in ntfs_write_volume_label()Zhan Xusheng1-4/+18
2026-05-08Merge tag 'timers-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+29
2026-05-08Merge tag 'sched-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-210/+579
2026-05-08Merge tag 'perf-urgent-2026-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-31/+115
2026-05-08net: wan: fsl_ucc_hdlc: free tx_skbuff in uhdlc_memcleanHolger Brunck1-0/+7
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski32-364/+415
2026-05-08sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris1-0/+9
2026-05-08net: ti: icssm-prueth: fix eth_ports_node leak in probeShitalkumar Gandhi1-0/+1
2026-05-08net: lan966x: avoid unregistering netdev on register failureMyeonghun Pak1-3/+5
2026-05-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+2
2026-05-08Merge tag 'pci-v7.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds4-9/+18
2026-05-08Merge branch 'intel-wired-lan-driver-updates-2026-05-04-i40e-ice-idpf'Jakub Kicinski9-22/+37
2026-05-08ice: dpll: fix misplaced header macrosIvan Vecera1-16/+16
2026-05-08ice: dpll: fix rclk pin state get for E810Ivan Vecera1-0/+5
2026-05-08ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-05-08ice: fix setting RSS VSI hash for E830Marcin Szycik1-1/+1
2026-05-08idpf: fix double free and use-after-free in aux device error pathsGreg Kroah-Hartman1-0/+6
2026-05-08idpf: fix read_dev_clk_lock spinlock init in idpf_ptp_init()Emil Tantilov1-2/+2
2026-05-08i40e: Cleanup PTP pins on probe failureMatt Vollrath3-1/+4
2026-05-08i40e: Cleanup PTP registration on probe failureMatt Vollrath1-0/+1
2026-05-08net: shaper: Reject reparenting of existing nodesMohsin Bashir1-7/+23
2026-05-08genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl2-3/+9
2026-05-08net: nsh: fix incorrect header length macrosIlya Maximets1-2/+2
2026-05-08net: ethtool: fix NULL pointer dereference in phy_reply_sizeQuan Sun1-2/+30
2026-05-08MAINTAINERS: change maintainers for macb Ethernet driverNicolas Ferre1-2/+2
2026-05-08net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea1-9/+12
2026-05-08Merge branch 'ipv6-flowlabel-per-netns-budget-for-unprivileged-callers'Jakub Kicinski2-15/+32
2026-05-08ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie2-3/+12