summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa2
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-231-5/+7
|\
| * 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
* | eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski2022-05-101-3/+0
|/
* dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin2022-04-051-1/+3
* 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
* 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
* | 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: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)2022-01-261-3/+9
|/
* 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
* | 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
* | net: phy: lynx: refactor Lynx PCS module to use generic phylink_pcsColin Foster2022-01-022-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-1/+1
|\ \
| * | bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-162-1/+3
|\ \ \ | |/ / |/| |
| * | dpaa2-eth: fix ethtool statisticsIoana Ciornei2021-12-152-1/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-0/+2
|\|
| * dpaa2-eth: destroy workqueue at the end of remove functionDongliang Mu2021-11-301-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-181-2/+2
|\|
| * net: dpaa2-eth: fix use-after-free in dpaa2_eth_removePavel Skripkin2021-11-171-2/+2
* | net: dpaa2-mac: use phylink_generic_validate()Russell King (Oracle)2021-11-181-48/+5
* | net: dpaa2-mac: remove interface checks in dpaa2_mac_validate()Russell King (Oracle)2021-11-181-35/+0
* | net: dpaa2-mac: populate supported_interfaces memberRussell King2021-11-181-0/+21
|/
* net: dpaa2: add adaptive interrupt coalescingIoana Ciornei2021-10-153-2/+20
* net: dpaa2: add support for manual setup of IRQ coalesingIoana Ciornei2021-10-151-0/+51
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-052-3/+3
* net: ethernet: use phylink_set_10g_modes()Russell King (Oracle)2021-10-041-6/+1
* dpaa2-eth: Register devlink instance at the end of probeLeon Romanovsky2021-09-273-7/+21
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-12/+1
* net: dpaa2-mac: add support for more ethtool 10G link modesRussell King2021-09-191-0/+5