summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qualcomm/emac/emac.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-30net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi1-0/+10
2017-01-30net: 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-09net: 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-28net: 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-02net: emac: emac gigabit ethernet controller driverTimur Tabi1-0/+743