summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski179-791/+1774
2022-07-01Merge tag 'net-5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-51/+195
2022-06-30net: phylink: fix NULL pl->pcs dereference during phylink_pcs_poll_startVladimir Oltean1-1/+1
2022-06-30net: dsa: felix: fix race between reading PSFP stats and port statsVladimir Oltean1-0/+4
2022-06-30net: tun: avoid disabling NAPI twiceJakub Kicinski1-1/+2
2022-06-30net: sparx5: mdb add/del handle non-sparx5 devicesCasper Andersson1-0/+6
2022-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-2/+7
2022-06-30Merge tag 'v5.19-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-10/+2
2022-06-30atheros/atl1c:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-06-30mlxsw: spectrum_router: Fix rollback in tunnel next hop initPetr Machata1-1/+13
2022-06-30net: usb: ax88179_178a: Fix packet receivingJose Alonso1-25/+76
2022-06-30net: pcs-rzn1-miic: fix return value check in miic_probe()Yang Yingliang1-2/+2
2022-06-30net: dsa: rzn1-a5psw: fix a NULL vs IS_ERR() check in a5psw_probe()Peng Wu1-2/+2
2022-06-30net: txgbe: Add build support for txgbeJiawen Wu8-0/+295
2022-06-30net: bonding: fix use-after-free after 802.3ad slave unbindYevhen Orlov1-1/+2
2022-06-30net: phy: ax88772a: fix lost pause advertisement configurationOleksij Rempel1-2/+4
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner2-0/+46
2022-06-30usbnet: fix memory allocation in helpersOliver Neukum1-2/+2
2022-06-30net: dsa: microchip: count pause packets together will all other packetsOleksij Rempel1-2/+4
2022-06-30net: dsa: microchip: add pause stats supportOleksij Rempel2-0/+20
2022-06-30net: dsa: ar9331: add support for pause statsOleksij Rempel1-0/+17
2022-06-29Merge tag 'platform-drivers-x86-v5.19-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds8-60/+127
2022-06-29NFC: nxp-nci: don't print header length mismatch on i2c errorMichael Walle1-2/+6
2022-06-29NFC: nxp-nci: Don't issue a zero length i2c_master_read()Michael Walle1-0/+3
2022-06-29net: prestera: acl: add support for 'egress' rulesMaksym Glubokiy7-34/+82
2022-06-29nfp: flower: fix comment typos and formattingWalter Heymans7-17/+17
2022-06-29net: dsa: microchip: move remaining register offset to ksz_chip_regArun Ramadoss2-42/+18
2022-06-29net: dsa: microchip: add P_STP_CTRL to ksz_chip_regArun Ramadoss6-29/+35
2022-06-29net: dsa: microchip: change the size of reg from u8 to u16Arun Ramadoss3-14/+14
2022-06-29net: dsa: microchip: remove the struct ksz8Arun Ramadoss3-27/+4
2022-06-29net: dsa: microchip: move ksz8->shifts to ksz_commonArun Ramadoss4-56/+46
2022-06-29net: dsa: microchip: move ksz8->masks to ksz_commonArun Ramadoss5-86/+81
2022-06-29net: dsa: microchip: move ksz8->regs to ksz_commonArun Ramadoss5-73/+79
2022-06-29net: ethernet: mtk-star-emac: enable half duplex hardware supportBiao Huang1-18/+12
2022-06-29net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIsBiao Huang1-141/+199
2022-06-29net: ethernet: mtk-star-emac: add support for MII interfaceBiao Huang1-1/+11
2022-06-29net: ethernet: mtk-star-emac: add timing adjustment supportBiao Huang1-0/+33
2022-06-29net: ethernet: mtk-star-emac: add clock pad selection for RMIIBiao Huang1-2/+17
2022-06-29net: ethernet: mtk-star-emac: add support for MT8365 SoCBiao Huang1-11/+64
2022-06-29net: ethernet: mtk-star-emac: modify IRQ trigger flagsBiao Huang1-1/+1
2022-06-29net: ethernet: mtk-star-emac: store bit_clk_div in compat structureBiao Huang1-4/+19
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper8-148/+183
2022-06-29sfc: replace function name in string with __func__Jonathan Cooper1-1/+2
2022-06-29sfc: Unsplit literal string.Jonathan Cooper1-2/+2
2022-06-29sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper1-172/+172
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper4-9/+46
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper13-73/+78
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper1-1/+2
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper4-8/+7