index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ethoc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-12
net: ethernet: Use phy_set_max_speed() to limit advertised speed
Andrew Lunn
1
-4
/
+1
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-1
/
+2
2018-05-16
net: ethoc: Remove useless test before clk_disable_unprepare
YueHaibing
1
-4
/
+2
2017-06-06
net: ethoc: enable NAPI before poll may be scheduled
Max Filippov
1
-1
/
+2
2017-03-21
net: ethoc: Use ether_addr_copy()
Tobias Klauser
1
-2
/
+2
2017-02-17
net: ethoc: Use eth_hw_addr_random()
Tobias Klauser
1
-8
/
+2
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-17
net: ethoc: Make needlessly global struct ethtool_ops static
Tobias Klauser
1
-1
/
+1
2017-01-05
net: ethoc: Remove unused members from struct ethoc
Tobias Klauser
1
-7
/
+0
2016-12-05
net: ethoc: Demote packet dropped error message to debug
Florian Fainelli
1
-1
/
+1
2016-12-05
net: ethoc: Utilize of_get_mac_address()
Florian Fainelli
1
-4
/
+3
2016-12-05
net: ethoc: Account for duplex changes
Florian Fainelli
1
-0
/
+35
2016-11-16
net: ethoc: Implement ethtool::nway_reset
Florian Fainelli
1
-0
/
+1
2016-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+11
2016-07-15
net: ethernet: ethoc: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+2
2016-07-15
net: ethernet: ethoc: use phydev from struct net_device
Philippe Reynes
1
-13
/
+7
2016-07-12
net: ethoc: Correctly pad short packets
Florian Fainelli
1
-0
/
+6
2016-07-12
net: ethoc: Fix early error paths
Florian Fainelli
1
-5
/
+5
2016-06-01
net/ethoc: fix null dereference on error exit path
Colin Ian King
1
-3
/
+4
2016-03-06
net/ethoc: do not free array priv->mdio->irq
Colin Ian King
1
-1
/
+0
2016-01-07
phy: Add API for {un}registering an mdio device to a bus.
Andrew Lunn
1
-2
/
+2
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
1
-13
/
+1
2015-09-23
net/ethoc: support big-endian register layout
Max Filippov
1
-2
/
+12
2015-09-09
net: ethoc: Remove unnecessary #ifdef CONFIG_OF
Tobias Klauser
1
-6
/
+1
2015-03-17
net: ethoc: constify of_device_id array
Fabian Frederick
1
-1
/
+1
2014-10-20
net: ethernet: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-03
net: ethernet: Remove superfluous ether_setup after alloc_etherdev
Tobias Klauser
1
-2
/
+0
2014-04-21
net: ethoc: remove ethoc_config
Florian Fainelli
1
-6
/
+0
2014-03-28
net: ethoc: remove empty MDIO bus function
Florian Fainelli
1
-6
/
+0
2014-02-04
net: ethoc: set up MII management bus clock
Max Filippov
1
-2
/
+30
2014-02-04
net: ethoc: don't advertise gigabit speed on attached PHY
Max Filippov
1
-0
/
+5
2014-02-01
net: ethoc: implement ethtool get/set ring parameters
Max Filippov
1
-0
/
+51
2014-02-01
net: ethoc: implement ethtool get registers
Max Filippov
1
-0
/
+20
2014-02-01
net: ethoc: implement ethtool get/set settings
Max Filippov
1
-0
/
+24
2014-02-01
net: ethoc: implement basic ethtool operations
Max Filippov
1
-0
/
+6
2013-08-30
net: ethoc: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-05-27
net: ethernet: remove unnecessary platform_set_drvdata()
Jingoo Han
1
-2
/
+0
2013-01-29
ethoc: Cleanup driver format
Barry Grussling
1
-17
/
+17
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-2
/
+2
2013-01-06
ethoc: fix mac address set
Jiri Pirko
1
-11
/
+11
2013-01-03
net: remove unnecessary NET_ADDR_RANDOM "bitclean"
Jiri Pirko
1
-1
/
+0
2013-01-03
net: set dev->addr_assign_type correctly
Jiri Pirko
1
-1
/
+1
2012-12-03
net/ethernet: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-07-16
ethernet: Use eth_random_addr
Joe Perches
1
-1
/
+1
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-2
/
+2
2012-02-17
ethoc: set addr_assign_type if random_ether_addr() used
Danny Kukawka
1
-2
/
+18
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-1
/
+0
2012-01-30
drivers/net: fix up stale paths from driver reorg
Paul Gortmaker
1
-1
/
+1
2011-11-29
net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-10-31
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
[next]