summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-11-27net: pcs: xpcs: Add support for 25G, 50G, and 100G interfacesAlexander Duyck
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-11-26net: atlantic: fix fragment overflow handling in RX pathJiefeng Zhang
2025-11-26virtio-net: avoid unnecessary checksum calculation on guest RXJon Kohler
2025-11-26amd-xgbe: let the MAC manage PHY PMRaju Rangoju
2025-11-26eth: fbnic: Fix counter roll-over issueMohsin Bashir
2025-11-26net: hibmcge: add support for pagepool on rxJijie Shao
2025-11-26net: hibmcge: reduce packet drop under stress testingJijie Shao
2025-11-26net: hibmcge: add support for tracepoint to dump some fields of rx_descTao Lan
2025-11-26net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing trafficVladimir Oltean
2025-11-26net: fman_memac: report structured ethtool countersVladimir Oltean
2025-11-26net: dpaa: fman_memac: complete phylink support with 2500base-xVladimir Oltean
2025-11-26net: phy: dp83867: implement configurability for SGMII in-band auto-negotiationVladimir Oltean
2025-11-26fm10k: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26ixgbevf: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26igc: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26igb: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26idpf: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26ice: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26iavf: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26i40e: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-26net: stmmac: pci: Use generic PCI suspend/resume routinesYao Zi
2025-11-26net: stmmac: loongson: Use generic PCI suspend/resume routinesYao Zi
2025-11-26net: stmmac: Add generic suspend/resume helper for PCI-based controllersYao Zi
2025-11-26net: wwan: mhi: Keep modem name match with Foxconn T99W640Slark Xiao
2025-11-26net: phy: nxp-c45-tja11xx: add HW timestamp configuration reportingVadim Fedorenko
2025-11-26phy: mscc: add HW timestamp configuration reportingVadim Fedorenko
2025-11-26net: phy: dp83640: add HW timestamp configuration reportingVadim Fedorenko
2025-11-26net: phy: broadcom: add HW timestamp configuration reportingVadim Fedorenko
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko
2025-11-26can: rcar_canfd: Fix CAN-FD mode as defaultBiju Das
2025-11-26can: rcar_canfd: Add suspend/resume supportGeert Uytterhoeven
2025-11-26can: rcar_canfd: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven
2025-11-26can: rcar_canfd: Invert CAN clock and close_candev() orderGeert Uytterhoeven
2025-11-26can: rcar_canfd: Extract rcar_canfd_global_{,de}init()Geert Uytterhoeven
2025-11-26can: rcar_canfd: Use devm_clk_get_optional() for RAM clkBiju Das
2025-11-26can: rcar_canfd: Invert global vs. channel teardownGeert Uytterhoeven
2025-11-26can: rcar_canfd: Invert reset assert orderGeert Uytterhoeven
2025-11-26can: dev: print bitrate error with two decimal digitsOliver Hartkopp
2025-11-26can: add dummy_can driverVincent Mailhol
2025-11-26can: calc_bittiming: add can_calc_sample_point_pwm()Vincent Mailhol
2025-11-26can: calc_bittiming: add can_calc_sample_point_nrz()Vincent Mailhol
2025-11-26can: calc_bittiming: replace misleading "nominal" by "reference"Vincent Mailhol
2025-11-26can: netlink: add PWM netlink interfaceVincent Mailhol
2025-11-26can: calc_bittiming: add PWM calculationVincent Mailhol
2025-11-26can: bittiming: add PWM validationVincent Mailhol
2025-11-26can: netlink: add CAN_CTRLMODE_XL_TMS flagVincent Mailhol
2025-11-26can: netlink: add initial CAN XL supportVincent Mailhol