summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
* net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi2017-07-141-4/+6
* net: qcom/emac: add support for emulation systemsTimur Tabi2017-06-251-2/+21
* 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
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-063-93/+6
|\
| * net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi2017-06-043-93/+6
* | net: qualcomm: add QCA7000 UART driverStefan Wahren2017-05-304-0/+447
* | net: qualcomm: make qca_7k_common a separate kernel moduleStefan Wahren2017-05-303-3/+20
* | net: qualcomm: prepare frame decoding for UART driverStefan Wahren2017-05-303-9/+13
* | net: qualcomm: rename qca_framing.c to qca_7k_common.cStefan Wahren2017-05-305-4/+4
* | net: qca_spi: Clarify MODULE_DESCRIPTIONStefan Wahren2017-05-301-1/+1
* | net: qualcomm: move qcaspi_tx_cmd to qca_spi.cStefan Wahren2017-05-303-25/+24
* | net: qca_spi: remove QCASPI_MTUStefan Wahren2017-05-301-2/+1
* | net: qualcomm: Improve readability of length definesStefan Wahren2017-05-303-11/+11
* | net: qualcomm: use net_device_ops instead of direct callStefan Wahren2017-05-303-7/+5
* | net: qca_spi: Use SET_NETDEV_DEV()Stefan Wahren2017-05-301-0/+1
* | net: qca_7k: Use BIT macroStefan Wahren2017-05-301-7/+7
* | net: qca_framing: use u16 for frame offsetStefan Wahren2017-05-301-1/+1
* | net: qualcomm: qca_7k: clean up header includesStefan Wahren2017-05-301-4/+2
|/
* net: qca_spi: Fix alignment issues in rx pathStefan Wahren2017-05-111-4/+6
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
* net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi2017-03-071-0/+6
* net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-201-8/+10
* net: qcom/emac: fix a sizeof() typoDan Carpenter2017-02-131-1/+1
* net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi2017-02-091-0/+24
* net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi2017-02-093-81/+119
* net: qcom/emac: fix semicolon.cocci warningsWu Fengguang2017-02-081-1/+1
* net: qcom/emac: add ethool support for setting pause parametersTimur Tabi2017-02-074-18/+48
* 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-294-7/+153
* net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi2017-01-292-14/+0
* net: qcom/emac: do not call emac_mac_start twiceTimur Tabi2017-01-293-4/+1
* net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi2017-01-291-39/+10
* net: qcom/emac: display the phy driver info after we connectTimur Tabi2017-01-292-4/+3
* net: qcom/emac: claim the irq only when the device is openedTimur Tabi2017-01-233-14/+11
* net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi2017-01-239-24/+23
* Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi2017-01-191-6/+0
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-172-4/+9
|\
| * net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2017-01-122-4/+9
* | net: qcom/emac: add ethtool supportTimur Tabi2017-01-104-21/+221
* | 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
* net: qcom/emac: add support for the Qualcomm Technologies QDF2400Timur Tabi2016-12-094-5/+249
* net: qcom/emac: move phy init code to separate filesTimur Tabi2016-12-095-523/+478
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-032-0/+5
|\
| * net: qcom/emac: fix of_node and phydev leaksJohan Hovold2016-11-272-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-152-5/+12
|\|
| * net: qcom/emac: enable flow control if requestedTimur Tabi2016-11-091-4/+5