summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* b43: Fix some MAC lockingMichael Buesch2008-12-193-44/+30Star
* iwlwifi: iwl-tx.c cleanup (remove unused parameter and unused local variable).Rami Rosen2008-12-191-5/+3Star
* ath9k: Fixed RX decryption status reportingJouni Malinen2008-12-191-14/+12Star
* ath9k: Fix key cache slot selection for splitmicJouni Malinen2008-12-191-2/+2
* ath9k: Protect config() callback with a mutexSujith2008-12-192-0/+6
* 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/+20Star
* iwlwifi: use meaningful vars in _iwl_poll_bit()Wu, Fengguang2008-12-191-5/+6
* iwlwifi: remove useless gotoWu Fengguang2008-12-192-12/+4Star
* iwlwifi: use type uint for module param debugWu, Fengguang2008-12-194-5/+5
* iwlwifi: update comments on the debug interfaceWu, Fengguang2008-12-192-11/+8Star
* iwlwifi: add line feed to printkWu, Fengguang2008-12-191-1/+1
* iwlwifi: cleanup iwl-dev.hWinkler, Tomas2008-12-194-32/+14Star
* iwlwifi: remove a parameter (dest) from *_fill_beacon_frame() methods.Rami Rosen2008-12-194-6/+3Star
* ath9k: Move rate control alg register/unregister to appropriate placeVasanthakumar Thiagarajan2008-12-191-16/+14Star
* 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
* rtl8187: Fix crash on unload when using SLUB debugHerton Ronaldo Krzesinski2008-12-191-8/+4Star
* p54: remove free_on_tx parameterChristian Lamparter2008-12-195-51/+37Star
* p54: more accurate rssi to dBm conversionChristian Lamparter2008-12-193-26/+68
* rtl8187: Fix error returnsLarry Finger2008-12-191-2/+2
* libertas: use roundup instead of opencodingIlpo Järvinen2008-12-191-1/+2
* p54: update ACK failure statistic counter in real-timeChristian Lamparter2008-12-191-0/+1
* p54: move statistic timer update routine into a workqueueChristian Lamparter2008-12-193-46/+68
* iwlagn: fix agn rate scalingMohamed Abbas2008-12-191-10/+16
* ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT2008-12-191-17/+21
* ath9k: Report HT rates in RX statusJouni Malinen2008-12-191-35/+26Star
* ath9k: Do not use association state to update rate tableSujith2008-12-191-2/+1Star
* mac80211: Fix HT channel selectionSujith2008-12-193-103/+44Star
* ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov2008-12-192-266/+0Star
* ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov2008-12-191-3/+12
* ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov2008-12-191-30/+1Star
* ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov2008-12-191-9/+8Star
* ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov2008-12-192-8/+30
* ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov2008-12-191-3/+6
* NIU: Implement discard counters, optimizeJesper Dangaard Brouer2008-12-191-1/+3
* NIU: Implement discard counters, info/debug statements.Jesper Dangaard Brouer2008-12-191-0/+6
* NIU: Implement discard countersJesper Dangaard Brouer2008-12-191-0/+51
* enc28j60: reduce the number of spi transfers in enc28j60_set_bank()Baruch Siach2008-12-191-7/+23
* netdevice zd1201: Use after freeWang Chen2008-12-191-5/+5
* bonding: use port_params in __update_lacpdu_from_portHolger Eitzenberger2008-12-181-6/+7
* bonding: use port_params in __update_default_selected()Holger Eitzenberger2008-12-181-8/+10
* bonding: use port_params in __update_selected()Holger Eitzenberger2008-12-181-8/+8
* bonding: remove various function declarationsHolger Eitzenberger2008-12-181-28/+0Star
* bonding: init port_params from templateHolger Eitzenberger2008-12-181-12/+11Star
* bonding: use plain memcpy in __record_default()Holger Eitzenberger2008-12-181-7/+2Star