summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/dpaa2
AgeCommit message (Expand)AuthorFilesLines
2022-11-15net: dpaa2: Remove linux/msi.h includesThomas Gleixner3-3/+0
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-10/+2
2022-11-01net: dpaa2: Add some debug prints on deferred probeSean Anderson2-11/+27
2022-10-28net: dpaa2-eth: Simplify bool conversionYang Li1-1/+1
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-09-29net: drop the weight argument from netif_napi_addJakub Kicinski2-5/+3
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-11dpaa2-eth: trace the allocated address instead of page structChen Lin1-2/+2
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+7
2022-05-23dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei1-4/+4
2022-05-23dpaa2-eth: use the correct software annotation fieldIoana Ciornei1-1/+1
2022-05-23dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei1-1/+3
2022-05-10eth: dpaa2-mac: remove a dead-code NULL check on fwnode parentJakub Kicinski1-3/+0
2022-04-05dpaa2-ptp: Fix refcount leak in dpaa2_ptp_probeMiaoqian Lin1-1/+3
2022-03-14dpaa2-mac: configure the SerDes phy on a protocol changeIoana Ciornei4-2/+100
2022-03-14dpaa2-mac: move setting up supported_interfaces into a functionIoana Ciornei1-19/+24
2022-03-14dpaa2-mac: retrieve API version and detect featuresIoana Ciornei2-0/+32
2022-03-14dpaa2-mac: add the MC API for reconfiguring the protocolIoana Ciornei3-0/+31
2022-03-14dpaa2-mac: add the MC API for retrieving the versionIoana Ciornei3-0/+40
2022-02-19dpaa2-eth: Update SINGLE_STEP register accessRadu Bulie2-10/+93
2022-02-19dpaa2-eth: Update dpni_get_single_step_cfg commandRadu Bulie3-1/+13
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2022-02-15dpaa2-eth: Simplify bool conversionYang Li1-2/+2
2022-02-15dpaa2-eth: Initialize mutex used in one step timestamping pathRadu Bulie1-1/+1
2022-02-15dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_keyTom Rix1-1/+3
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-02-10dpaa2-eth: unregister the netdev before disconnecting from the PHYRobert-Ionut Alexa1-2/+2
2022-02-09dpaa2-eth: add support for software TSOIoana Ciornei3-18/+207
2022-02-09dpaa2-eth: work with an array of FDsIoana Ciornei2-16/+47
2022-02-09dpaa2-eth: use the S/G table cache also for the normal S/G pathIoana Ciornei2-9/+8
2022-02-09dpaa2-eth: extract the S/G table buffer cache interaction into functionsIoana Ciornei1-24/+37
2022-02-09dpaa2-eth: allocate a fragment already alignedIoana Ciornei1-6/+5
2022-02-09dpaa2-eth: rearrange variable declaration in __dpaa2_eth_txIoana Ciornei1-4/+4
2022-01-26net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)1-3/+9
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-8/+5
2022-01-07dpaa2-switch: check if the port priv is validIoana Ciornei1-3/+6
2022-01-07dpaa2-mac: return -EPROBE_DEFER from dpaa2_mac_open in case the fwnode is not...Ioana Ciornei1-1/+14
2022-01-07dpaa2-mac: bail if the dpmacs fwnode is not foundRobert-Ionut Alexa1-1/+4