index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
qualcomm
/
emac
/
emac.c
Age
Commit message (
Expand
)
Author
2023-03-30
net: qcom/emac: Fix use after free bug in emac_remove due to race condition
Zheng Wang
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2021-10-07
ethernet: make more use of device_get_ethdev_address()
Jakub Kicinski
2021-10-07
eth: fwnode: remove the addr len from mac helpers
Jakub Kicinski
2021-10-07
eth: fwnode: change the return type of mac address helpers
Jakub Kicinski
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-09
net: qcom/emac: fix UAF in emac_remove
Pavel Skripkin
2020-09-25
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-08-11
net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...
Wang Hai
2020-05-05
net: emac: Fix use correct return type for ndo_start_xmit()
Yunjian Wang
2020-01-23
net: convert suitable drivers to use phy_do_ioctl_running
Heiner Kallweit
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-11-07
net: qcom/emac: Demote MTU change print to debug
Florian Fainelli
2019-08-01
net: qcom/emac: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-07-30
net: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2018-05-16
net: qcom/emac: Encapsulate sgmii ops under one structure
Hemanth Puranik
2018-01-24
net: qcom/emac: extend DMA mask to 46bits
Wang Dongsheng
2017-12-18
net: qcom/emac: Change the order of mac up and sgmii open
Hemanth Puranik
2017-10-11
net: qcom/emac: clean up some TX/RX error messages
Timur Tabi
2017-10-11
net: qcom/emac: specify the correct DMA mask
Timur Tabi
2017-10-05
net: qcom/emac: make function emac_isr static
Colin Ian King
2017-09-21
net: qcom/emac: add software control for pause frame mode
Timur Tabi
2017-07-14
net: qcom/emac: fix double free of SGMII IRQ during shutdown
Timur Tabi
2017-06-25
net: qcom/emac: do not reset the EMAC during initialization
Timur Tabi
2017-06-25
net: qcom/emac: add shutdown function
Timur Tabi
2017-06-04
net: qcom/emac: do not use hardware mdio automatic polling
Timur Tabi
2017-02-07
net: qcom/emac: add ethool support for setting pause parameters
Timur Tabi
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-29
net: qcom/emac: add an error interrupt handler for the sgmii
Timur Tabi
2017-01-29
net: qcom/emac: do not call emac_mac_start twice
Timur Tabi
2017-01-23
net: qcom/emac: claim the irq only when the device is opened
Timur Tabi
2017-01-23
net: qcom/emac: rename emac_phy to emac_sgmii and move it
Timur Tabi
2017-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-12
net: qcom/emac: grab a reference to the phydev on ACPI systems
Timur Tabi
2017-01-10
net: qcom/emac: add ethtool support
Timur Tabi
2017-01-08
net: make ndo_get_stats64 a void function
stephen hemminger
2016-12-17
net: qcom/emac: don't try to claim clocks on ACPI systems
Timur Tabi
2016-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-27
net: qcom/emac: fix of_node and phydev leaks
Johan Hovold
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-10-20
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
2016-10-17
net: qcom/emac: Fix module autoload for OF registration
Javier Martinez Canillas
2016-09-29
net: qcom/emac: initial ACPI support
Timur Tabi
2016-09-29
net: qcom/emac: use device_get_mac_address
Timur Tabi
2016-09-29
net: qcom/emac: do not use devm on internal phy pdev
Timur Tabi
2016-09-16
net: emac: remove .owner field for driver
Wei Yongjun
2016-09-16
net: emac: remove unnecessary dev_set_drvdata()
Wei Yongjun
2016-09-01
net: emac: emac gigabit ethernet controller driver
Timur Tabi