aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qualcomm/emac
AgeCommit message (Expand)Author
2021-07-28net: qcom/emac: fix UAF in emac_removePavel Skripkin
2021-05-22net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_sendLv Yunlong
2020-08-21net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai
2018-05-30net: qcom/emac: Use proper free methods during TXHemanth Puranik
2017-09-25net: qcom/emac: specify the correct size when mapping a DMA bufferTimur Tabi
2017-09-21net: qcom/emac: add software control for pause frame modeTimur Tabi
2017-07-14net: qcom/emac: fix double free of SGMII IRQ during shutdownTimur Tabi
2017-06-25net: qcom/emac: add support for emulation systemsTimur Tabi
2017-06-25net: qcom/emac: do not reset the EMAC during initializationTimur Tabi
2017-06-25net: qcom/emac: add shutdown functionTimur Tabi
2017-06-04net: qcom/emac: do not use hardware mdio automatic pollingTimur Tabi
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal
2017-03-07net: qcom/emac: optimize QDF2400 SGMII RX/TX impedence valuesTimur Tabi
2017-02-13net: qcom/emac: fix a sizeof() typoDan Carpenter
2017-02-09net: qcom/emac: add ethtool support for setting ring parametersTimur Tabi
2017-02-09net: qcom/emac: add ethtool support for reading hardware registersTimur Tabi
2017-02-08net: qcom/emac: fix semicolon.cocci warningsWu Fengguang
2017-02-07net: qcom/emac: add ethool support for setting pause parametersTimur Tabi
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-29net: qcom/emac: add an error interrupt handler for the sgmiiTimur Tabi
2017-01-29net: qcom/emac: remove extraneous wake-on-lan codeTimur Tabi
2017-01-29net: qcom/emac: do not call emac_mac_start twiceTimur Tabi
2017-01-29net: qcom/emac: always use autonegotiation to configure the SGMII linkTimur Tabi
2017-01-29net: qcom/emac: display the phy driver info after we connectTimur Tabi
2017-01-23net: qcom/emac: claim the irq only when the device is openedTimur Tabi
2017-01-23net: qcom/emac: rename emac_phy to emac_sgmii and move itTimur Tabi
2017-01-19Revert "net: qcom/emac: configure the external phy to allow pause frames"Timur Tabi
2017-01-18net: Remove usage of net_device last_rx memberTobias Klauser
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-12net: qcom/emac: grab a reference to the phydev on ACPI systemsTimur Tabi
2017-01-10net: qcom/emac: add ethtool supportTimur Tabi
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-12-17net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi
2016-12-09net: qcom/emac: add support for the Qualcomm Technologies QDF2400Timur Tabi
2016-12-09net: qcom/emac: move phy init code to separate filesTimur Tabi
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-27net: qcom/emac: fix of_node and phydev leaksJohan Hovold
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-09net: qcom/emac: enable flow control if requestedTimur Tabi
2016-11-09net: qcom/emac: configure the external phy to allow pause framesTimur Tabi
2016-11-01net: qcom/emac: use correct value for SGMII_LN_UCDR_SO_GAIN_MODE0Timur Tabi
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-10-17net: qcom/emac: Fix module autoload for OF registrationJavier Martinez Canillas
2016-10-15net: qcom/emac: disable interrupts before calling phy_disconnectTimur Tabi
2016-10-03net: qcom/emac: fix return value check in emac_sgmii_config()Wei Yongjun
2016-09-29net: qcom/emac: initial ACPI supportTimur Tabi
2016-09-29net: qcom/emac: use device_get_mac_addressTimur Tabi
2016-09-29net: qcom/emac: do not use devm on internal phy pdevTimur Tabi
2016-09-16net: emac: remove .owner field for driverWei Yongjun