aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
...
| * net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely2009-04-271-35/+12
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-231-1/+2
| |\
| * | ucc_geth: Move freeing of TX packets to NAPI contextJoakim Tjernlund2009-04-211-20/+11
* | | net/ucc_geth: Assign six threads to Rx for UECHaiying Wang2009-05-191-1/+9
* | | net/ucc_geth: update riscTx and riscRx in ucc_gethHaiying Wang2009-05-191-3/+11
| |/ |/|
* | ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher2009-04-221-1/+2
|/
* 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/+0
* 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-271-10/+11
* ucc_geth: Convert to net_device_opsJoakim Tjernlund2009-03-241-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-231-5/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-231-23/+13
|\
| * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-221-24/+10
* | netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming2009-02-041-12/+4
* | 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-291-2/+18
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
|/
* ucc_geth: use correct UCCE macrosTimur Tabi2009-01-111-85/+43
* ucc_geth: Eliminate the need for forward referencesAnton Vorontsov2008-12-261-42/+39
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov2008-12-181-262/+0
* ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov2008-12-181-3/+12
* ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov2008-12-181-30/+1
* ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov2008-12-181-9/+8
* ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov2008-12-181-8/+29
* ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov2008-12-181-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-031-2/+0
* drivers/net: replace __FUNCTION__ with __func__Harvey Harrison2008-09-241-58/+58
* ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0
* 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-171-2/+2
* | ucc_geth: delete non NAPI code from the driver.Francois Romieu2008-07-111-27/+2
|/
* 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-211-1/+7
|\ \ | |/ |/|
| * [POWERPC] QE: UCC nodes cleanupAnton Vorontsov2008-04-171-1/+7
* | phy: Change mii_bus id field to a stringAndy Fleming2008-04-161-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/+0
|\
| * [netdrvr] irq handler minor cleanups in several driversJeff Garzik2008-01-281-3/+0