aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-12-14ucc_geth: minor whitespace fixAndrew Morton1-1/+1
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
2007-05-24ucc_geth:trivial fixLi Yang1-3/+0
2007-05-15ucc_geth: eliminate max-speed, change interface-type to phy-connection-typeKim Phillips1-24/+16
2007-05-09[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi1-15/+15
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-9/+9
2007-04-28ucc_geth: version 1.1Kim Phillips1-1/+3
2007-04-28ucc_geth: fixes for ucc_geth_memcleanNicu Ioan Petru1-7/+6
2007-04-28ucc_geth: Implement Transmit on Demand supportMichael Reiss1-8/+7
2007-04-28ucc_geth: Fix interrupt coalescing size and alignmentMichael Barkowski1-2/+2
2007-04-28ucc_geth: NAPI-related bug fixesMichael Reiss1-40/+58
2007-04-28ucc_geth: migrate ucc_geth to phylibKim Phillips1-543/+271
2007-03-23Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full"Li Yang1-2/+1
2007-03-06ucc_geth: returns NETDEV_TX_BUSY when BD ring is fullLi Yang1-1/+2
2007-03-06ucc_geth: Fix BD processingLi Yang1-5/+9
2007-02-27ucc_geth: use of_get_mac_address()Timur Tabi1-3/+1
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-2/+2
2007-02-08ucc_geth: Add support to local-mac-address propertyLi Yang1-1/+7
2007-02-08ucc_geth: Remove obsolete workaround of link speed changeLi Yang1-66/+5
2007-02-05UCC Ether driver: kmalloc casting cleanupsAhmed S. Darwish1-13/+10
2007-01-18Update ucc_geth.c for new workqueue structureTimur Tabi1-5/+7
2006-12-11[PATCH] ucc_geth: Initialize mdio_lock.Scott Wood1-0/+2
2006-12-11[PATCH] ucc_geth: compilation error fixesScott Wood1-5/+5
2006-12-02[PATCH] Adapt ucc_geth driver to use new of_platform_device supportKim Phillips1-3/+3
2006-10-21[PATCH] ucc_geth: changes to ucc_geth driver as a result of qe_lib changes and bugfixesLi Yang1-289/+344
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+2
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-14/+1
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek1-3/+1
2006-08-19[PATCH] Freescale QE UCC gigabit ethernet driverLi Yang1-0/+4278