summaryrefslogtreecommitdiffstats
path: root/drivers/net/bfin_mac.c
Commit message (Expand)AuthorAgeFilesLines
* netdev: bfin_mac: push settings to platform resourcesSonic Zhang2010-10-251-51/+94
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-6/+4
|\
| * net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-6/+4
* | Blackfin: Split PLL code from mach-specific cdef headersDavid Howells2010-10-071-0/+1
|/
* netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang2010-06-151-43/+80
* bfin_mac: fix memleak in mii_bus{probe|remove}Denis Kirjanov2010-05-231-0/+2
* netdev: bfin_mac: check for mii_bus platform dataSonic Zhang2010-05-171-0/+6
* netdev: bfin_mac: handle timeouts with the MDIO registers gracefullyMike Frysinger2010-05-171-19/+34
* netdev: bfin_mac: use promiscuous flag for promiscuous modeSonic Zhang2010-05-171-1/+1
* netdev: bfin_mac: add support for wake-on-lan magic packetsMichael Hennerich2010-05-171-4/+72
* netdev: bfin_mac: clear RXCKS if hardware generated checksum is not enabledSonic Zhang2010-05-171-2/+3
* netdev: bfin_mac: deduce Ethernet FCS from hardware IP payload checksumSonic Zhang2010-05-171-2/+33
* netdev: bfin_mac: invalid data cache only once for each new rx skb bufferSonic Zhang2010-05-171-5/+8
* netdev: bfin_mac: handler RX status errorsPeter Meerwald2010-05-171-3/+14
* netdev: bfin_mac: add support for IEEE 1588 PTPBarry Song2010-05-171-1/+340
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+1
* net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-221-4/+2
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-2/+2
* bfin_mac: use the newer CLKBUFOE bit name via asm/dpmc.hMike Frysinger2010-01-191-2/+3
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-6/+6
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-15/+14
|\
| * bfin_mac: fix build error due to net_device_ops convertMike Frysinger2009-05-261-15/+14
* | netdev: bfin_mac: add Blackfin MII bus to platform bus to allow DSA accessGraf Yang2009-05-291-33/+84
* | netdev: bfin_mac: fix performance issue found by netperfMichael Hennerich2009-05-291-84/+26
* | netdev: bfin_mac: fix malformed UDP packet transmission when polling with KGDBSonic Zhang2009-05-291-0/+6
* | netdev: bfin_mac: drop useless IRQF_SHARED from Blackfin EMAC interruptMichael Hennerich2009-05-291-1/+1
|/
* bfin_mac: convert to net_device_opsAlexander Beregalov2009-04-141-9/+15
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-6/+6
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* net/bfin_mac.c MDIO namespace fixesAdrian Bunk2008-10-121-13/+13
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-081-12/+19
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-4/+4
* blackfin_mac: unneeded assignmentStephen Hemminger2008-07-291-1/+0
* Blackfin EMAC Driver: Functional power management supportMichael Hennerich2008-07-291-0/+1
* Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2)Bryan Wu2008-07-291-26/+77
* Blackfin EMAC Driver: add proper __devinit/__devexit markingsMike Frysinger2008-07-291-3/+3
* netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov2008-07-221-1/+0
* netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-171-1/+1
* Blackfin EMAC Driver: Removed duplicated include <linux/ethtool.h>Huang Weiyi2008-05-221-1/+0
* Blackfin EMAC Driver: Initial version of ethtool supportBryan Wu2008-04-291-0/+47
* Blackfin EMAC Driver: code cleanupBryan Wu2008-04-291-126/+123
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-2/+5
* phy: Change mii_bus id field to a stringAndy Fleming2008-04-161-1/+1
* Blackfin EMAC Driver: delete unused variables to fixup gcc warningsMike Frysinger2008-03-281-2/+0
* EMAC driver: Fix bug: The clock divisor is set to all ones at reset.Bryan Wu2008-02-031-1/+1
* EMAC driver: fix bug - invalidate data cache of new_skb->data range when cach...Alexey Demin2008-02-031-0/+6
OpenPOWER on IntegriCloud