summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/emac/emac.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ethernet: make more use of device_get_ethdev_address()Jakub Kicinski2021-10-071-4/+1
* eth: fwnode: remove the addr len from mac helpersJakub Kicinski2021-10-071-1/+1
* eth: fwnode: change the return type of mac address helpersJakub Kicinski2021-10-071-1/+1
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: qcom/emac: fix UAF in emac_removePavel Skripkin2021-07-091-1/+2
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-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-051-1/+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-131-1/+1
* net: qcom/emac: Demote MTU change print to debugFlorian Fainelli2019-11-081-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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
* net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik2018-05-161-5/+4
* net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng2018-01-241-2/+5
* net: qcom/emac: Change the order of mac up and sgmii openHemanth Puranik2017-12-181-3/+3
* net: qcom/emac: clean up some TX/RX error messagesTimur Tabi2017-10-121-4/+4
* net: qcom/emac: specify the correct DMA maskTimur Tabi2017-10-121-13/+4
* net: qcom/emac: make function emac_isr staticColin Ian King2017-10-061-1/+1
* net: qcom/emac: add software control for pause frame modeTimur Tabi2017-09-221-0/+3
* net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi2017-07-141-4/+6
* 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-051-21/+1
* net: qcom/emac: add ethool support for setting pause parametersTimur Tabi2017-02-071-4/+7
* 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-301-0/+10
* net: qcom/emac: do not call emac_mac_start twiceTimur Tabi2017-01-301-2/+0
* net: qcom/emac: claim the irq only when the device is openedTimur Tabi2017-01-231-0/+11
* net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi2017-01-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-4/+2
|\
| * net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2017-01-121-4/+2
* | net: qcom/emac: add ethtool supportTimur Tabi2017-01-101-20/+32
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
|/
* net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi2016-12-171-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-0/+4
|\
| * net: qcom/emac: fix of_node and phydev leaksJohan Hovold2016-11-281-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-0/+1
|\|
| * net: qcom/emac: Fix module autoload for OF registrationJavier Martinez Canillas2016-10-171-0/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-7/+6
|/
* net: qcom/emac: initial ACPI supportTimur Tabi2016-09-291-0/+12
* net: qcom/emac: use device_get_mac_addressTimur Tabi2016-09-291-6/+4
* net: qcom/emac: do not use devm on internal phy pdevTimur Tabi2016-09-291-0/+4
* net: emac: remove .owner field for driverWei Yongjun2016-09-161-1/+0
* net: emac: remove unnecessary dev_set_drvdata()Wei Yongjun2016-09-161-1/+0
* net: emac: emac gigabit ethernet controller driverTimur Tabi2016-09-021-0/+743