summaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
...
* ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2009-04-021-10/+11
* ucc_geth: Remove unused headerKumar Gala2009-04-021-1/+0Star
* ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().David S. Miller2009-03-291-5/+6
* ucc_geth: Fix three oopses in PHY {de,}initialization codeAnton Vorontsov2009-03-281-10/+11
* ucc_geth: Convert to net_device_opsJoakim Tjernlund2009-03-251-9/+15
* ucc_geth: Fix build breakage caused by a mergeAnton Vorontsov2009-03-241-1/+1
* ucc_geth: Fix merge error.David S. Miller2009-03-241-5/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-231-23/+13Star
|\
| * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-231-24/+10Star
* | netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming2009-02-051-12/+4Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-301-2/+18
|\|
| * ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang2009-01-301-2/+18
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
|/
* ucc_geth: use correct UCCE macrosTimur Tabi2009-01-111-85/+43Star
* ucc_geth: Eliminate the need for forward referencesAnton Vorontsov2008-12-261-42/+39Star
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-231-3/+3
* ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov2008-12-191-262/+0Star
* ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov2008-12-191-3/+12
* ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov2008-12-191-30/+1Star
* ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov2008-12-191-9/+8Star
* ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov2008-12-191-8/+29
* ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov2008-12-191-3/+6
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-251-58/+58
* ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-1/+1
|\
| * drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell2008-06-301-1/+1
* | netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-181-2/+2
* | ucc_geth: delete non NAPI code from the driver.Francois Romieu2008-07-111-27/+2Star
|/
* ucc_geth: Fix arguments to dma map/unmap functionsAndy Fleming2008-05-221-4/+5
* ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund2008-05-061-1/+1
* ucc_geth: Fix a bunch of sparse warningsAndy Fleming2008-05-061-132/+144
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-251-1/+1
|\
| * ucc_geth: Fix sneaky merge conflict regarding bus_idAndy Fleming2008-04-251-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-221-1/+7
|\ \ | |/ |/|
| * [POWERPC] QE: UCC nodes cleanupAnton Vorontsov2008-04-171-1/+7
* | phy: Change mii_bus id field to a stringAndy Fleming2008-04-171-1/+1
* | ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund2008-04-121-23/+30
|/
* ucc_geth: use correct thread number for 10/100Mbps linkJoakim Tjernlund2008-03-171-2/+4
* ucc_geth: add support for netpollAnton Vorontsov2008-02-031-0/+20
* ucc_geth: fix module removalAnton Vorontsov2008-02-031-7/+10
* Merge branch 'linux-2.6'Paul Mackerras2008-01-311-3/+0Star
|\
| * [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-291-3/+0Star
* | Merge branch 'linux-2.6'Paul Mackerras2007-12-211-1/+1
|\|
| * ucc_geth: minor whitespace fixAndrew Morton2007-12-141-1/+1
* | [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree propertiesTimur Tabi2007-12-141-4/+51
|/
* ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection...Kim Phillips2007-12-011-0/+10
* Fix ethernet multicast for ucc_geth.Joakim Tjernlund2007-10-291-13/+2Star
* Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-241-1/+1