summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)AuthorFilesLines
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-27/+25
2022-11-25net: fec: don't reset irq coalesce settings to defaults on "ip link up"Rasmus Villemoes1-16/+6
2022-11-23net: enetc: preserve TX ring priority across reconfigurationVladimir Oltean3-11/+19
2022-11-18net: fman: remove reference to non-existing config PCSLukas Bulwahn1-1/+0
2022-11-14net: dpaa2: Remove linux/msi.h includesThomas Gleixner3-3/+0
2022-11-14net: fec: add xdp and page pool statisticsShenwei Wang3-5/+95
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller1-5/+8
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)4-4/+0
2022-11-07net: fec: simplify the code logic of quirksShenwei Wang1-19/+30
2022-11-04net: fman: Unregister ethernet device on removalSean Anderson1-0/+9
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-10/+2
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-11-03net: fec: add initial XDP supportShenwei Wang2-2/+226
2022-10-31net: dpaa2: Add some debug prints on deferred probeSean Anderson2-11/+27
2022-10-31net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong1-2/+2
2022-10-31drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov1-1/+1
2022-10-27net: dpaa2-eth: Simplify bool conversionYang Li1-1/+1
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+49
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+10
2022-10-24net: fec: Add support for periodic output signal of PPSWei Fang2-2/+164
2022-10-24net: fman: Use physical address for userspace interfacesSean Anderson4-10/+10
2022-10-24net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa3-51/+101
2022-10-24net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa3-10/+183
2022-10-24net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa4-45/+451
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa2-37/+59
2022-10-24net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa2-8/+22
2022-10-24net: dpaa2-eth: use dev_close/open instead of the internal functionsIoana Ciornei1-3/+3
2022-10-24net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN poolsRobert-Ionut Alexa3-7/+27
2022-10-24net: dpaa2-eth: export buffer pool info into a new debugfs fileIoana Ciornei1-0/+49
2022-10-24net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug fileIoana Ciornei1-4/+4
2022-10-24net: dpaa2-eth: add support for multiple buffer pools per DPNIRobert-Ionut Alexa3-67/+163
2022-10-24net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_statsIoana Ciornei1-10/+8
2022-10-24net: dpaa2-eth: add support to query the number of queues through ethtoolRobert-Ionut Alexa1-2/+25
2022-10-19net: dpaa: Convert to phylinkSean Anderson10-909/+612
2022-10-19net: fman: memac: Use lynx pcs driverSean Anderson2-156/+105
2022-10-19net: fman: memac: Add serdes supportSean Anderson1-2/+47
2022-10-18net: fec: remove the unused functionsShenwei Wang1-57/+0
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