summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qualcomm/emac
AgeCommit message (Expand)Author
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski
2021-09-06net: qcom/emac: Replace strlcpy with strscpyJason Wang
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-09net: qcom/emac: fix UAF in emac_removePavel Skripkin
2021-04-26net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai
2020-05-05net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-02-19net: qcom/emac: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-07net: qcom/emac: Demote MTU change print to debugFlorian Fainelli
2019-08-01net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-13net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for dro...Yang Wei
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-06-14net: qcom/emac: Add missing of_node_put()YueHaibing
2018-05-29net: qcom/emac: fix device tree initializationTimur Tabi
2018-05-20net: qcom/emac: Allocate buffers from local nodeHemanth Puranik
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik
2018-03-07net: qcom/emac: Use proper free methods during TXHemanth Puranik
2018-01-24net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng
2017-12-18net: qcom/emac: Change the order of mac up and sgmii openHemanth Puranik
2017-12-15net: qcom/emac: Reduce timeout for mdio read/writeHemanth Puranik
2017-10-12Revert "net: qcom/emac: enforce DMA address restrictions"Timur Tabi
2017-10-11net: qcom/emac: clean up some TX/RX error messagesTimur Tabi
2017-10-11net: qcom/emac: enforce DMA address restrictionsTimur Tabi
2017-10-11net: qcom/emac: remove unused address arraysTimur Tabi
2017-10-11net: qcom/emac: specify the correct DMA maskTimur Tabi
2017-10-05net: qcom/emac: make function emac_isr staticColin Ian King
2017-09-25net: qcom/emac: specify the correct size when mapping a DMA bufferTimur Tabi
2017-09-21net: qcom/emac: add software control for pause frame modeTimur Tabi
2017-07-14net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi
2017-06-25net: qcom/emac: add support for emulation systemsTimur Tabi
2017-06-25net: qcom/emac: do not reset the EMAC during initializationTimur Tabi
2017-06-25net: qcom/emac: add shutdown functionTimur Tabi
2017-06-04net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2017-03-07net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi
2017-02-13net: qcom/emac: fix a sizeof() typoDan Carpenter
2017-02-09net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi
2017-02-09net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi
2017-02-08net: qcom/emac: fix semicolon.cocci warningsWu Fengguang