aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ti/cpmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-13/+1
2019-01-28net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-12-18net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit1-1/+0
2017-01-16cpmac: remove hopeless #warningArnd Bergmann1-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-08net: ethernet: cpmac: Call SET_NETDEV_DEV()Florian Fainelli1-0/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-04net: ti: cpmac: Fix compiler warning due to type confusionPaul Burton1-2/+3
2016-07-20net: cpmac: fix error handling of cpmac_probe()Wei Yongjun1-3/+2
2016-07-19net: ti: cpmac: Use the correct function to free some resources.Christophe Jaillet1-1/+3
2016-07-15net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-07-15net: ethernet: ti: cpmac: use phydev from struct net_devicePhilippe Reynes1-26/+20
2016-01-10net: ti: cpmac: Fix build error due to missed API changeGuenter Roeck1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-3/+0
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-0/+2
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram1-1/+0
2014-08-11net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy callRickard Strandqvist1-0/+1
2014-07-10net: cpmac: fix in debug messagesVarka Bhadram1-12/+12
2014-07-10net: cpmac: fix in releasing resourcesVarka Bhadram1-2/+3
2014-07-10net: cpmac: fix proper spacing before return statementVarka Bhadram1-0/+8
2014-07-10net: cpmac: fix missing a blank line after declarationsVarka Bhadram1-0/+8
2014-07-10net: cpmac: fix cpmac driver structureVarka Bhadram1-3/+5
2014-07-10net: cpmac: dynamic debug fixesVarka Bhadram1-74/+62
2014-07-10net: cpmac: fix commentsVarka Bhadram1-19/+21
2014-07-10net: cpmac: remove space in macro definationVarka Bhadram1-41/+41
2014-04-21net: cpmac: remove cpmac_configFlorian Fainelli1-14/+0
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-08-30net: cpmac: use dev_get_platdata()Jingoo Han1-3/+3
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+3
2012-12-03cpmac: remove __dev* attributesBill Pemberton1-5/+5
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-02-13cpmac: fix PHY name to match MDIO bus nameFlorian Fainelli1-2/+2
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-4/+1
2012-01-10cpmac: use an unique MDIO bus name.Florian Fainelli1-1/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12davinci*/tlan/cpmac: Move the Texas Instruments (TI) driversJeff Kirsher1-0/+1305