summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/emac
Commit message (Expand)AuthorAgeFilesLines
* net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong2021-04-261-1/+3
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-0/+1
* net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
* net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-053-5/+8
* net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-5/+2
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-13/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: qcom/emac: Demote MTU change print to debugFlorian Fainelli2019-11-071-3/+3
* net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-011-5/+2
* net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-4/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-7/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-0512-108/+12
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...Yang Wei2019-02-131-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
* net: qcom/emac: Add missing of_node_put()YueHaibing2018-06-141-0/+1
* net: qcom/emac: fix device tree initializationTimur Tabi2018-05-291-3/+13
* net: qcom/emac: Allocate buffers from local nodeHemanth Puranik2018-05-201-2/+4
* net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik2018-05-164-71/+103
* net: qcom/emac: Use proper free methods during TXHemanth Puranik2018-03-071-9/+14
* net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng2018-01-242-3/+7
* net: qcom/emac: Change the order of mac up and sgmii openHemanth Puranik2017-12-181-3/+3
* net: qcom/emac: Reduce timeout for mdio read/writeHemanth Puranik2017-12-151-3/+4
* Revert "net: qcom/emac: enforce DMA address restrictions"Timur Tabi2017-10-121-24/+15
* net: qcom/emac: clean up some TX/RX error messagesTimur Tabi2017-10-112-13/+10
* net: qcom/emac: enforce DMA address restrictionsTimur Tabi2017-10-111-15/+24
* net: qcom/emac: remove unused address arraysTimur Tabi2017-10-111-13/+3
* net: qcom/emac: specify the correct DMA maskTimur Tabi2017-10-111-13/+4
* net: qcom/emac: make function emac_isr staticColin Ian King2017-10-051-1/+1
* net: qcom/emac: specify the correct size when mapping a DMA bufferTimur Tabi2017-09-251-1/+2
* net: qcom/emac: add software control for pause frame modeTimur Tabi2017-09-214-0/+58
* net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi2017-07-141-4/+6
* net: qcom/emac: add support for emulation systemsTimur Tabi2017-06-251-2/+21
* net: qcom/emac: do not reset the EMAC during initializationTimur Tabi2017-06-251-2/+0
* net: qcom/emac: add shutdown functionTimur Tabi2017-06-251-0/+14
* net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi2017-06-043-93/+6
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi2017-03-071-0/+6
* net: qcom/emac: fix a sizeof() typoDan Carpenter2017-02-131-1/+1
* net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi2017-02-091-0/+24
* net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi2017-02-093-81/+119
* net: qcom/emac: fix semicolon.cocci warningsWu Fengguang2017-02-081-1/+1
* net: qcom/emac: add ethool support for setting pause parametersTimur Tabi2017-02-074-18/+48
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi2017-01-294-7/+153
* net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi2017-01-292-14/+0
* net: qcom/emac: do not call emac_mac_start twiceTimur Tabi2017-01-293-4/+1
* net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi2017-01-291-39/+10
* net: qcom/emac: display the phy driver info after we connectTimur Tabi2017-01-292-4/+3
* net: qcom/emac: claim the irq only when the device is openedTimur Tabi2017-01-233-14/+11