aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bfin_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2010-01-19bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.hMike Frysinger1-2/+3
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+14
2009-05-29netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA accessGraf Yang1-33/+84
2009-05-29netdev: bfin_mac: fix performance issue found by netperfMichael Hennerich1-84/+26
2009-05-29netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDBSonic Zhang1-0/+6
2009-05-29netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interruptMichael Hennerich1-1/+1
2009-05-26bfin_mac: fix build error due to net_device_ops convertMike Frysinger1-15/+14
2009-04-14bfin_mac: convert to net_device_opsAlexander Beregalov1-9/+15
2009-03-24net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-6/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-12net/bfin_mac.c MDIO namespace fixesAdrian Bunk1-13/+13
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-12/+19
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-4/+4
2008-07-29blackfin_mac: unneeded assignmentStephen Hemminger1-1/+0
2008-07-29Blackfin EMAC Driver: Functional power management supportMichael Hennerich1-0/+1
2008-07-29Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2)Bryan Wu1-26/+77
2008-07-29Blackfin EMAC Driver: add proper __devinit/__devexit markingsMike Frysinger1-3/+3
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov1-1/+0
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-1/+1
2008-05-22Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h>Huang Weiyi1-1/+0
2008-04-29Blackfin EMAC Driver: Initial version of ethtool supportBryan Wu1-0/+47
2008-04-29Blackfin EMAC Driver: code cleanupBryan Wu1-126/+123
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-2/+5
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-03-28Blackfin EMAC Driver: delete unused variables to fixup gcc warningsMike Frysinger1-2/+0
2008-02-03EMAC driver: Fix bug: The clock divisor is set to all ones at reset.Bryan Wu1-1/+1
2008-02-03EMAC driver: fix bug - invalidate data cache of new_skb->data range when cache is WBAlexey Demin1-0/+6
2008-02-03EMAC driver: add power down modeVitja Makarov1-1/+2
2008-02-03EMAC driver: ADSP-BF52x arch/mach supportMichael Hennerich1-3/+3
2008-02-03EMAC driver: use simpler comment headers and strip out information that is maintained in the scm's logMike Frysinger1-28/+4
2008-02-03EMAC driver: bf537 MAC multicast hash filtering patchAidan Williams1-1/+41
2008-02-03EMAC driver: define MDC_CLK=2.5MHz and caculate mdc_div according to SCLK.Bryan Wu1-4/+12
2008-02-03EMAC driver: shorten the mdelay value to solve netperf performance issueBryan Wu1-2/+2
2007-12-01Merge branch 'master' into upstream-fixesJeff Garzik1-1/+1
2007-11-23Blackfin EMAC driver: fix bug - NAT doesn't work with bfin_mac driverVitja Makarov1-1/+1
2007-11-15Blackfin arch: change get_bf537_ether_addr() to bfin_get_ether_addr() since this is not BF537 specific and to better match other Blackfin-specific conventionsMike Frysinger1-1/+1
2007-10-30Blackfin EMAC driver: Fix Ethernet communication bug (dupliated and lost packets)Michael Hennerich1-2/+0
2007-10-10Blackfin EMAC driver: Add phy abstraction layer supporting in bfin_emac driverBryan Wu1-124/+187
2007-10-10Blackfin EMAC driver: add power management interface and change the bf537mac_reset to bf537mac_disableBryan Wu1-4/+19
2007-10-10Blackfin EMAC driver: add function to change the MAC addressAlex Landau1-1/+12
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-20/+5
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10Clean up duplicate includes in drivers/net/Jesper Juhl1-5/+0
2007-07-25Blackfin Ethernet MAC driver: fix bug Report returned -ENOMEM upwards (in case L1/uncached memory alloc fails)Michael Hennerich1-1/+5