index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ti
/
cpmac.c
Age
Commit message (
Expand
)
Author
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2016-09-04
net: ti: cpmac: Fix compiler warning due to type confusion
Paul Burton
2016-07-20
net: cpmac: fix error handling of cpmac_probe()
Wei Yongjun
2016-07-19
net: ti: cpmac: Use the correct function to free some resources.
Christophe Jaillet
2016-07-15
net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
2016-07-15
net: ethernet: ti: cpmac: use phydev from struct net_device
Philippe Reynes
2016-01-10
net: ti: cpmac: Fix build error due to missed API change
Guenter Roeck
2016-01-07
mdio: Move allocation of interrupts into core
Andrew Lunn
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
2015-09-03
MIPS: Remove all the uses of custom gpio.h
Alban Bedel
2014-09-09
ethernet: ti: remove unwanted THIS_MODULE macro
Varka Bhadram
2014-08-11
net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy ...
Rickard Strandqvist
2014-07-10
net: cpmac: fix in debug messages
Varka Bhadram
2014-07-10
net: cpmac: fix in releasing resources
Varka Bhadram
2014-07-10
net: cpmac: fix proper spacing before return statement
Varka Bhadram
2014-07-10
net: cpmac: fix missing a blank line after declarations
Varka Bhadram
2014-07-10
net: cpmac: fix cpmac driver structure
Varka Bhadram
2014-07-10
net: cpmac: dynamic debug fixes
Varka Bhadram
2014-07-10
net: cpmac: fix comments
Varka Bhadram
2014-07-10
net: cpmac: remove space in macro defination
Varka Bhadram
2014-04-21
net: cpmac: remove cpmac_config
Florian Fainelli
2014-01-16
drivers/net: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2013-08-30
net: cpmac: use dev_get_platdata()
Jingoo Han
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
2013-01-06
ethtool: fix drvinfo strings set in drivers
Jiri Pirko
2012-12-03
cpmac: remove __dev* attributes
Bill Pemberton
2012-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-02-13
cpmac: fix PHY name to match MDIO bus name
Florian Fainelli
2012-01-31
drivers/net: Remove alloc_etherdev error messages
Joe Perches
2012-01-10
cpmac: use an unique MDIO bus name.
Florian Fainelli
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-12
davinci*/tlan/cpmac: Move the Texas Instruments (TI) drivers
Jeff Kirsher