summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-09-2535-444/+331Star
|\
| * iwlwifi: don't fail if scan is issued too earlyTomas Winkler2008-09-242-11/+12
| * iwlagn: downgrade BUG_ON in interruptJohannes Berg2008-09-241-4/+3Star
| * pcmcia: Fix up legacy driver IRQsAlan Cox2008-09-248-8/+8
| * rt2x00: Fix HW crypto key handlingIvo van Doorn2008-09-243-5/+6
| * ath9k: Add a few comments about mibeventsLuis R. Rodriguez2008-09-241-2/+16
| * mac80211: clean up rate control APIJohannes Berg2008-09-246-304/+146Star
| * ath9k: Fix TSF Adjust usageSujith2008-09-241-1/+2
| * ath9k: Fix nexttbtt calculationSujith2008-09-242-3/+7
| * ath9k: Whitespace cleanupSujith2008-09-241-76/+60Star
| * iwlwifi: remove HT flags from RXON when not in HT anymoreEmmanuel Grumbach2008-09-242-3/+8
| * libertas: Reduce the WPA key installation time (fixups)Javier Cardona2008-09-242-3/+24
| * ath5k: Fix bad udelay calls on AR5210 codeNick Kossifidis2008-09-243-10/+14
| * iwlwifi: make PS use named constantsTomas Winkler2008-09-241-7/+12
| * iwlwifi: don't delay scan in IBSS modeTomas Winkler2008-09-241-2/+4
| * b43: Issue warning when RFKILL_INPUT is not enabledLarry Finger2008-09-241-0/+5
| * wireless: Read scan flags correctly on x86-64David Kilroy2008-09-244-5/+4Star
* | Revert "ehea: fix mutex and spinlock use"David S. Miller2008-09-251-4/+22
* | e1000: remove unused Kconfig option for disabling packet splitBrandeburg, Jesse2008-09-253-433/+9Star
* | drivers/net/bonding: sparse fixes for exported tablesBen Dooks2008-09-251-0/+8
* | [netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enableWeiwei Wang2008-09-251-5/+7
* | fs-enet: remove code associated with !CONFIG_PPC_MERGEKumar Gala2008-09-255-89/+3Star
* | netdev: drop CONFIG_PPC_MERGE from KconfigKumar Gala2008-09-252-2/+2
* | atl2: add tx bytes statisticJay Cliburn2008-09-251-1/+3
* | forcedeth fix: take phy out of reset during power upAyaz Abdulla2008-09-251-1/+1
* | e1000e: avoid duplicated output of device name in kernel warningFrans Pop2008-09-251-2/+4
* | atl1e: remove the unneeded (struct atl1e_adapter *)Jie Yang2008-09-251-3/+3
* | gianfar: free/iounmap memory after an error in mii bus initializationAndy Fleming2008-09-251-6/+8
* | ne.c: fix rmmod, platform driver improvementsDavid Fries2008-09-251-108/+164
* | gianfar: Fix error in mdio reset timeoutTrent Piepho2008-09-251-2/+2
* | e1000e: remove failed request for sw/fw/hw flagBruce Allan2008-09-251-0/+2
* | enic: bug fix: don't set netdev->name too earlyScott Feldman2008-09-252-76/+47Star
* | enic: Bug fix: Free MSI intr with correct data handleScott Feldman2008-09-251-3/+5
* | enic: fixes for review items from Ben HutchingsScott Feldman2008-09-252-26/+37
* | enic: Don't indicate IPv6 pkts using soft-LROScott Feldman2008-09-251-2/+2
* | r6040: fix wrong assignment in r6040_free_txbufsFlorian Fainelli2008-09-251-1/+1
* | qeth: avoid qeth recovery problemsUrsula Braun2008-09-253-8/+15
* | qeth: use firmware MAC-address for layer2 hsi-devicesUrsula Braun2008-09-251-1/+2
* | Merge branch 'for-2.6.28' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik2008-09-253-744/+785
|\ \
| * | mv643xx_eth: bump version to 1.4Lennert Buytenhek2008-09-191-1/+1
| * | mv643xx_eth: convert to phylibLennert Buytenhek2008-09-192-145/+105Star
| * | phylib: allow incremental scanning of an mii busLennert Buytenhek2008-09-191-41/+48
| * | mv643xx_eth: enforce frequent hardware statistics pollingLennert Buytenhek2008-09-191-0/+29
| * | mv643xx_eth: deal with unexpected ethernet header sizesLennert Buytenhek2008-09-191-48/+47Star
| * | mv643xx_eth: fix receive checksummingLennert Buytenhek2008-09-191-6/+4Star
| * | mv643xx_eth: add support for chips without transmit bandwidth controlLennert Buytenhek2008-09-141-31/+58
| * | mv643xx_eth: avoid reading ->byte_cnt twice during receive processingLennert Buytenhek2008-09-141-2/+5
| * | mv643xx_eth: shrink default receive and transmit queue sizesLennert Buytenhek2008-09-141-2/+2
| * | mv643xx_eth: replace array of skbs awaiting transmit completion with a queueLennert Buytenhek2008-09-141-29/+10Star
| * | mv643xx_eth: avoid dropping tx lock during transmit reclaimLennert Buytenhek2008-09-141-15/+7Star