summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ti/cpmac.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-10-14ethernet: manually convert memcpy(dev_addr,..., sizeof(addr))Jakub Kicinski1-1/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2020-05-07net: cpmac: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+1
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-11/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-04-28net: ethernet: ti: convert to SPDX license identifiersGrygorii Strashko1-13/+1
2019-01-29net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2018-12-19net: ethernet: don't set phylib state CHANGELINK in driversHeiner Kallweit1-1/+0
2017-01-16cpmac: remove hopeless #warningArnd Bergmann1-1/+1
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-09net: 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-21net: 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-16net: ethernet: ti: cpmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+2
2016-07-16net: ethernet: ti: cpmac: use phydev from struct net_devicePhilippe Reynes1-26/+20
2016-01-11net: 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 ...Rickard Strandqvist1-0/+1
2014-07-11net: 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-31net: cpmac: use dev_get_platdata()Jingoo Han1-3/+3
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-2/+2
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+3
2012-12-03cpmac: remove __dev* attributesBill Pemberton1-5/+5
2012-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-02-14cpmac: fix PHY name to match MDIO bus nameFlorian Fainelli1-2/+2
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-4/+1
2012-01-11cpmac: use an unique MDIO bus name.Florian Fainelli1-1/+1
2011-08-18net: 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