aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bfin_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-17netdev: bfin_mac: fix memory leak when freeing dma descriptorsSonic Zhang1-10/+10
2011-03-28netdev: bfin_mac: document TE setting in RMII modesMike Frysinger1-2/+11
2011-01-13netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addrJoe Perches1-8/+1
2011-01-12netdev: bfin_mac: Use is_multicast_ether_addr helperTobias Klauser1-1/+1
2011-01-10netdev: bfin_mac: let boards set vlan masksMike Frysinger1-0/+7
2011-01-10netdev: bfin_mac: mark setup_system_regs as staticMike Frysinger1-1/+1
2011-01-10netdev: bfin_mac: clean up printk messagesMike Frysinger1-36/+29
2010-10-25netdev: bfin_mac: push settings to platform resourcesSonic Zhang1-51/+94
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-6/+4
2010-10-07Blackfin: Split PLL code from mach-specific cdef headersDavid Howells1-0/+1
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-6/+4
2010-06-15netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang1-43/+80
2010-05-23bfin_mac: fix memleak in mii_bus{probe|remove}Denis Kirjanov1-0/+2
2010-05-17netdev: bfin_mac: check for mii_bus platform dataSonic Zhang1-0/+6
2010-05-17netdev: bfin_mac: handle timeouts with the MDIO registers gracefullyMike Frysinger1-19/+34
2010-05-17netdev: bfin_mac: use promiscuous flag for promiscuous modeSonic Zhang1-1/+1
2010-05-17netdev: bfin_mac: add support for wake-on-lan magic packetsMichael Hennerich1-4/+72
2010-05-17netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabledSonic Zhang1-2/+3
2010-05-17netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksumSonic Zhang1-2/+33
2010-05-17netdev: bfin_mac: invalid data cache only once for each new rx skb bufferSonic Zhang1-5/+8
2010-05-17netdev: bfin_mac: handler RX status errorsPeter Meerwald1-3/+14
2010-05-17netdev: bfin_mac: add support for IEEE 1588 PTPBarry Song1-1/+340
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-2/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+1
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