summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-09-03net: ethernet: rtsn: Remove setting of RX software timestampGal Pressman
2024-09-03net: renesas: rswitch: Remove setting of RX software timestampGal Pressman
2024-09-03ravb: Remove setting of RX software timestampGal Pressman
2024-09-03ionic: Remove setting of RX software timestampGal Pressman
2024-09-03tsnep: Remove setting of RX software timestampGal Pressman
2024-09-03can: peak_usb: Remove setting of RX software timestampGal Pressman
2024-09-03can: peak_canfd: Remove setting of RX software timestampGal Pressman
2024-09-03can: dev: Remove setting of RX software timestampGal Pressman
2024-09-03Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2024-09-03cxgb: Remove unused declarationsYue Haibing
2024-09-03cxgb4: Remove unused declarationsYue Haibing
2024-09-03cxgb3: Remove unused declarationsYue Haibing
2024-09-03net: bcmasp: Simplify with scoped for each OF child loopJinjie Ruan
2024-09-03net: dsa: microchip: Use scoped function to simplfy codeJinjie Ruan
2024-09-03net: mv643xx_eth: Simplify with scoped for each OF child loopJinjie Ruan
2024-09-03net: mdio: mux-mmioreg: Simplified with dev_err_probe()Jinjie Ruan
2024-09-03net: mdio: mux-mmioreg: Simplified with scoped functionJinjie Ruan
2024-09-03net: phy: Use for_each_available_child_of_node_scoped()Jinjie Ruan
2024-09-03net: dsa: realtek: Use for_each_child_of_node_scoped()Jinjie Ruan
2024-09-03net: stmmac: dwmac-sun8i: Use for_each_child_of_node_scoped()Jinjie Ruan
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin
2024-09-03net: dsa: vsc73xx: implement FDB operationsPawel Dembicki
2024-09-02Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2024-09-02r8169: add support for RTL8126A rev.bChunHao Lin
2024-09-02net: stmmac: drop the ethtool begin() callbackAndrew Halaney
2024-09-01octeontx2-af: configure default CPT credits for CN10KA B0Srujana Challa
2024-09-01octeontx2-af: avoid RXC register access for CN10KBSrujana Challa
2024-09-01octeontx2-af: use dynamic interrupt vectors for CN10KSrujana Challa
2024-08-31vrf: Unmask upper DSCP bits in vrf_process_v4_outbound()Ido Schimmel
2024-08-31ipvlan: Unmask upper DSCP bits in ipvlan_process_v4_outbound()Ido Schimmel
2024-08-30can: kvaser_usb: Simplify with dev_err_probe()Yan Zhen
2024-08-30can: kvaser_pciefd: Use IS_ENABLED() instead of #ifdefMartin Jocic
2024-08-30can: netlink: avoid call to do_set_data_bittiming callback with stale can_pri...Stefan Mätje
2024-08-30i40e: Add Energy Efficient Ethernet ability for X710 Base-T/KR/KX cardsAleksandr Loktionov
2024-08-30e1000e: avoid failing the system during pm_suspendVitaly Lifshits
2024-08-30nfp: Convert to use ERR_CAST()Shen Lichuan
2024-08-30sfc: Convert to use ERR_CAST()Shen Lichuan
2024-08-30igc: Move the MULTI GBT AN Control Register to _regs fileSasha Neftin
2024-08-30igc: Add Energy Efficient Ethernet abilitySasha Neftin
2024-08-30igc: Get rid of spurious interruptsKurt Kanzenbach
2024-08-30igc: Add MQPRIO offload supportKurt Kanzenbach
2024-08-30net: phy: add Applied Micro QT2025 PHY driverFUJITA Tomonori
2024-08-30rust: net::phy unified read/write API for C22 and C45 registersFUJITA Tomonori
2024-08-29bnxt_en: Support dynamic MSIXMichael Chan
2024-08-29bnxt_en: Allocate the max bp->irq_tbl size for dynamic msix allocationMichael Chan
2024-08-29bnxt_en: Replace deprecated PCI MSIX APIsMichael Chan
2024-08-29bnxt_en: Remove register mapping to support INTXMichael Chan