summaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* gianfar: Continue polling until both tx and rx are emptyAndy Fleming2008-12-171-5/+9
* gianfar: Merge Tx and Rx interrupt for scheduling clean up ringDai Haruki2008-12-171-41/+18
* gianfar: Use interface name in interrupt name to distinguish the source.Dai Haruki2008-12-171-6/+24
* gianfar: Add Scatter Gather supportDai Haruki2008-12-171-71/+146
* gianfar: Fix packet drop when out of memoryAndy Fleming2008-12-171-2/+1
* gianfar: Make all BD status writes 32-bitDai Haruki2008-12-161-21/+15
* gianfar: Add macros for stepping through BDsAndy Fleming2008-12-161-18/+9
* gianfar: Remove unused gfar_add_fcb() function parameterDai Haruki2008-12-161-4/+4
* gianfar: Enable padding and Optimize the frame prepended bytes handlingDai Haruki2008-12-161-46/+41
* gianfar: Fix VLAN HW feature related frame/buffer size calculation.Dai Haruki2008-12-161-15/+21
* gianfar: Fix eTSEC configuration procedureDai Haruki2008-12-161-2/+3
* gianfar: Optimize interrupt coalescing configurationDai Haruki2008-12-161-16/+8
* gianfar: Convert gianfar to an of_platform_driverAndy Fleming2008-12-161-110/+211
* gianfar: Use gfar_halt to stop DMA in gfar_probeAndy Fleming2008-12-161-13/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-7/+8
|\
| * gianfar: Fix DMA unmap invocationsAndy Fleming2008-11-141-7/+8
* | net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-0/+16
|\ \ | |/
| * gianfar: Don't reset TBI<->SerDes link if it's already upTrent Piepho2008-10-311-0/+9
| * gianfar: Fix race in TBI/SerDes configurationTrent Piepho2008-10-311-0/+7
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+1
|/
* gianfar: fix handle errors returned by platform_get_irq*()roel kluin2008-10-221-7/+17
* gianfar: Create net device with carrier downTrent Piepho2008-10-081-0/+3
* net: don't grab a mutex within a timer context in gianfarSebastian Siewior2008-08-271-4/+18
* gianfar: Call gfar_halt_nodisable() from gfar_halt().Scott Wood2008-08-141-4/+2
* remove bogus CONFIG_GFAR_NAPI'sAdrian Bunk2008-08-071-4/+0
* Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-221-73/+8
|\
| * gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
| * netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-171-2/+2
| * gianfar: delete non NAPI code from the driver.Francois Romieu2008-07-111-70/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-2/+5
| |\
| * | [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-1/+1
* | | gianfar: Add magic packet and suspend/resume support.Scott Wood2008-07-161-2/+120
| |/ |/|
* | gianfar: Fix a bug where the pointer never moves for dma_unmap...Andy Fleming2008-05-131-0/+2
* | gianfar: Fix a locking bug in gianfar's sysfs codeAndy Fleming2008-05-061-2/+3
|/
* [netdrvr] gianfar: Determine TBIPA value dynamicallyPaul Gortmaker2008-04-291-13/+14
* gianfar: Fix skb allocation strategyAndy Fleming2008-04-251-35/+65
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+4
* gianfar: Support NAPI for TX FramesDai Haruki2008-04-161-14/+42
* gianfar: Fix Rx/Tx HW interrupt coalescing counter reset procedure.Andy Fleming2008-03-261-9/+9
* gianfar: Only process completed framesAndy Fleming2008-03-261-3/+1
* gianfar: Fix frame size calculation when hardware VLAN acceleration is onDai Haruki2008-03-261-1/+1
* gianfar: don't pass NULL dev ptr to DMA opsBecky Bruce2008-02-231-7/+7
* gianfar iomem misannotationsAl Viro2008-02-151-2/+2
* gianfar: fix compile warningGrant Likely2007-12-041-1/+1
* gianfar: fix obviously wrong #ifdef CONFIG_GFAR_NAPI placementAnton Vorontsov2007-10-171-1/+3
* gianfar: Fix compile regression caused by 09f75cd7Li Yang2007-10-161-4/+3
* gianfar: Fix regression caused by new napi interfaceLi Yang2007-10-151-0/+10
OpenPOWER on IntegriCloud