aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix NE2000 linkage errorMikael Pettersson2008-07-301-3/+3
* [netdrvr] wd: fix build breakage with new NS8390p APIAlan Cox2008-07-301-1/+1
* dm9601: don't do usb transfers of data on stackPeter Korsgaard2008-07-301-10/+42
* S2io: fix statistics flush after a MTU changeBreno Leitao2008-07-291-6/+23
* enc28j60: don't specify (wrong) IRQ typeDavid Brownell2008-07-291-2/+4
* blackfin_mac: unneeded assignmentStephen Hemminger2008-07-291-1/+0
* Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik2008-07-296-122/+251
|\
| * mv643xx_eth: bump version to 1.2Lennert Buytenhek2008-07-241-1/+1
| * mv643xx_eth: enable hardware TX checksumming with vlan tagsLennert Buytenhek2008-07-241-1/+28
| * mv643xx_eth: print message on link status changeLennert Buytenhek2008-07-241-22/+69
| * mv643xx_eth: use auto phy polling for configuring (R)(G)MII interfaceLennert Buytenhek2008-07-246-74/+81
| * mv643xx_eth: print driver version on initLennert Buytenhek2008-07-241-1/+2
| * mv643xx_eth: use symbolic MII register addresses and valuesLennert Buytenhek2008-07-241-10/+10
| * mv643xx_eth: use longer DMA burstsLennert Buytenhek2008-07-241-6/+6
| * mv643xx_eth: also check TX_IN_PROGRESS when disabling transmit pathLennert Buytenhek2008-07-241-1/+8
| * mv643xx_eth: don't fiddle with maximum receive packet size settingLennert Buytenhek2008-07-241-8/+6
| * mv643xx_eth: fix transmit-reclaim-in-napi-pollLennert Buytenhek2008-07-241-0/+6
| * mv643xx_eth: prevent breakage when link goes down during transmitLennert Buytenhek2008-07-241-19/+38
| * mv643xx_eth: fix TX hang erratum workaroundLennert Buytenhek2008-07-241-12/+29
* | cxgb3: Allow 64KB firmware images.Steve Wise2008-07-291-1/+1
* | Blackfin EMAC Driver: Functional power management supportMichael Hennerich2008-07-291-0/+1
* | Blackfin EMAC Driver: enable TXDWA new feature for new silicon (rev > 0.2)Bryan Wu2008-07-291-26/+77
* | Blackfin EMAC Driver: add proper __devinit/__devexit markingsMike Frysinger2008-07-291-3/+3
* | forcedeth bug fix: realtek phy 8211c errataAyaz Abdulla2008-07-291-6/+58
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-27243-2691/+5942
|\ \
| * \ Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-07-272-4/+5
| |\ \
| | * | NFS: Ensure we call nfs_sb_deactive() after releasing the directory inodeTrond Myklebust2008-07-271-1/+2
| | * | nfs_remount oops when rebooting + possible fixMarc Zyngier2008-07-271-3/+3
| * | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x8...Linus Torvalds2008-07-271-3/+5
| |\ \ \
| | * | | x86: fix cpu hotplug on 32bitThomas Gleixner2008-07-271-3/+5
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-2773-881/+733
| |\ \ \ \
| | * | | | [ARM] Fix shared mmap when more than two maps of the same file existRussell King2008-07-271-3/+7
| | * | | | [ARM] fix VIPT/VIVT macro optimisations, add commentsRussell King2008-07-271-4/+13
| | * | | | [ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*Dmitry Baryshkov2008-07-2761-250/+227
| | * | | | Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-imRussell King2008-07-26442-5106/+11647
| | |\ \ \ \
| | | * | | | [ARM] update defconfig for eseries.Ian Molton2008-07-261-613/+460
| | | * | | | [ARM] PXA: squash warning in pxafbIan Molton2008-07-261-1/+1
| | | * | | | [ARM] pxa: PXA25x UDC - Fix warning during buildIan Molton2008-07-261-1/+1
| | * | | | | [ARM] fix nwflash.c: 6ee8928d94841aa764aeaf645ad16daff811dc26Russell King2008-07-261-3/+3
| | * | | | | [ARM] fix IOP32x, IOP33x, MXC and Samsung buildsRussell King2008-07-262-4/+4
| | * | | | | [ARM] pci: provide dummy pci_get_legacy_ide_irq()Russell King2008-07-261-0/+8
| | * | | | | [ARM] fix fls() for 64-bit argumentsAndrew Morton2008-07-261-1/+8
| | * | | | | [ARM] fix mode for board-yl-9200.cRussell King2008-07-261-0/+0
| | * | | | | [ARM] 5176/1: arm/Makefile: fix: ARM946T -> ARM946EAdrian Bunk2008-07-261-1/+1
| * | | | | | task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi2008-07-275-57/+44
| | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-07-277-70/+66
| |\ \ \ \ \
| | * | | | | firewire: state userland requirements in Kconfig helpStefan Richter2008-07-251-2/+7
| | * | | | | firewire: avoid memleak after phy config transmit failureStefan Richter2008-07-251-37/+21
| | * | | | | firewire: fw-ohci: TSB43AB22/A dualbuffer workaroundStefan Richter2008-07-252-13/+25
| | * | | | | firewire: queue the right number of dataJiSheng Zhang2008-07-201-3/+3