aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/emac/emac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski1-4/+1
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski1-1/+1
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-09net: qcom/emac: fix UAF in emac_removePavel Skripkin1-1/+2
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-0/+1
2020-08-11net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_phase1_initWang Hai1-3/+14
2020-05-05net: emac: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-13/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-07net: qcom/emac: Demote MTU change print to debugFlorian Fainelli1-3/+3
2019-08-01net: qcom/emac: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+2
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2018-05-16net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik1-5/+4
2018-01-24net: qcom/emac: extend DMA mask to 46bitsWang Dongsheng1-2/+5
2017-12-18net: qcom/emac: Change the order of mac up and sgmii openHemanth Puranik1-3/+3
2017-10-11net: qcom/emac: clean up some TX/RX error messagesTimur Tabi1-4/+4
2017-10-11net: qcom/emac: specify the correct DMA maskTimur Tabi1-13/+4
2017-10-05net: qcom/emac: make function emac_isr staticColin Ian King1-1/+1
2017-09-21net: qcom/emac: add software control for pause frame modeTimur Tabi1-0/+3
2017-07-14net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi1-4/+6
2017-06-25net: qcom/emac: do not reset the EMAC during initializationTimur Tabi1-2/+0
2017-06-25net: qcom/emac: add shutdown functionTimur Tabi1-0/+14
2017-06-04net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi1-21/+1
2017-02-07net: qcom/emac: add ethool support for setting pause parametersTimur Tabi1-4/+7
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-29net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi1-0/+10
2017-01-29net: qcom/emac: do not call emac_mac_start twiceTimur Tabi1-2/+0
2017-01-23net: qcom/emac: claim the irq only when the device is openedTimur Tabi1-0/+11
2017-01-23net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi1-1/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2017-01-12net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi1-4/+2
2017-01-10net: qcom/emac: add ethtool supportTimur Tabi1-20/+32
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-12-17net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi1-0/+9
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2016-11-27net: qcom/emac: fix of_node and phydev leaksJohan Hovold1-0/+4
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-7/+6
2016-10-17net: qcom/emac: Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-09-29net: qcom/emac: initial ACPI supportTimur Tabi1-0/+12
2016-09-29net: qcom/emac: use device_get_mac_addressTimur Tabi1-6/+4
2016-09-29net: qcom/emac: do not use devm on internal phy pdevTimur Tabi1-0/+4
2016-09-16net: emac: remove .owner field for driverWei Yongjun1-1/+0
2016-09-16net: emac: remove unnecessary dev_set_drvdata()Wei Yongjun1-1/+0
2016-09-01net: emac: emac gigabit ethernet controller driverTimur Tabi1-0/+743