aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ucc_geth.c
AgeCommit message (Expand)Author
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
2007-12-14ucc_geth: minor whitespace fixAndrew Morton
2007-12-14[POWERPC] ucc_geth: use rx-clock-name and tx-clock-name device tree propertiesTimur Tabi
2007-12-01ucc_geth: handle passing of RX-only and TX-only internal delay PHY connection...Kim Phillips
2007-10-29Fix ethernet multicast for ucc_geth.Joakim Tjernlund
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik
2007-10-15ucc_geth: Fix build break introduced by commit 09f75cd7bf13720738e6a196cc0107...Emil Medve
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-10-08[POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi
2007-09-15ucc_geth: fix compilationAnton Vorontsov
2007-07-24ucc_geth: add support to netif message levelLi Yang
2007-07-24ucc_geth: add ethtool supportLi Yang
2007-07-10QE Ethernet driver writes to wrong register to mask interruptsTimur Tabi
2007-05-24ucc_geth:trivial fixLi Yang
2007-05-15ucc_geth: eliminate max-speed, change interface-type to phy-connection-typeKim Phillips
2007-05-09[POWERPC] Change rheap functions to use ulongs instead of pointersTimur Tabi
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell
2007-04-28ucc_geth: version 1.1Kim Phillips
2007-04-28ucc_geth: fixes for ucc_geth_memcleanNicu Ioan Petru
2007-04-28ucc_geth: Implement Transmit on Demand supportMichael Reiss
2007-04-28ucc_geth: Fix interrupt coalescing size and alignmentMichael Barkowski
2007-04-28ucc_geth: NAPI-related bug fixesMichael Reiss
2007-04-28ucc_geth: migrate ucc_geth to phylibKim Phillips
2007-03-23Revert "ucc_geth: returns NETDEV_TX_BUSY when BD ring is full"Li Yang
2007-03-06ucc_geth: returns NETDEV_TX_BUSY when BD ring is fullLi Yang
2007-03-06ucc_geth: Fix BD processingLi Yang
2007-02-27ucc_geth: use of_get_mac_address()Timur Tabi
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner