summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/emac/emac.c
Commit message (Expand)AuthorAgeFilesLines
* net: qcom/emac: Encapsulate sgmii ops under one structureHemanth Puranik2018-05-161-5/+4Star
* 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/+4Star
* 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/+0Star
* 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/+1Star
* 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/+0Star
* 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/+2Star
|\
| * net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2017-01-121-4/+2Star
* | net: qcom/emac: add ethtool supportTimur Tabi2017-01-101-20/+32
* | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
|/
* 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/+6Star
|/
* net: qcom/emac: initial ACPI supportTimur Tabi2016-09-291-0/+12
* net: qcom/emac: use device_get_mac_addressTimur Tabi2016-09-291-6/+4Star
* 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/+0Star
* net: emac: remove unnecessary dev_set_drvdata()Wei Yongjun2016-09-161-1/+0Star
* net: emac: emac gigabit ethernet controller driverTimur Tabi2016-09-021-0/+743