summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin3-3/+5
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki2-0/+357
2024-09-03Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski3-90/+80
2024-09-03r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29
2024-09-02net: stmmac: drop the ethtool begin() callbackAndrew Halaney1-8/+0
2024-09-01octeontx2-af: configure default CPT credits for CN10KA B0Srujana Challa3-0/+39
2024-09-01octeontx2-af: avoid RXC register access for CN10KBSrujana Challa2-3/+24
2024-09-01octeontx2-af: use dynamic interrupt vectors for CN10KSrujana Challa3-20/+80
2024-08-31vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()Ido Schimmel1-1/+2
2024-08-31ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()Ido Schimmel1-1/+3
2024-08-30can: kvaser_usb: Simplify with dev_err_probe()Yan Zhen1-26/+16
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic1-13/+13
2024-08-30can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...Stefan Mätje1-51/+51
2024-08-30nfp: Convert to use ERR_CAST()Shen Lichuan1-1/+1
2024-08-30sfc: Convert to use ERR_CAST()Shen Lichuan1-1/+1
2024-08-30net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori3-0/+111
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori1-4/+3
2024-08-30bnxt_en: Support dynamic MSIXMichael Chan1-3/+34
2024-08-30bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocationMichael Chan1-2/+5
2024-08-30bnxt_en: Replace deprecated PCI MSIX APIsMichael Chan1-16/+5
2024-08-30bnxt_en: Remove register mapping to support INTXMichael Chan2-21/+0
2024-08-30bnxt_en: Remove BNXT_FLAG_USING_MSIX flagMichael Chan3-88/+17
2024-08-30bnxt_en: Deprecate support for legacy INTX modeMichael Chan2-36/+8
2024-08-30bnxt_en: Support QOS and TPID settings for the SRIOV VLANSreekanth Reddy3-12/+15
2024-08-30bnxt_en: add support for retrieving crash dump using ethtoolVikas Gupta2-9/+84
2024-08-30bnxt_en: add support for storing crash dump into host memoryVikas Gupta4-5/+116
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski108-370/+1147
2024-08-29net: alacritech: Switch to use dev_err_probe()Yang Ruibin1-20/+14
2024-08-29net: hns: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-08-29net: dsa: realtek: make use of dev_err_cast_probe()Hongbo Li1-5/+3
2024-08-29net: ipa: make use of dev_err_cast_probe()Hongbo Li1-5/+2
2024-08-29net: vertexcom: mse102x: Use ETH_ZLENStefan Wahren1-2/+2
2024-08-29net: vertexcom: mse102x: Drop log message on removeStefan Wahren1-3/+0
2024-08-29net: vertexcom: mse102x: Fix random MAC address logStefan Wahren1-2/+2
2024-08-29net: vertexcom: mse102x: Silence TX timeoutStefan Wahren1-1/+1
2024-08-29net: vertexcom: mse102x: Use DEFINE_SIMPLE_DEV_PM_OPSStefan Wahren1-5/+2
2024-08-29Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-130/+465
2024-08-29nfc: pn533: Add poll mod list filling checkAleksandr Mishin1-0/+5
2024-08-29net: hisilicon: hns_mdio: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29net: hisilicon: hns_dsaf_mac: fix OF node leak in hns_mac_get_info()Krzysztof Kozlowski1-0/+1
2024-08-29net: hisilicon: hip04: fix OF node leak in probe()Krzysztof Kozlowski1-0/+1
2024-08-29net: dsa: mv88e6xxx: Remove stale commentAndy Shevchenko1-1/+1
2024-08-29net: netvsc: Update default VMBus channelsErni Sri Satya Vennela2-2/+3
2024-08-29net: ftgmac100: Get link speed and duplex for NC-SIJacky Chou1-2/+26
2024-08-29net/xen-netback: prevent UAF in xenvif_flush_hash()Jeongjun Park1-3/+2
2024-08-29Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski12-35/+157
2024-08-28Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-2/+23
2024-08-28Merge tag 'tpmdd-next-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2024-08-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-102/+119
2024-08-28net: dsa: microchip: Add KSZ8895/KSZ8864 switch supportTristram Ha5-16/+176