summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman66-235/+218
2008-12-22net: startup race in hso driverOliver Neukum1-2/+1
2008-12-22pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski2-2/+0
2008-12-22r6040: bump release number to 0.19Florian Fainelli1-2/+2
2008-12-22r6040: save and restore MIER correctly in the interrupt routineJoe Chou1-2/+7
2008-12-22r6040: fix wrong logic in mdio codeJoe Chou1-2/+2
2008-12-22net: Fix oops in dev_ifsioc()Jarek Poplawski1-1/+3
2008-12-21tg3: Update version to 3.97Matt Carlson1-2/+2
2008-12-21tg3: tg3.h cleanupsMatt Carlson2-35/+5
2008-12-21tg3: Remove unused cfgspc device membersMatt Carlson2-20/+7
2008-12-21tg3: Cleanup IPV6 LSOMatt Carlson2-24/+25
2008-12-21tg3: WOL fixesMatt Carlson1-3/+2
2008-12-21pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski1-1/+1
2008-12-21ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore1-0/+7
2008-12-21net: add DCNA attribute to the BCN interface for DCBDon Skidmore3-2/+26
2008-12-21net: fix DCB setstate to return success/failureDon Skidmore3-27/+32
2008-12-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller50-651/+1166
2008-12-19b43: Add key memory dumpingMichael Buesch3-2/+53
2008-12-19b43: Suspend MAC while killing the radioMichael Buesch1-0/+2
2008-12-19ath5k: correct packet length in tx descriptorsBob Copeland3-6/+11
2008-12-19mac80211: implement dynamic power saveKalle Valo6-12/+103
2008-12-19mac80211: track master queue statusKalle Valo3-7/+93
2008-12-19mac80211: enable IEEE80211_CONF_PS only when associatedKalle Valo3-8/+40
2008-12-19b43: Fix some MAC lockingMichael Buesch3-44/+30
2008-12-19iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen1-5/+3
2008-12-19ath9k: Fixed RX decryption status reportingJouni Malinen1-14/+12
2008-12-19ath9k: Fix key cache slot selection for splitmicJouni Malinen1-2/+2
2008-12-19ath9k: Protect config() callback with a mutexSujith2-0/+6
2008-12-19mac80211: Print unknown packet type in tasklet_handlerLarry Finger1-1/+2
2008-12-19p54usb: bring first generation devices back to lifeChristian Lamparter1-2/+4
2008-12-19ath9k: Key cache allocation for AP modeJouni Malinen1-68/+132
2008-12-19ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen1-1/+2
2008-12-19iwlwifi: indicate txpower is off in sysfsJay Sternberg1-1/+5
2008-12-19iwlwifi: use GFP_KERNEL to allocate Rx SKB memoryZhu Yi2-21/+20
2008-12-19iwlwifi: use meaningful vars in _iwl_poll_bit()Wu, Fengguang1-5/+6
2008-12-19iwlwifi: remove useless gotoWu Fengguang2-12/+4
2008-12-19iwlwifi: use type uint for module param debugWu, Fengguang4-5/+5
2008-12-19iwlwifi: update comments on the debug interfaceWu, Fengguang2-11/+8
2008-12-19iwlwifi: add line feed to printkWu, Fengguang1-1/+1
2008-12-19iwlwifi: cleanup iwl-dev.hWinkler, Tomas4-32/+14
2008-12-19mac80211: fix a typo in ieee80211_send_assoc() method.Rami Rosen1-1/+1
2008-12-19iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen4-6/+3
2008-12-19ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan1-16/+14
2008-12-19ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan1-4/+10
2008-12-19ath9k: Remove MAC header pad before reporting TX statusJouni Malinen1-0/+12
2008-12-19ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen1-1/+9
2008-12-19mac80211: Remove radiotap rate-present flag for HTJouni Malinen1-2/+3
2008-12-19rtl8187: Fix crash on unload when using SLUB debugHerton Ronaldo Krzesinski1-8/+4
2008-12-19p54: remove free_on_tx parameterChristian Lamparter5-51/+37
2008-12-19p54: more accurate rssi to dBm conversionChristian Lamparter3-26/+68