summaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'linux-2.6'Paul Mackerras2007-12-211-1/+1
|\|
| * ucc_geth: minor whitespace fixAndrew Morton2007-12-141-1/+1
* | [POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree propertiesTimur Tabi2007-12-141-4/+51
|/
* ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection...Kim Phillips2007-12-011-0/+10
* Fix ethernet multicast for ucc_geth.Joakim Tjernlund2007-10-291-13/+2
* Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-231-1/+1
* ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107...Emil Medve2007-10-151-1/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2007-10-111-1/+1
|\
| * [POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi2007-10-081-1/+1
* | [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-101-18/+9
* | [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* | [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-31/+33
|/
* ucc_geth: fix compilationAnton Vorontsov2007-09-151-1/+1
* ucc_geth: add support to netif message levelLi Yang2007-07-241-125/+190
* ucc_geth: add ethtool supportLi Yang2007-07-241-10/+9
* QE Ethernet driver writes to wrong register to mask interruptsTimur Tabi2007-07-101-1/+1
* ucc_geth:trivial fixLi Yang2007-05-241-3/+0
* ucc_geth: eliminate max-speed, change interface-type to phy-connection-typeKim Phillips2007-05-151-24/+16
* [POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi2007-05-091-15/+15
* [POWERPC] Rename get_property to of_get_property: driversStephen Rothwell2007-05-021-9/+9
* ucc_geth: version 1.1Kim Phillips2007-04-281-1/+3
* ucc_geth: fixes for ucc_geth_memcleanNicu Ioan Petru2007-04-281-7/+6
* ucc_geth: Implement Transmit on Demand supportMichael Reiss2007-04-281-8/+7
* ucc_geth: Fix interrupt coalescing size and alignmentMichael Barkowski2007-04-281-2/+2
* ucc_geth: NAPI-related bug fixesMichael Reiss2007-04-281-40/+58
* ucc_geth: migrate ucc_geth to phylibKim Phillips2007-04-281-543/+271
* Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full"Li Yang2007-03-231-2/+1
* ucc_geth: returns NETDEV_TX_BUSY when BD ring is fullLi Yang2007-03-061-1/+2
* ucc_geth: Fix BD processingLi Yang2007-03-061-5/+9
* ucc_geth: use of_get_mac_address()Timur Tabi2007-02-271-3/+1
* [PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner2007-02-141-2/+2
* ucc_geth: Add support to local-mac-address propertyLi Yang2007-02-081-1/+7
* ucc_geth: Remove obsolete workaround of link speed changeLi Yang2007-02-081-66/+5
* UCC Ether driver: kmalloc casting cleanupsAhmed S. Darwish2007-02-051-13/+10
* Update ucc_geth.c for new workqueue structureTimur Tabi2007-01-181-5/+7
* [PATCH] ucc_geth: Initialize mdio_lock.Scott Wood2006-12-111-0/+2