index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ethoc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: ethoc: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-20
1
-4
/
+2
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
1
-1
/
+1
*
net: ethoc: Use platform_get_irq() to get the interrupt
Lad Prabhakar
2021-12-27
1
-6
/
+3
*
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
ethernet: use eth_hw_addr_set() in unmaintained drivers
Jakub Kicinski
2021-10-18
1
-2
/
+6
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
ethernet: use of_get_ethdev_address()
Jakub Kicinski
2021-10-07
1
-1
/
+1
*
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: ethoc: Make use of the helper function dev_err_probe()
Cai Huoqing
2021-09-16
1
-8
/
+4
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-5
/
+1
*
net: ethernet: Fix memleak in ethoc_probe
Dinghao Liu
2020-12-23
1
-1
/
+2
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-25
1
-1
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
1
-1
/
+1
|
\
|
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
|
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-2
/
+2
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
net: ethernet: support of_get_mac_address new ERR_PTR error
Petr Štetiar
2019-05-07
1
-1
/
+1
*
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
2018-09-12
1
-4
/
+1
*
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
net: ethoc: Remove useless test before clk_disable_unprepare
YueHaibing
2018-05-16
1
-4
/
+2
*
net: ethoc: enable NAPI before poll may be scheduled
Max Filippov
2017-06-06
1
-1
/
+2
*
net: ethoc: Use ether_addr_copy()
Tobias Klauser
2017-03-21
1
-2
/
+2
*
net: ethoc: Use eth_hw_addr_random()
Tobias Klauser
2017-02-17
1
-8
/
+2
*
drivers: net: generalize napi_complete_done()
Eric Dumazet
2017-01-30
1
-1
/
+1
*
net: ethoc: Make needlessly global struct ethtool_ops static
Tobias Klauser
2017-01-17
1
-1
/
+1
*
net: ethoc: Remove unused members from struct ethoc
Tobias Klauser
2017-01-05
1
-7
/
+0
*
net: ethoc: Demote packet dropped error message to debug
Florian Fainelli
2016-12-05
1
-1
/
+1
*
net: ethoc: Utilize of_get_mac_address()
Florian Fainelli
2016-12-05
1
-4
/
+3
*
net: ethoc: Account for duplex changes
Florian Fainelli
2016-12-05
1
-0
/
+35
*
net: ethoc: Implement ethtool::nway_reset
Florian Fainelli
2016-11-16
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-07-24
1
-5
/
+11
|
\
|
*
net: ethoc: Correctly pad short packets
Florian Fainelli
2016-07-12
1
-0
/
+6
|
*
net: ethoc: Fix early error paths
Florian Fainelli
2016-07-12
1
-5
/
+5
*
|
net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-15
1
-22
/
+2
*
|
net: ethernet: ethoc: use phydev from struct net_device
Philippe Reynes
2016-07-15
1
-13
/
+7
|
/
*
net/ethoc: fix null dereference on error exit path
Colin Ian King
2016-06-01
1
-3
/
+4
*
net/ethoc: do not free array priv->mdio->irq
Colin Ian King
2016-03-06
1
-1
/
+0
*
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
2016-01-07
1
-2
/
+2
*
mdio: Move allocation of interrupts into core
Andrew Lunn
2016-01-07
1
-13
/
+1
*
net/ethoc: support big-endian register layout
Max Filippov
2015-09-23
1
-2
/
+12
*
net: ethoc: Remove unnecessary #ifdef CONFIG_OF
Tobias Klauser
2015-09-09
1
-6
/
+1
*
net: ethoc: constify of_device_id array
Fabian Frederick
2015-03-17
1
-1
/
+1
*
net: ethernet: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
2014-10-03
1
-2
/
+0
*
net: ethoc: remove ethoc_config
Florian Fainelli
2014-04-21
1
-6
/
+0
*
net: ethoc: remove empty MDIO bus function
Florian Fainelli
2014-03-28
1
-6
/
+0
*
net: ethoc: set up MII management bus clock
Max Filippov
2014-02-04
1
-2
/
+30
*
net: ethoc: don't advertise gigabit speed on attached PHY
Max Filippov
2014-02-04
1
-0
/
+5
[next]