summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-10-26iavf: in iavf_down, disable queues when removing the driverMichal Schmidt1-1/+1
2023-10-25i40e: Fix wrong check for I40E_TXR_FLAGS_WB_ON_ITRIvan Vecera1-1/+1
2023-10-24gtp: fix fragmentation needed check with gsoPablo Neira Ayuso1-2/+3
2023-10-24Fix NULL pointer dereference in cn_filter()Anjali Kulkarni1-1/+1
2023-10-24sfc: cleanup and reduce netlink error messagesPieter Jansen van Vuuren1-19/+19
2023-10-23isdn: mISDN: hfcsusb: Spelling fix in commentKunwu Chan1-1/+1
2023-10-22r8152: Block future register access if register access failsDouglas Anderson1-31/+176
2023-10-22r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson1-48/+48
2023-10-22r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en()Douglas Anderson1-0/+4
2023-10-22r8152: Check for unplug in rtl_phy_patch_request()Douglas Anderson1-0/+3
2023-10-22r8152: Release firmware if we have an error in probeDouglas Anderson1-0/+1
2023-10-22r8152: Cancel hw_phy_work if we have an error in probeDouglas Anderson1-0/+1
2023-10-22r8152: Run the unload routine if we have errors during probeDouglas Anderson1-0/+2
2023-10-22r8152: Increase USB control msg timeout to 5000ms as per specDouglas Anderson1-3/+4
2023-10-22net: usb: smsc95xx: Fix uninit-value access in smsc95xx_read_regShigeru Yoshida1-1/+3
2023-10-22net: chelsio: cxgb4: add an error code check in t4_load_phy_fwSu Hui1-0/+2
2023-10-22net: ieee802154: adf7242: Fix some potential buffer overflow in adf7242_stats...Christophe JAILLET1-2/+3
2023-10-21net: ethernet: adi: adin1110: Fix uninitialized variableDell Jin1-1/+1
2023-10-21net: stmmac: update MAC capabilities when tx queues are updatedMichael Sit Wei Hong1-4/+13
2023-10-21net: xgene: Fix unused xgene_enet_of_match warning for !CONFIG_OFRob Herring1-1/+1
2023-10-21i40e: sync next_to_clean and next_to_process for programming status descTirthendu Sarkar1-1/+8
2023-10-21igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-10-20igb: Fix potential memory leak in igb_add_ethtool_nfc_entryMateusz Palczewski1-1/+5
2023-10-20treewide: Spelling fix in commentKunwu Chan1-1/+1
2023-10-20i40e: Fix I40E_FLAG_VF_VLAN_PRUNING valueIvan Vecera1-1/+1
2023-10-20iavf: initialize waitqueues before starting watchdog_taskMichal Schmidt1-2/+3
2023-10-20r8169: fix the KCSAN reported data race in rtl_rx while reading desc->opts1Mirsad Goran Todorovac1-1/+1
2023-10-20r8169: fix the KCSAN reported data-race in rtl_tx while reading TxDescArray[e...Mirsad Goran Todorovac1-1/+1
2023-10-20r8169: fix the KCSAN reported data-race in rtl_tx() while reading tp->cur_txMirsad Goran Todorovac1-1/+1
2023-10-20i40e: xsk: remove count_maskMaciej Fijalkowski1-9/+13
2023-10-19Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds39-177/+319
2023-10-19net: ti: icssg-prueth: Fix r30 CMDs bitmasksMD Danish Anwar1-2/+2
2023-10-19net: ethernet: ti: Fix mixed module-builtin objectMD Danish Anwar3-3/+19
2023-10-19net: phy: bcm7xxx: Add missing 16nm EPHY statisticsFlorian Fainelli1-0/+3
2023-10-19net: mdio-mux: fix C45 access returning -EIO after API changeVladimir Oltean1-0/+47
2023-10-19octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed1-7/+6
2023-10-18Merge tag 'spi-fix-v6-6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2023-10-18Merge tag 'regmap-fix-v6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-10-18Revert "net: wwan: iosm: enable runtime pm support for 7560"Bagas Sanjaya6-65/+4
2023-10-18net: usb: smsc95xx: Fix an error code in smsc95xx_reset()Dan Carpenter1-1/+1
2023-10-18tun: prevent negative ifindexEric Dumazet1-2/+5
2023-10-18Merge tag 'fbdev-for-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-7/+11
2023-10-17gve: Do not fully free QPL pages on prefill errorsShailend Chand1-2/+16
2023-10-17Merge tag 'for-net-2023-10-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-7/+6
2023-10-17fbdev: core: syscopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: core: cfbcopyarea: fix sloppy typingSergey Shtylyov1-1/+1
2023-10-17fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()Jorge Maidana1-1/+1
2023-10-17fbdev: sa1100fb: mark sa1100fb_init() staticArnd Bergmann1-1/+1
2023-10-17fbdev: omapfb: fix some error codesDan Carpenter1-2/+2
2023-10-15virtio_net: fix the missing of the dma cpu syncXuan Zhuo1-7/+7