summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
...
* net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan2017-09-043-84/+26Star
* net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan2017-09-041-2/+1Star
* net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan2017-09-041-11/+3Star
* net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan2017-09-043-4/+2Star
* net: qualcomm: rmnet: remove unused variable privColin Ian King2017-09-021-3/+0Star
* drivers: net: ethernet: qualcomm: rmnet: Initial implementationSubash Abhinov Kasiviswanathan2017-08-3014-0/+1342
* 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/+0Star
* net: qcom/emac: add shutdown functionTimur Tabi2017-06-251-0/+14
* networking: use skb_put_zero()Johannes Berg2017-06-131-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-073-93/+6Star
|\
| * net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi2017-06-053-93/+6Star
* | 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/+24Star
* | net: qca_spi: remove QCASPI_MTUStefan Wahren2017-05-301-2/+1Star
* | 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/+5Star
* | 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/+2Star
|/
* 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-211-8/+10
* net: qcom/emac: fix a sizeof() typoDan Carpenter2017-02-141-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-304-7/+153
* net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi2017-01-302-14/+0Star
* net: qcom/emac: do not call emac_mac_start twiceTimur Tabi2017-01-303-4/+1Star
* net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi2017-01-301-39/+10Star
* net: qcom/emac: display the phy driver info after we connectTimur Tabi2017-01-302-4/+3Star
* net: qcom/emac: claim the irq only when the device is openedTimur Tabi2017-01-233-14/+11Star
* net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi2017-01-239-24/+23Star
* Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi2017-01-201-6/+0Star
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-181-1/+0Star
* 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/+2Star
|/
* net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi2016-12-171-0/+9