summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa/dpaa_eth.c
Commit message (Expand)AuthorAgeFilesLines
* net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()Zheng Yongjun2020-12-091-5/+1
* dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell2020-12-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-031-1/+9
|\
| * dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu2020-12-021-1/+9
* | dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza2020-11-301-2/+82
* | dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza2020-11-301-2/+2
* | dpaa_eth: add XDP_REDIRECT supportCamelia Groza2020-11-301-1/+47
* | dpaa_eth: add XDP_TX supportCamelia Groza2020-11-301-5/+124
* | dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza2020-11-301-8/+31
* | dpaa_eth: add basic XDP supportCamelia Groza2020-11-301-16/+151
* | dpaa_eth: add struct for software backpointersCamelia Groza2020-11-301-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-10/+18
|\|
| * dpaa_eth: fix the RX headroom size alignmentCamelia Groza2020-11-021-5/+9
| * dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza2020-11-021-6/+10
* | dpaa_eth: use false and true for bool variablesZou Wei2020-11-041-2/+2
* | net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior2020-11-031-6/+6
* | soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior2020-11-031-4/+8
|/
* dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov2020-10-101-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian2020-07-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
|\
| * dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean2020-05-251-1/+1
* | dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan2020-04-301-1/+1
|/
* dpaa_eth: Make dpaa_a050385_wa staticYueHaibing2020-03-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-6/+108
|\
| * dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor2020-03-111-3/+1
| * dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur2020-03-061-3/+107
* | dpaa_eth: Use random MAC address when none is givenMadalin Bucur2020-03-081-2/+14
|/
* dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur2020-02-071-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-19/+20
|\
| * dpaa_eth: fix DMA mapping leakMadalin Bucur2019-12-261-19/+20
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-2/+3
* dpaa_eth: extend delays in ndo_stopMadalin Bucur2019-10-311-1/+3
* dpaa_eth: use a page to store the SGTMadalin Bucur2019-10-311-22/+21
* dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur2019-10-311-7/+7
* dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-6/+7
* dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur2019-10-311-7/+7
* dpaa_eth: avoid timestamp read on error pathsMadalin Bucur2019-10-311-7/+10
* dpaa_eth: perform DMA unmapping before readMadalin Bucur2019-10-311-15/+17
* dpaa_eth: use page backed rx buffersMadalin Bucur2019-10-311-29/+22
* dpaa_eth: use only one buffer pool per interfaceMadalin Bucur2019-10-311-60/+35
* dpaa_eth: add newline in dev_err() msgMadalin Bucur2019-10-241-1/+1
* dpaa_eth: change DMA deviceMadalin Bucur2019-10-241-49/+56
* dpaa_eth: remove redundant codeMadalin Bucur2019-10-241-4/+0
* dpaa_eth: defer probing after qbmanLaurentiu Tudor2019-10-241-0/+31
* dpaa_eth: Use refcount_t for refcountChuhong Yuan2019-08-081-3/+3
* Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-1/+1
* dpaa_eth: use only online CPU portalsMadalin Bucur2019-05-281-5/+4
* dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-051-1/+1