aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ucc_geth.c
AgeCommit message (Expand)Author
2009-04-28net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely
2009-04-27net: Rework ucc_geth driver to use of_mdio infrastructureGrant Likely
2009-04-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-22ucc_geth.c: Fix upsmr setting in RMII modeHeiko Schocher
2009-04-21ucc_geth: Move freeing of TX packets to NAPI contextJoakim Tjernlund
2009-04-02ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov
2009-04-02ucc_geth: Remove unused headerKumar Gala
2009-03-29ucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().David S. Miller
2009-03-27ucc_geth: Fix three oopses in PHY {de,}initialization codeAnton Vorontsov
2009-03-24ucc_geth: Convert to net_device_opsJoakim Tjernlund
2009-03-24ucc_geth: Fix build breakage caused by a mergeAnton Vorontsov
2009-03-23ucc_geth: Fix merge error.David S. Miller
2009-03-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-22ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov
2009-02-04netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-01-29ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-11ucc_geth: use correct UCCE macrosTimur Tabi
2008-12-26ucc_geth: Eliminate the need for forward referencesAnton Vorontsov
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-18ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov
2008-12-18ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov
2008-12-18ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov
2008-12-18ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov
2008-12-18ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov
2008-12-18ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison
2008-07-21ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller
2008-07-11ucc_geth: delete non NAPI code from the driver.Francois Romieu
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell
2008-05-22ucc_geth: Fix arguments to dma map/unmap functionsAndy Fleming
2008-05-06ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund
2008-05-06ucc_geth: Fix a bunch of sparse warningsAndy Fleming
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-04-25ucc_geth: Fix sneaky merge conflict regarding bus_idAndy Fleming
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2008-04-17[POWERPC] QE: UCC nodes cleanupAnton Vorontsov
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming
2008-04-12ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund
2008-03-17ucc_geth: use correct thread number for 10/100Mbps linkJoakim Tjernlund
2008-02-03ucc_geth: add support for netpollAnton Vorontsov
2008-02-03ucc_geth: fix module removalAnton Vorontsov
2008-01-31Merge branch 'linux-2.6'Paul Mackerras
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik
2007-12-21Merge branch 'linux-2.6'Paul Mackerras