summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-101-0/+9
|\
| * net: fman: Unregister ethernet device on removalSean Anderson2022-11-041-0/+9
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-074-4/+0
* | net: fec: simplify the code logic of quirksShenwei Wang2022-11-071-19/+30
* | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2022-11-032-10/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-2/+2
|\ \ | |/
| * net: fec: fix improper use of NETDEV_TX_BUSYZhang Changzhong2022-10-311-2/+2
* | net: fec: add initial XDP supportShenwei Wang2022-11-032-2/+226
* | net: dpaa2: Add some debug prints on deferred probeSean Anderson2022-10-312-11/+27
* | drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov2022-10-311-1/+1
* | net: dpaa2-eth: Simplify bool conversionYang Li2022-10-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-272-2/+49
|\ \ | |/
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-244-10/+10
|\ \ | |/
| * net: fman: Use physical address for userspace interfacesSean Anderson2022-10-244-10/+10
* | net: fec: Add support for periodic output signal of PPSWei Fang2022-10-242-2/+164
* | net: dpaa2-eth: add trace points on XSK eventsRobert-Ionut Alexa2022-10-243-51/+101
* | net: dpaa2-eth: AF_XDP TX zero copy supportRobert-Ionut Alexa2022-10-243-10/+183
* | net: dpaa2-eth: AF_XDP RX zero copy supportRobert-Ionut Alexa2022-10-244-45/+451
* | net: dpaa2-eth: create and export the dpaa2_eth_receive_skb() functionRobert-Ionut Alexa2022-10-242-37/+59
* | net: dpaa2-eth: create and export the dpaa2_eth_alloc_skb functionRobert-Ionut Alexa2022-10-242-8/+22
* | net: dpaa2-eth: use dev_close/open instead of the internal functionsIoana Ciornei2022-10-241-3/+3
* | net: dpaa2-eth: update the dpni_set_pools() API to support per QDBIN poolsRobert-Ionut Alexa2022-10-243-7/+27
* | net: dpaa2-eth: export buffer pool info into a new debugfs fileIoana Ciornei2022-10-241-0/+49
* | net: dpaa2-eth: export the CH#<index> in the 'ch_stats' debug fileIoana Ciornei2022-10-241-4/+4
* | net: dpaa2-eth: add support for multiple buffer pools per DPNIRobert-Ionut Alexa2022-10-243-67/+163
* | net: dpaa2-eth: rearrange variable in dpaa2_eth_get_ethtool_statsIoana Ciornei2022-10-241-10/+8
* | net: dpaa2-eth: add support to query the number of queues through ethtoolRobert-Ionut Alexa2022-10-241-2/+25
* | net: dpaa: Convert to phylinkSean Anderson2022-10-1910-909/+612
* | net: fman: memac: Use lynx pcs driverSean Anderson2022-10-192-156/+105
* | net: fman: memac: Add serdes supportSean Anderson2022-10-191-2/+47
* | net: fec: remove the unused functionsShenwei Wang2022-10-181-57/+0
|/
* 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