summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa
Commit message (Expand)AuthorAgeFilesLines
* dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian2020-07-201-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-0/+1
|\|
| * net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann2020-05-091-0/+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
* | net: dpaa: reject unsupported coalescing paramsJakub Kicinski2020-03-121-4/+2
* | dpaa_eth: Use random MAC address when none is givenMadalin Bucur2020-03-081-2/+14
* | net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky2020-03-031-9/+0
* | net/freescale: Clean drivers from static versionsLeon Romanovsky2020-03-031-2/+0
|/
* 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: remove netdev_err() for user errorsMadalin Bucur2019-10-311-12/+4
* dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur2019-10-311-0/+8
* 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-314-92/+57
* dpaa_eth: add newline in dev_err() msgMadalin Bucur2019-10-241-1/+1
* dpaa_eth: change DMA deviceMadalin Bucur2019-10-242-51/+62
* 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-082-4/+5
* Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-1/+1
* dpaa_eth: use only online CPU portalsMadalin Bucur2019-05-282-7/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-051-1/+1
* ptp_qoriq: make structure/function names more consistentYangbo Lu2019-02-121-1/+1
* dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur2019-01-171-0/+6
* dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund2018-12-171-1/+2
* dpaa_eth: add ethtool coalesce controlMadalin Bucur2018-11-231-0/+71
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-1/+4
* dpaa_eth: Remove useless declarationNathan Chancellor2018-10-021-2/+0
* net: ethernet: dpaa: remove unused variablesArnd Bergmann2018-09-281-1/+0
* net: freescale: fix return type of ndo_start_xmit functionYueHaibing2018-09-211-1/+2
* net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-121-3/+1
* net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-121-22/+1