summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/dpaa
AgeCommit message (Expand)Author
2020-12-09net: freescale: dpaa: simplify the return dpaa_eth_refill_bpools()Zheng Yongjun
2020-12-04dpaa_eth: fix build errorr in dpaa_fq_initAnders Roxell
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-02dpaa_eth: copy timestamp fields to new skb in A-050385 workaroundYangbo Lu
2020-11-30dpaa_eth: implement the A050385 erratum workaround for XDPCamelia Groza
2020-11-30dpaa_eth: rename current skb A050385 erratum workaroundCamelia Groza
2020-11-30dpaa_eth: add XDP_REDIRECT supportCamelia Groza
2020-11-30dpaa_eth: add XDP_TX supportCamelia Groza
2020-11-30dpaa_eth: limit the possible MTU range when XDP is enabledCamelia Groza
2020-11-30dpaa_eth: add basic XDP supportCamelia Groza
2020-11-30dpaa_eth: add struct for software backpointersCamelia Groza
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-04dpaa_eth: use false and true for bool variablesZou Wei
2020-11-03net: dpaa: Replace in_irq() usage.Sebastian Andrzej Siewior
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior
2020-11-02dpaa_eth: fix the RX headroom size alignmentCamelia Groza
2020-11-02dpaa_eth: update the buffer layout for non-A050385 erratum scenariosCamelia Groza
2020-10-10dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20dpaa_eth: Fix one possible memleak in dpaa_eth_probeLiu Jian
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-25dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-09net: freescale: select CONFIG_FIXED_PHY where neededArnd Bergmann
2020-04-30dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan
2020-03-30dpaa_eth: Make dpaa_a050385_wa staticYueHaibing
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: dpaa: reject unsupported coalescing paramsJakub Kicinski
2020-03-11dpaa_eth: Remove unnecessary boolean expression in dpaa_get_headroomNathan Chancellor
2020-03-08dpaa_eth: Use random MAC address when none is givenMadalin Bucur
2020-03-06dpaa_eth: FMan erratum A050385 workaroundMadalin Bucur
2020-03-03net/freescale: Don't set zero if FW not-available in dpaaLeon Romanovsky
2020-03-03net/freescale: Clean drivers from static versionsLeon Romanovsky
2020-02-07dpaa_eth: support all modes with rate adapting PHYsMadalin Bucur
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-26dpaa_eth: fix DMA mapping leakMadalin Bucur
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur
2019-10-31dpaa_eth: extend delays in ndo_stopMadalin Bucur
2019-10-31dpaa_eth: remove netdev_err() for user errorsMadalin Bucur
2019-10-31dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur
2019-10-31dpaa_eth: use a page to store the SGTMadalin Bucur
2019-10-31dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur
2019-10-31dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur
2019-10-31dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur
2019-10-31dpaa_eth: avoid timestamp read on error pathsMadalin Bucur
2019-10-31dpaa_eth: perform DMA unmapping before readMadalin Bucur
2019-10-31dpaa_eth: use page backed rx buffersMadalin Bucur
2019-10-31dpaa_eth: use only one buffer pool per interfaceMadalin Bucur