aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur1-2/+3
2019-10-31dpaa_eth: extend delays in ndo_stopMadalin Bucur1-1/+3
2019-10-31dpaa_eth: remove netdev_err() for user errorsMadalin Bucur1-12/+4
2019-10-31dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur1-0/+8
2019-10-31dpaa_eth: use a page to store the SGTMadalin Bucur1-22/+21
2019-10-31dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur1-6/+7
2019-10-31dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: avoid timestamp read on error pathsMadalin Bucur1-7/+10
2019-10-31dpaa_eth: perform DMA unmapping before readMadalin Bucur1-15/+17
2019-10-31dpaa_eth: use page backed rx buffersMadalin Bucur1-29/+22
2019-10-31dpaa_eth: use only one buffer pool per interfaceMadalin Bucur4-92/+57
2019-10-24dpaa_eth: add newline in dev_err() msgMadalin Bucur1-1/+1
2019-10-24dpaa_eth: change DMA deviceMadalin Bucur2-51/+62
2019-10-24dpaa_eth: remove redundant codeMadalin Bucur1-4/+0
2019-10-24dpaa_eth: defer probing after qbmanLaurentiu Tudor1-0/+31
2019-08-08dpaa_eth: Use refcount_t for refcountChuhong Yuan2-4/+5
2019-07-24Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)1-1/+1
2019-05-28dpaa_eth: use only online CPU portalsMadalin Bucur2-7/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-05dpaa_eth: fix SG frame cleanupLaurentiu Tudor1-1/+1
2019-02-12ptp_qoriq: make structure/function names more consistentYangbo Lu1-1/+1
2019-01-17dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur1-0/+6
2018-12-17dpaa_eth: Add change_carrier() for Fixed PHYsJoakim Tjernlund1-1/+2
2018-11-23dpaa_eth: add ethtool coalesce controlMadalin Bucur1-0/+71
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-1/+4
2018-10-02dpaa_eth: Remove useless declarationNathan Chancellor1-2/+0
2018-09-28net: ethernet: dpaa: remove unused variablesArnd Bergmann1-1/+0
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-3/+1
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-22/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-07freescale: ethernet: remove unnecessary unlikely()Igor Stoppa1-5/+3
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2018-06-30dpaa_eth: DPAA SGT needs to be 256BMadalin Bucur1-7/+8
2018-06-26dpaa_eth: add the get_ts_info interface for ethtoolYangbo Lu1-0/+39
2018-06-26dpaa_eth: add support for hardware timestampingYangbo Lu2-5/+86
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-03-23dpaa_eth: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-03-14dpaa_eth: remove duplicate increment of the tx_errors counterCamelia Groza1-1/+0
2018-03-14dpaa_eth: increment the RX dropped counter when neededCamelia Groza1-1/+3
2018-03-14dpaa_eth: remove duplicate initializationCamelia Groza1-1/+0
2018-03-14dpaa_eth: fix error in dpaa_remove()Madalin Bucur1-1/+1
2018-02-27dpaa_eth: Add allmulti optionRadu Bulie1-0/+10
2018-02-27dpaa_eth: refactor frag count checkingMadalin Bucur1-8/+12
2018-02-27dpaa_eth: make sure all Rx errors are countedMadalin Bucur1-8/+2
2018-02-27dpaa_eth: fix SG mappingMadalin Bucur1-10/+13
2018-02-19dpaa_eth: fix pause capability advertisement logicJake Moroni1-1/+1
2018-02-13dpaa_eth: fix incorrect commentJake Moroni1-1/+1