summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-2266-235/+218
* net: startup race in hso driverOliver Neukum2008-12-221-2/+1
* pkt_sched: Remove smp_wmb() in qdisc_watchdog()Jarek Poplawski2008-12-222-2/+0
* r6040: bump release number to 0.19Florian Fainelli2008-12-221-2/+2
* r6040: save and restore MIER correctly in the interrupt routineJoe Chou2008-12-221-2/+7
* r6040: fix wrong logic in mdio codeJoe Chou2008-12-221-2/+2
* net: Fix oops in dev_ifsioc()Jarek Poplawski2008-12-221-1/+3
* tg3: Update version to 3.97Matt Carlson2008-12-211-2/+2
* tg3: tg3.h cleanupsMatt Carlson2008-12-212-35/+5
* tg3: Remove unused cfgspc device membersMatt Carlson2008-12-212-20/+7
* tg3: Cleanup IPV6 LSOMatt Carlson2008-12-212-24/+25
* tg3: WOL fixesMatt Carlson2008-12-211-3/+2
* pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski2008-12-211-1/+1
* ixgbe: fix the display of DCB control stats in ethtoolDon Skidmore2008-12-211-0/+7
* net: add DCNA attribute to the BCN interface for DCBDon Skidmore2008-12-213-2/+26
* net: fix DCB setstate to return success/failureDon Skidmore2008-12-213-27/+32
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-2150-651/+1166
|\
| * b43: Add key memory dumpingMichael Buesch2008-12-193-2/+53
| * b43: Suspend MAC while killing the radioMichael Buesch2008-12-191-0/+2
| * ath5k: correct packet length in tx descriptorsBob Copeland2008-12-193-6/+11
| * mac80211: implement dynamic power saveKalle Valo2008-12-196-12/+103
| * mac80211: track master queue statusKalle Valo2008-12-193-7/+93
| * mac80211: enable IEEE80211_CONF_PS only when associatedKalle Valo2008-12-193-8/+40
| * b43: Fix some MAC lockingMichael Buesch2008-12-193-44/+30
| * iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen2008-12-191-5/+3
| * ath9k: Fixed RX decryption status reportingJouni Malinen2008-12-191-14/+12
| * ath9k: Fix key cache slot selection for splitmicJouni Malinen2008-12-191-2/+2
| * ath9k: Protect config() callback with a mutexSujith2008-12-192-0/+6
| * mac80211: Print unknown packet type in tasklet_handlerLarry Finger2008-12-191-1/+2
| * p54usb: bring first generation devices back to lifeChristian Lamparter2008-12-191-2/+4
| * ath9k: Key cache allocation for AP modeJouni Malinen2008-12-191-68/+132
| * ath9k: Fix a NULL pointer dereference in ath_rate_getJouni Malinen2008-12-191-1/+2
| * iwlwifi: indicate txpower is off in sysfsJay Sternberg2008-12-191-1/+5
| * iwlwifi: use GFP_KERNEL to allocate Rx SKB memoryZhu Yi2008-12-192-21/+20
| * iwlwifi: use meaningful vars in _iwl_poll_bit()Wu, Fengguang2008-12-191-5/+6
| * iwlwifi: remove useless gotoWu Fengguang2008-12-192-12/+4
| * iwlwifi: use type uint for module param debugWu, Fengguang2008-12-194-5/+5
| * iwlwifi: update comments on the debug interfaceWu, Fengguang2008-12-192-11/+8
| * iwlwifi: add line feed to printkWu, Fengguang2008-12-191-1/+1
| * iwlwifi: cleanup iwl-dev.hWinkler, Tomas2008-12-194-32/+14
| * mac80211: fix a typo in ieee80211_send_assoc() method.Rami Rosen2008-12-191-1/+1
| * iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen2008-12-194-6/+3
| * ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan2008-12-191-16/+14
| * ath9k: Synchronize DMA transfer with CPU at right placeVasanthakumar Thiagarajan2008-12-191-4/+10
| * ath9k: Remove MAC header pad before reporting TX statusJouni Malinen2008-12-191-0/+12
| * ath9k: Fix TX status reporting for retries and MCS indexJouni Malinen2008-12-191-1/+9
| * mac80211: Remove radiotap rate-present flag for HTJouni Malinen2008-12-191-2/+3
| * rtl8187: Fix crash on unload when using SLUB debugHerton Ronaldo Krzesinski2008-12-191-8/+4
| * p54: remove free_on_tx parameterChristian Lamparter2008-12-195-51/+37
| * p54: more accurate rssi to dBm conversionChristian Lamparter2008-12-193-26/+68