summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: micrel: Fix receiving the timestamp in the frame for lan8841Horatiu Vultur1-1/+2
2024-05-13net: fec: remove .ndo_poll_controller to avoid deadlocksWei Fang1-26/+0
2024-05-13dpll: fix return value check for kmemdupChen Ni1-1/+1
2024-05-13net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
2024-05-13net: smc91x: Fix m68k kernel compilation for ColdFire CPUThorsten Blum1-2/+2
2024-05-10net/mlx5: Discard command completions in internal errorAkiva Goldberger1-0/+3
2024-05-10net/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger1-9/+32
2024-05-10net/mlx5: Reload only IB representors upon lag disable/enableMaher Sanalla4-17/+25
2024-05-10net/mlx5: Fix peer devlink set for SF representor devlink portShay Drory2-20/+13
2024-05-10net/mlx5e: Fix netif state handlingShay Drory1-5/+5
2024-05-10net: ethernet: cortina: Locking fixesLinus Walleij1-2/+10
2024-05-10ice: Fix package download algorithmDan Nowlin1-4/+4
2024-05-10net: ethernet: mediatek: use ADMAv1 instead of ADMAv2.0 on MT7981 and MT7986Daniel Golle1-23/+23
2024-05-10net: ethernet: mediatek: split tx and rx fields in mtk_soc_data structLorenzo Bianconi2-100/+139
2024-05-10eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
2024-05-09ptp: ocp: fix DPLL functionsVadim Fedorenko1-3/+3
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds11-90/+285
2024-05-09Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-05-09net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only portsSteffen Bätz1-6/+17
2024-05-09net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 familySteffen Bätz1-2/+14
2024-05-09net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2-18/+9
2024-05-09net: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
2024-05-09net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2-4/+2
2024-05-09net: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
2024-05-09net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang5-8/+11
2024-05-09net: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
2024-05-09net: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
2024-05-08Merge tag 'soc-fixes-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-4/+6
2024-05-08Merge tag 'pci-v6.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2024-05-08net: phy: marvell-88q2xxx: add support for Rev B1 and B2Gregor Herburger1-16/+103
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds1-45/+5
2024-05-06PCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng1-2/+2
2024-05-06Merge tag 'auxdisplay-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-176/+189
2024-05-05Merge tag 'edac_urgent_for_v6.9_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2024-05-05Merge tag 'char-misc-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-23/+112
2024-05-05Merge tag 'usb-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-79/+147
2024-05-05Merge tag 'input-for-v6.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+9
2024-05-05Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-8/+60
2024-05-03Merge tag 'cxl-fixes-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+14
2024-05-03Merge tag 'for-net-2024-05-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-19/+94
2024-05-03net: ks8851: Queue RX packets in IRQ handler instead of disabling BHsMarek Vasut1-6/+10
2024-05-03Merge tag 'efi-urgent-for-v6.9-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+4
2024-05-03Bluetooth: qca: fix firmware check error pathJohan Hovold1-1/+1
2024-05-03Bluetooth: qca: fix info leak when fetching board idJohan Hovold1-0/+5
2024-05-03Bluetooth: qca: fix info leak when fetching fw build idJohan Hovold2-5/+21
2024-05-03Bluetooth: qca: generalise device address checkJohan Hovold2-9/+14
2024-05-03Bluetooth: qca: fix NVM configuration parsingJohan Hovold1-2/+22
2024-05-03Bluetooth: qca: add missing firmware sanity checksJohan Hovold1-6/+32
2024-05-03Bluetooth: qca: fix wcn3991 device address checkJohan Hovold1-1/+4
2024-05-03Merge tag 'block-6.9-20240503' of git://git.kernel.dk/linuxLinus Torvalds11-39/+67