summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-26igc: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+8
2025-11-26igb: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+8
2025-11-26idpf: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+20
2025-11-26ice: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-26iavf: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+14
2025-11-26i40e: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-26net: stmmac: pci: Use generic PCI suspend/resume routinesYao Zi-34/+5
2025-11-26net: stmmac: loongson: Use generic PCI suspend/resume routinesYao Zi-34/+5
2025-11-26net: stmmac: Add generic suspend/resume helper for PCI-based controllersYao Zi-0/+66
2025-11-26net: wwan: mhi: Keep modem name match with Foxconn T99W640Slark Xiao-1/+1
2025-11-26net: phy: nxp-c45-tja11xx: add HW timestamp configuration reportingVadim Fedorenko-0/+14
2025-11-26phy: mscc: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26net: phy: dp83640: add HW timestamp configuration reportingVadim Fedorenko-4/+17
2025-11-26net: phy: broadcom: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko-0/+3
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko-33/+36
2025-11-26can: rcar_canfd: Fix CAN-FD mode as defaultBiju Das-22/+31
2025-11-26can: rcar_canfd: Add suspend/resume supportGeert Uytterhoeven-0/+53
2025-11-26can: rcar_canfd: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-5/+5
2025-11-26can: rcar_canfd: Invert CAN clock and close_candev() orderGeert Uytterhoeven-1/+1
2025-11-26can: rcar_canfd: Extract rcar_canfd_global_{,de}init()Geert Uytterhoeven-78/+104
2025-11-26can: rcar_canfd: Use devm_clk_get_optional() for RAM clkBiju Das-6/+17
2025-11-26can: rcar_canfd: Invert global vs. channel teardownGeert Uytterhoeven-3/+3
2025-11-26can: rcar_canfd: Invert reset assert orderGeert Uytterhoeven-2/+2
2025-11-26can: dev: print bitrate error with two decimal digitsOliver Hartkopp-6/+9
2025-11-26can: add dummy_can driverVincent Mailhol-0/+303
2025-11-26can: calc_bittiming: add can_calc_sample_point_pwm()Vincent Mailhol-0/+18
2025-11-26can: calc_bittiming: add can_calc_sample_point_nrz()Vincent Mailhol-10/+15
2025-11-26can: calc_bittiming: replace misleading "nominal" by "reference"Vincent Mailhol-13/+13
2025-11-26can: netlink: add PWM netlink interfaceVincent Mailhol-2/+190
2025-11-26can: calc_bittiming: add PWM calculationVincent Mailhol-0/+36
2025-11-26can: bittiming: add PWM validationVincent Mailhol-0/+63
2025-11-26can: netlink: add CAN_CTRLMODE_XL_TMS flagVincent Mailhol-3/+47
2025-11-26can: netlink: add initial CAN XL supportVincent Mailhol-17/+73
2025-11-26can: netlink: add CAN_CTRLMODE_RESTRICTEDVincent Mailhol-0/+9
2025-11-26can: dev: can_get_ctrlmode_str: use capitalized ctrlmode stringsOliver Hartkopp-12/+12
2025-11-25drivers: net: fbnic: Return the true error in fbnic_alloc_napi_vectors.Dimitri Daskalakis-1/+1
2025-11-25virtio_net: enhance wake/stop tx queue statistics accountingLiming Wu-18/+26
2025-11-25ice: fix broken Rx on VFsAlexander Lobakin-0/+3
2025-11-25chtls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-7/+1
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+4
2025-11-25r8169: improve MAC EEE handlingHeiner Kallweit-37/+36
2025-11-25r8169: fix RTL8127 hang on suspend/shutdownHeiner Kallweit-5/+14
2025-11-25net: phy: mxl-gpy: add support for MxL86252 and MxL86282Daniel Golle-2/+89
2025-11-25net: phy: mxl-gpy: add support for MxL86211CChad Monroe-0/+24
2025-11-25net: sxgbe: fix potential NULL dereference in sxgbe_rx()Alexey Kodanev-1/+3
2025-11-25net: mdio: remove redundant fwnode cleanupBuday Csaba-7/+1
2025-11-25net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.cBuday Csaba-7/+55
2025-11-25net: enetc: update the base address of port MDIO registers for ENETC v4Wei Fang-2/+18
2025-11-25net: enetc: set external PHY address in IERB for i.MX94 ENETCWei Fang-0/+57