aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+18
2009-01-29ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang1-2/+18
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-11ucc_geth: use correct UCCE macrosTimur Tabi1-85/+43
2008-12-26ucc_geth: Eliminate the need for forward referencesAnton Vorontsov1-42/+39
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-12-18ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov1-262/+0
2008-12-18ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov1-3/+12
2008-12-18ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov1-30/+1
2008-12-18ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov1-9/+8
2008-12-18ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov1-8/+29
2008-12-18ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov1-3/+6
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-09-24drivers/net: replace __FUNCTION__ with __func__Harvey Harrison1-58/+58
2008-07-21ucc_geth: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-2/+2
2008-07-11ucc_geth: delete non NAPI code from the driver.Francois Romieu1-27/+2
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-05-22ucc_geth: Fix arguments to dma map/unmap functionsAndy Fleming1-4/+5
2008-05-06ucc_geth: Don't use RX clock as TX clock.Joakim Tjernlund1-1/+1
2008-05-06ucc_geth: Fix a bunch of sparse warningsAndy Fleming1-132/+144
2008-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-04-25ucc_geth: Fix sneaky merge conflict regarding bus_idAndy Fleming1-1/+1
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+7
2008-04-17[POWERPC] QE: UCC nodes cleanupAnton Vorontsov1-1/+7
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-04-12ucc_geth: fix non-functional fixed phy supportJoakim Tjernlund1-23/+30
2008-03-17ucc_geth: use correct thread number for 10/100Mbps linkJoakim Tjernlund1-2/+4
2008-02-03ucc_geth: add support for netpollAnton Vorontsov1-0/+20
2008-02-03ucc_geth: fix module removalAnton Vorontsov1-7/+10
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-3/+0
2008-01-28[netdrvr] irq handler minor cleanups in several driversJeff Garzik1-3/+0
2007-12-21Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2007-12-14ucc_geth: minor whitespace fixAndrew Morton1-1/+1
2007-12-14[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree propertiesTimur Tabi1-4/+51
2007-12-01ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection type parametersKim Phillips1-0/+10
2007-10-29Fix ethernet multicast for ucc_geth.Joakim Tjernlund1-13/+2
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-1/+1
2007-10-15ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0Emil Medve1-1/+4
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-18/+9
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-31/+33
2007-10-08[POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi1-1/+1
2007-09-15ucc_geth: fix compilationAnton Vorontsov1-1/+1
2007-07-24ucc_geth: add support to netif message levelLi Yang1-125/+190
2007-07-24ucc_geth: add ethtool supportLi Yang1-10/+9
2007-07-10QE Ethernet driver writes to wrong register to mask interruptsTimur Tabi1-1/+1