aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/bfin_mac.c
AgeCommit message (Expand)Author
2011-01-13netdev: bfin_mac: Remove is_multicast_ether_addr use in netdev_for_each_mc_addrJoe Perches
2011-01-12netdev: bfin_mac: Use is_multicast_ether_addr helperTobias Klauser
2011-01-10netdev: bfin_mac: let boards set vlan masksMike Frysinger
2011-01-10netdev: bfin_mac: mark setup_system_regs as staticMike Frysinger
2011-01-10netdev: bfin_mac: clean up printk messagesMike Frysinger
2010-10-25netdev: bfin_mac: push settings to platform resourcesSonic Zhang
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-07Blackfin: Split PLL code from mach-specific cdef headersDavid Howells
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-06-15netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang
2010-05-23bfin_mac: fix memleak in mii_bus{probe|remove}Denis Kirjanov
2010-05-17netdev: bfin_mac: check for mii_bus platform dataSonic Zhang
2010-05-17netdev: bfin_mac: handle timeouts with the MDIO registers gracefullyMike Frysinger
2010-05-17netdev: bfin_mac: use promiscuous flag for promiscuous modeSonic Zhang
2010-05-17netdev: bfin_mac: add support for wake-on-lan magic packetsMichael Hennerich
2010-05-17netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabledSonic Zhang
2010-05-17netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksumSonic Zhang
2010-05-17netdev: bfin_mac: invalid data cache only once for each new rx skb bufferSonic Zhang
2010-05-17netdev: bfin_mac: handler RX status errorsPeter Meerwald
2010-05-17netdev: bfin_mac: add support for IEEE 1588 PTPBarry Song
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-19bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.hMike Frysinger
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-29netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA accessGraf Yang
2009-05-29netdev: bfin_mac: fix performance issue found by netperfMichael Hennerich
2009-05-29netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDBSonic Zhang
2009-05-29netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interruptMichael Hennerich
2009-05-26bfin_mac: fix build error due to net_device_ops convertMike Frysinger
2009-04-14bfin_mac: convert to net_device_opsAlexander Beregalov
2009-03-24net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-12net/bfin_mac.c MDIO namespace fixesAdrian Bunk
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-07-29blackfin_mac: unneeded assignmentStephen Hemminger
2008-07-29Blackfin EMAC Driver: Functional power management supportMichael Hennerich
2008-07-29Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2)Bryan Wu
2008-07-29Blackfin EMAC Driver: add proper __devinit/__devexit markingsMike Frysinger
2008-07-22netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller
2008-05-22Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h>Huang Weiyi
2008-04-29Blackfin EMAC Driver: Initial version of ethtool supportBryan Wu
2008-04-29Blackfin EMAC Driver: code cleanupBryan Wu