summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm
Commit message (Expand)AuthorAgeFilesLines
* net: qcom/emac: add software control for pause frame modeTimur Tabi2017-09-214-0/+58
* net: qualcomm: rmnet: Fix a double freeDan Carpenter2017-09-091-6/+4
* net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan2017-09-038-87/+82
* net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan2017-09-034-3/+15
* net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan2017-09-033-84/+26
* net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan2017-09-031-2/+1
* net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan2017-09-031-11/+3
* net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan2017-09-033-4/+2
* net: qualcomm: rmnet: remove unused variable privColin Ian King2017-09-011-3/+0
* 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/+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
|\
OpenPOWER on IntegriCloud