summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-14Merge tag 'net-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-57/+139
2025-08-14net: usb: asix_devices: add phy_mask for ax88772 mdio busXu Yang1-0/+1
2025-08-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+1
2025-08-14bnxt: fill data page pool with frags if PAGE_SIZE > BNXT_RX_PAGE_SIZEDavid Wei1-3/+9
2025-08-14netdevsim: Fix wild pointer access in nsim_queue_free().Kuniyuki Iwashima1-3/+7
2025-08-12ixgbe: prevent from unwanted interface name changesJedrzej Jagielski1-0/+1
2025-08-12net: stmmac: thead: Get and enable APB clock on initializationYao Zi1-0/+14
2025-08-12net: mdiobus: release reset_gpio in mdiobus_unregister_device()Buday Csaba2-3/+1
2025-08-12net: phy: nxp-c45-tja11xx: fix the PHY ID mismatch issue when using C45Clark Wang1-10/+13
2025-08-12net: stmmac: dwc-qos: fix clk prepare/enable leak on probe failureRussell King (Oracle)1-11/+2
2025-08-12net: stmmac: rk: put the PHY clock on removeRussell King (Oracle)1-1/+5
2025-08-12net: usb: qmi_wwan: add Telit Cinterion FN990A w/audio compositionFabio Porcedda1-0/+1
2025-08-09Merge tag 'gpio-updates-for-v6.17-rc1-part2' of git://git.kernel.org/pub/scm/...Linus Torvalds4-5/+5
2025-08-08hv_netvsc: Fix panic during namespace deletion with VFHaiyang Zhang2-1/+31
2025-08-08hamradio: ignore ops-locked netdevsStanislav Fomichev1-1/+1
2025-08-08net: lapbether: ignore ops-locked netdevsStanislav Fomichev1-1/+1
2025-08-08net: dsa: microchip: Fix KSZ8863 reset problemTristram Ha2-9/+12
2025-08-08net: ti: icss-iep: Fix incorrect type for return value in extts_enable()Alok Tiwari1-1/+2
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-1/+8
2025-08-08net: ti: icssg-prueth: Fix emac link speed handlingMD Danish Anwar1-0/+6
2025-08-08net: hibmcge: fix the np_link_fail error reporting issueJijie Shao1-2/+13
2025-08-08net: hibmcge: fix the division by zero issueJijie Shao1-1/+6
2025-08-08net: hibmcge: fix rtnl deadlock issueJijie Shao1-9/+5
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-51/+108
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet1-3/+4
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski4-5/+5
2025-08-06net: usbnet: Fix the wrong netif_carrier_on() callAmmar Faizi1-3/+3
2025-08-06net: ti: icssg-prueth: Fix skb handling for XDP_PASSMeghana Malladi1-7/+8
2025-08-06eth: fbnic: Lock the tx_dropped updateMohsin Bashir1-0/+2
2025-08-06eth: fbnic: Fix tx_dropped reportingMohsin Bashir1-4/+4
2025-08-06eth: fbnic: remove the debugging trick of super high page biasJakub Kicinski2-6/+4
2025-08-06net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnectHeiner Kallweit1-3/+4
2025-08-05Revert "net: mdio_bus: Use devm for getting reset GPIO"Jakub Kicinski1-2/+2
2025-08-05benet: fix BUG when creating VFsMichal Schmidt1-1/+1
2025-08-05net: airoha: npu: Add missing MODULE_FIRMWARE macrosLorenzo Bianconi1-0/+2
2025-08-05ipa: fix compile-testing with qcom-mdt=mArnd Bergmann1-1/+1
2025-08-05eth: fbnic: unlink NAPIs from queues on error to openJakub Kicinski1-1/+3
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds3-4/+3
2025-08-02net: mvneta: fix typo "notifer"WangYuli1-1/+1
2025-08-02net: mdio: mdio-bcm-unimac: Correct rate fallback logicFlorian Fainelli1-3/+2
2025-08-02net/mlx5: Correctly set gso_segs when LRO is usedChristoph Paasch1-0/+1
2025-08-02sfc: unfix not-a-typo in commentEdward Cree1-1/+1
2025-08-01net: airoha: Fix PPE table access in airoha_ppe_debugfs_foe_show()Lorenzo Bianconi1-6/+20
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-5/+180
2025-07-31pptp: ensure minimal skb length in pptp_xmit()Eric Dumazet1-6/+9
2025-07-31net: mdio_bus: Use devm for getting reset GPIOBence Csókás1-2/+2
2025-07-31net: phy: smsc: add proper reset flags for LAN8710ABuday Csaba1-0/+1
2025-07-31net: ipa: add IPA v5.1 and v5.5 to ipa_version_string()Luca Weiss1-1/+5
2025-07-31phy: mscc: Fix parsing of unicast framesHoratiu Vultur2-0/+2
2025-07-31net: ti: icss-iep: fix device and OF node leaks at probeJohan Hovold1-5/+18