summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: enetc: Use pci_release_region() to release some resourcesChristophe JAILLET2022-05-281-2/+2
* net: dpaa: Convert to SPDX identifiersSean Anderson2022-05-285-143/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-232-8/+12
|\
| * dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei2022-05-221-4/+4
| * dpaa2-eth: use the correct software annotation fieldIoana Ciornei2022-05-221-1/+1
| * dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei2022-05-221-1/+3
| * net: fec: Do proper error checking for optional clksUwe Kleine-König2022-05-221-6/+10
* | net: fec: Do proper error checking for enet_out clkUwe Kleine-König2022-05-221-3/+5
* | net: fec: Avoid allocating rx buffer using ATOMIC in ndo_openMichael Trimarchi2022-05-191-1/+1
* | net: enetc: kill PHY-less mode for PFsVladimir Oltean2022-05-121-10/+14
* | net: enetc: count the tc-taprio window dropsPo Liu2022-05-114-2/+16
* | net: enetc: manage ENETC_F_QBV in priv->active_offloads only when enabledVladimir Oltean2022-05-112-4/+8
* | eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski2022-05-101-3/+0
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+2
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* | net: move snowflake callers to netif_napi_add_tx_weight()Jakub Kicinski2022-05-051-2/+2
* | net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-052-0/+3
* | eth: gfar: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-4/+1
|/
* net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean2022-04-281-4/+0
* net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang2022-04-271-1/+1
* dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi2022-04-111-2/+6
* dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin2022-04-051-1/+3
* net: enetc: report software timestamping via SO_TIMESTAMPINGVladimir Oltean2022-03-251-1/+4
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-2420-252/+829
|\
| * 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
| |\
| * | 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: 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
| |\ \ \
| * | | | 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
| |\ \ \ \