aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong1-2/+2
2022-10-27net: enetc: survive memory pressure without crashingVladimir Oltean1-0/+5
2022-10-26net: fec: limit register access on i.MX6ULJuergen Borleis1-2/+44
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson4-10/+10
2022-10-07net: enetc: Remove duplicated include in enetc_qos.cYang Li1-1/+0
2022-10-03net: fec: using page pool to manage RX buffersShenwei Wang3-58/+119
2022-09-29net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean3-6/+57
2022-09-29net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean2-12/+11
2022-09-29net: enetc: cache accesses to &priv->si->hwVladimir Oltean3-48/+49
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski7-12/+8
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-156/+109
2022-09-20net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean5-25/+34
2022-09-20net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean5-35/+44
2022-09-20Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini3-19/+27
2022-09-20Revert "fec: Restart PPS after link state change"Francesco Dolcini3-77/+4
2022-09-19net: enetc: expose some standardized ethtool countersVladimir Oltean1-0/+111
2022-09-19net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean2-114/+116
2022-09-19net: fec: Add initial s32v234 supportWei Fang2-3/+15
2022-09-19net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui1-3/+0
2022-09-16net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun1-1/+1
2022-09-16net: fec: add pm runtime force suspend and resume supportWei Fang2-0/+14
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-28/+32
2022-09-05net: dpaa: Adjust queue depth on rate changeSean Anderson5-6/+44
2022-09-05net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson1-4/+5
2022-09-05net: fman: Change return type of disable to voidSean Anderson5-20/+9
2022-09-05net: fman: Clean up error handlingSean Anderson1-28/+15
2022-09-05net: fman: Specify type of mac_dev for exception_cbSean Anderson5-9/+10
2022-09-05net: fman: Use mac_dev for some paramsSean Anderson5-40/+22
2022-09-05net: fman: Pass params directly to mac initSean Anderson8-49/+32
2022-09-05net: fman: Map the base address onceSean Anderson4-27/+17
2022-09-05net: fman: Remove internal_phy_node from paramsSean Anderson3-35/+34
2022-09-05net: fman: Inline several functions into initializationSean Anderson3-128/+21
2022-09-05net: fman: Mark mac methods staticSean Anderson3-61/+72
2022-09-05net: fman: Move initialization to mac-specific filesSean Anderson7-323/+277
2022-09-03net: fec: add stop mode support for imx8 platformWei Fang2-0/+39
2022-09-02net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence3-27/+19
2022-09-02net: fec: add pm_qos support on imx6q platformWei Fang2-1/+13
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang8-14/+14
2022-08-26net: fman: memac: Uninitialized variable on error pathDan Carpenter1-1/+1
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+82
2022-08-24fec: Restart PPS after link state changeCsókás Bence3-4/+77
2022-08-22net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao1-1/+1
2022-08-19net: fman: memac: Use params instead of priv for max_speedSean Anderson1-3/+1
2022-08-19net: fman: Export/rename some common functionsSean Anderson2-6/+9
2022-08-19net: fman: Configure fixed link in memac_initializationSean Anderson1-47/+46
2022-08-19net: fman: Move struct dev to mac_deviceSean Anderson2-20/+12
2022-08-19net: fman: Store initialization function in match dataSean Anderson2-192/+165
2022-08-19net: fman: Get PCS node in per-mac initSean Anderson2-11/+10
2022-08-19net: fman: dtsec: Always gracefully stop/startSean Anderson2-74/+30
2022-08-19net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson3-44/+15