summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-121-2/+1
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-7/+8
|\
| * dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur2018-06-301-7/+8
* | dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu2018-06-261-0/+39
* | dpaa_eth: add support for hardware timestampingYangbo Lu2018-06-262-5/+86
|/
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva2018-03-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-4/+4
|\
| * dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza2018-03-141-1/+0
| * dpaa_eth: increment the RX dropped counter when neededCamelia Groza2018-03-141-1/+3
| * dpaa_eth: remove duplicate initializationCamelia Groza2018-03-141-1/+0
| * dpaa_eth: fix error in dpaa_remove()Madalin Bucur2018-03-141-1/+1
* | dpaa_eth: Add allmulti optionRadu Bulie2018-02-271-0/+10
* | dpaa_eth: refactor frag count checkingMadalin Bucur2018-02-271-8/+12
OpenPOWER on IntegriCloud