aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-93/+6
2017-06-04net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi3-93/+6
2017-05-30net: qualcomm: add QCA7000 UART driverStefan Wahren4-0/+447
2017-05-30net: qualcomm: make qca_7k_common a separate kernel moduleStefan Wahren3-3/+20
2017-05-30net: qualcomm: prepare frame decoding for UART driverStefan Wahren3-9/+13
2017-05-30net: qualcomm: rename qca_framing.c to qca_7k_common.cStefan Wahren5-4/+4
2017-05-30net: qca_spi: Clarify MODULE_DESCRIPTIONStefan Wahren1-1/+1
2017-05-30net: qualcomm: move qcaspi_tx_cmd to qca_spi.cStefan Wahren3-25/+24
2017-05-30net: qca_spi: remove QCASPI_MTUStefan Wahren1-2/+1
2017-05-30net: qualcomm: Improve readability of length definesStefan Wahren3-11/+11
2017-05-30net: qualcomm: use net_device_ops instead of direct callStefan Wahren3-7/+5
2017-05-30net: qca_spi: Use SET_NETDEV_DEV()Stefan Wahren1-0/+1
2017-05-30net: qca_7k: Use BIT macroStefan Wahren1-7/+7
2017-05-30net: qca_framing: use u16 for frame offsetStefan Wahren1-1/+1
2017-05-30net: qualcomm: qca_7k: clean up header includesStefan Wahren1-4/+2
2017-05-11net: qca_spi: Fix alignment issues in rx pathStefan Wahren1-4/+6
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-03-07net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi1-0/+6
2017-02-20net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-8/+10
2017-02-13net: qcom/emac: fix a sizeof() typoDan Carpenter1-1/+1
2017-02-09net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi1-0/+24
2017-02-09net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi3-81/+119
2017-02-08net: qcom/emac: fix semicolon.cocci warningsWu Fengguang1-1/+1
2017-02-07net: qcom/emac: add ethool support for setting pause parametersTimur Tabi4-18/+48
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 Tabi4-7/+153
2017-01-29net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi2-14/+0
2017-01-29net: qcom/emac: do not call emac_mac_start twiceTimur Tabi3-4/+1
2017-01-29net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi1-39/+10
2017-01-29net: qcom/emac: display the phy driver info after we connectTimur Tabi2-4/+3
2017-01-23net: qcom/emac: claim the irq only when the device is openedTimur Tabi3-14/+11
2017-01-23net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi9-24/+23
2017-01-19Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi1-6/+0
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser1-1/+0
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+9
2017-01-12net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi2-4/+9
2017-01-10net: qcom/emac: add ethtool supportTimur Tabi4-21/+221
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-09net: qcom/emac: add support for the Qualcomm Technologies QDF2400Timur Tabi4-5/+249
2016-12-09net: qcom/emac: move phy init code to separate filesTimur Tabi5-523/+478
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+5
2016-11-27net: qcom/emac: fix of_node and phydev leaksJohan Hovold2-0/+5
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+12
2016-11-09net: qcom/emac: enable flow control if requestedTimur Tabi1-4/+5
2016-11-09net: qcom/emac: configure the external phy to allow pause framesTimur Tabi1-0/+6
2016-11-01net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0Timur Tabi1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+7
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-7/+6