summaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-67/+46Star
|\
| * net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang2009-06-181-1/+57
| * Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely2009-06-181-78/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-151-57/+130
|\|
| * net/ucc_geth: Add SGMII support for UEC GETH driverHaiying Wang2009-06-031-1/+78
| * net/ucc_geth: allow to set mac address on running deviceKevin Hao2009-05-271-1/+32
| * net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely2009-04-281-3/+0Star
| * net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely2009-04-271-35/+12Star
| * 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/+11Star
* | | 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/+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