summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: enetc: survive memory pressure without crashingVladimir Oltean2022-10-271-0/+5
* net: fec: limit register access on i.MX6ULJuergen Borleis2022-10-261-2/+44
* net: fman: Use physical address for userspace interfacesSean Anderson2022-10-244-10/+10
* net: enetc: Remove duplicated include in enetc_qos.cYang Li2022-10-071-1/+0
* net: fec: using page pool to manage RX buffersShenwei Wang2022-10-033-58/+119
* net: enetc: offload per-tc max SDU from tc-taprioVladimir Oltean2022-09-293-6/+57
* net: enetc: use common naming scheme for PTGCR and PTGCAPR registersVladimir Oltean2022-09-292-12/+11
* net: enetc: cache accesses to &priv->si->hwVladimir Oltean2022-09-293-48/+49
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-287-12/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-229-156/+109
|\
| * net: enetc: deny offload of tc-based TSN features on VF interfacesVladimir Oltean2022-09-205-25/+34
| * net: enetc: move enetc_set_psfp() out of the common enetc_set_features()Vladimir Oltean2022-09-205-35/+44
| * Revert "net: fec: Use a spinlock to guard `fep->ptp_clk_on`"Francesco Dolcini2022-09-203-19/+27
| * Revert "fec: Restart PPS after link state change"Francesco Dolcini2022-09-203-77/+4
* | net: enetc: expose some standardized ethtool countersVladimir Oltean2022-09-191-0/+111
* | net: enetc: parameterize port MAC stats to also cover the pMACVladimir Oltean2022-09-192-114/+116
* | net: fec: Add initial s32v234 supportWei Fang2022-09-192-3/+15
* | net: ethernet: remove fs_mii_disconnect and fs_mii_connect declarationsGaosheng Cui2022-09-191-3/+0
* | net: fs_enet: Fix wrong check in do_pd_setupZheng Yongjun2022-09-161-1/+1
* | net: fec: add pm runtime force suspend and resume supportWei Fang2022-09-162-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-083-28/+32
|\|
| * net: fec: Use a spinlock to guard `fep->ptp_clk_on`Csókás Bence2022-09-023-27/+19
| * net: fec: add pm_qos support on imx6q platformWei Fang2022-09-022-1/+13
* | net: dpaa: Adjust queue depth on rate changeSean Anderson2022-09-055-6/+44
* | net: dpaa: Use mac_dev variable in dpaa_netdev_initSean Anderson2022-09-051-4/+5
* | net: fman: Change return type of disable to voidSean Anderson2022-09-055-20/+9
* | net: fman: Clean up error handlingSean Anderson2022-09-051-28/+15
* | net: fman: Specify type of mac_dev for exception_cbSean Anderson2022-09-055-9/+10
* | net: fman: Use mac_dev for some paramsSean Anderson2022-09-055-40/+22
* | net: fman: Pass params directly to mac initSean Anderson2022-09-058-49/+32
* | net: fman: Map the base address onceSean Anderson2022-09-054-27/+17
* | net: fman: Remove internal_phy_node from paramsSean Anderson2022-09-053-35/+34
* | net: fman: Inline several functions into initializationSean Anderson2022-09-053-128/+21
* | net: fman: Mark mac methods staticSean Anderson2022-09-053-61/+72
* | net: fman: Move initialization to mac-specific filesSean Anderson2022-09-057-323/+277
* | net: fec: add stop mode support for imx8 platformWei Fang2022-09-032-0/+39
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-318-14/+14
* | net: fman: memac: Uninitialized variable on error pathDan Carpenter2022-08-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-254-5/+82
|\|
| * fec: Restart PPS after link state changeCsókás Bence2022-08-243-4/+77
| * net: dpaa: Fix <1G ethernet on LS1046ARDBSean Anderson2022-08-191-1/+5
* | net: freescale: xgmac: Do not dereference fwnode in struct devicezhaoxiao2022-08-221-1/+1
* | net: fman: memac: Use params instead of priv for max_speedSean Anderson2022-08-191-3/+1
* | net: fman: Export/rename some common functionsSean Anderson2022-08-192-6/+9
* | net: fman: Configure fixed link in memac_initializationSean Anderson2022-08-191-47/+46
* | net: fman: Move struct dev to mac_deviceSean Anderson2022-08-192-20/+12
* | net: fman: Store initialization function in match dataSean Anderson2022-08-192-192/+165
* | net: fman: Get PCS node in per-mac initSean Anderson2022-08-192-11/+10
* | net: fman: dtsec: Always gracefully stop/startSean Anderson2022-08-192-74/+30
* | net: fman: Store en/disable in mac_device instead of mac_priv_sSean Anderson2022-08-193-44/+15