summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net/fsl: xgmac_mdio: use correct format charactersBill Wendling2022-03-171-1/+1
* enetc: use correct format charactersBill Wendling2022-03-171-1/+1
* dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei2022-03-144-2/+100
* dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei2022-03-141-19/+24
* dpaa2-mac: retrieve API version and detect featuresIoana Ciornei2022-03-142-0/+32
* dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei2022-03-143-0/+31
* dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei2022-03-143-0/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-101-0/+1
|\
| * gianfar: ethtool: Fix refcount leak in gfar_get_ts_infoMiaoqian Lin2022-03-101-0/+1
* | flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu2022-02-281-4/+43
* | dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie2022-02-192-10/+93
* | dpaa2-eth: Update dpni_get_single_step_cfg commandRadu Bulie2022-02-193-1/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-172-2/+4
|\|
| * dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie2022-02-151-1/+1
| * dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix2022-02-151-1/+3
* | dpaa2-eth: Simplify bool conversionYang Li2022-02-151-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-101-2/+2
|\|
| * dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa2022-02-101-2/+2
* | net:enetc: enetc qos using the CBDR dma alloc functionPo Liu2022-02-091-75/+22
* | net:enetc: command BD ring data memory alloc as one function alonePo Liu2022-02-092-30/+49
* | net:enetc: allocate CBD ring data memory using DMA coherent methodsPo Liu2022-02-091-64/+64
* | dpaa2-eth: add support for software TSOIoana Ciornei2022-02-093-18/+207
* | dpaa2-eth: work with an array of FDsIoana Ciornei2022-02-092-16/+47
* | dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2022-02-092-9/+8
* | dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei2022-02-091-24/+37
* | dpaa2-eth: allocate a fragment already alignedIoana Ciornei2022-02-091-6/+5
* | dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei2022-02-091-4/+4
* | net/fsl: xgmac_mdio: fix return value check in xgmac_mdio_probe()Wei Yongjun2022-01-311-2/+2
* | net/fsl: xgmac_mdio: Fix spelling mistake "frequecy" -> "frequency"Colin Ian King2022-01-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-271-5/+7
|\|
| * net: fec_mpc52xx: don't discard const from netdev->dev_addrJakub Kicinski2022-01-251-5/+7
* | net/fsl: xgmac_mdio: Support setting the MDC frequencyTobias Waldekranz2022-01-271-1/+37
* | net/fsl: xgmac_mdio: Support preamble suppressionTobias Waldekranz2022-01-271-0/+18
* | net/fsl: xgmac_mdio: Use managed device resourcesTobias Waldekranz2022-01-271-29/+6
* | net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-261-5/+9
* | net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-261-3/+9
* | net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang2022-01-241-1/+1
* | net: fec_ptp: remove redundant initialization of variable valColin Ian King2022-01-241-1/+0
|/
* Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-201-7/+21
|\
| * net/fsl: xgmac_mdio: Fix incorrect iounmap when removing moduleTobias Waldekranz2022-01-191-1/+2
| * net/fsl: xgmac_mdio: Add workaround for erratum A-009885Tobias Waldekranz2022-01-191-6/+19
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-133-8/+5
|\ \ | |/ |/|
| * bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-163-8/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-091-5/+16
|\ \
| * | fsl/fman: Check for null pointer after calling devm_ioremapJiasheng Jiang2022-01-061-5/+16
* | | net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-092-13/+4
* | | dpaa2-switch: check if the port priv is validIoana Ciornei2022-01-061-3/+6
* | | dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei2022-01-061-1/+14
* | | dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa2022-01-061-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+0
|\| |