summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Merge tag 'ieee802154-for-net-2022-02-15' of git://git.kernel.org/pub/scm/lin...David S. Miller1-2/+2
2022-02-15net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang1-3/+0
2022-02-14USB: zaurus: support another broken ZaurusOliver Neukum2-0/+24
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean1-0/+7
2022-02-14ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg1-0/+6
2022-02-12atl1c: fix tx timeout after link flap on Mikrotik 10/25G NICGatis Peisenieks1-1/+1
2022-02-12mctp: serial: Cancel pending work from ndo_uninit handlerJeremy Kerr1-1/+8
2022-02-12net: dsa: lan9303: fix reset on probeMans Rullgard1-1/+1
2022-02-11Merge tag 'wireless-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller21-609/+85
2022-02-11Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds27-69/+157
2022-02-10net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregisterVladimir Oltean1-2/+2
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-16/+53
2022-02-10net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster1-4/+7
2022-02-10ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2-1/+5
2022-02-10ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman1-6/+28
2022-02-10ice: fix IPIP and SIT TSO offloadJesse Brandeburg2-8/+18
2022-02-10ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter1-1/+2
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa1-2/+2
2022-02-10net: macb: Align the dma and coherent dma masksMarc St-Amand1-1/+1
2022-02-10iwlwifi: fix use-after-freeJohannes Berg1-0/+2
2022-02-10net: usb: qmi_wwan: Add support for Dell DW5829eSlark Xiao1-0/+2
2022-02-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+2
2022-02-09net: amd-xgbe: disable interrupts during pci removalRaju Rangoju1-0/+3
2022-02-09net: mdio: aspeed: Add missing MODULE_DEVICE_TABLEJoel Stanley1-0/+1
2022-02-09veth: fix races around rq->rx_notify_maskedEric Dumazet1-5/+8
2022-02-09nfp: flower: fix ida_idx not being releasedLouis Peens1-4/+8
2022-02-09net: ethernet: litex: Add the dependency on HAS_IOMEMCai Huoqing1-1/+1
2022-02-09ibmvnic: don't release napi in __ibmvnic_open()Sukadev Bhattiprolu1-4/+9
2022-02-09net: dsa: lantiq_gswip: don't use devres for mdiobusVladimir Oltean1-3/+11
2022-02-09net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbindingVladimir Oltean1-1/+1
2022-02-09net: dsa: seville: register the mdiobus under devresVladimir Oltean1-2/+3
2022-02-09net: dsa: felix: don't use devres for mdiobusVladimir Oltean1-1/+3
2022-02-09net: dsa: bcm_sf2: don't use devres for mdiobusVladimir Oltean1-2/+5
2022-02-09net: dsa: ar9331: register the mdiobus under devresVladimir Oltean1-2/+1
2022-02-09net: dsa: mv88e6xxx: don't use devres for mdiobusVladimir Oltean1-3/+8
2022-02-09bonding: pair enable_port with slave_arr_updatesMahesh Bandewar1-1/+2
2022-02-09gve: Recording rx queue before sending to napiTao Liu1-0/+1
2022-02-08net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko1-4/+6
2022-02-07Merge tag 'ata-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds1-8/+6
2022-02-07Merge tag 'mmc-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds4-4/+17
2022-02-07ata: libata-core: Fix ata_dev_config_cpr()Damien Le Moal1-8/+6
2022-02-06Merge tag 'irq_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2022-02-06Merge tag 'edac_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2022-02-06net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko1-4/+3
2022-02-05net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean1-0/+8
2022-02-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds11-64/+95
2022-02-05Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-67/+77
2022-02-05Merge tag 'pci-v5.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-56/+60
2022-02-05PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas1-13/+18
2022-02-04Merge tag 'block-5.17-2022-02-04' of git://git.kernel.dk/linux-blockLinus Torvalds5-5/+15