aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-28mwl8k: get rid of the AMSDU check in the transmit pathLennert Buytenhek1-11/+0
2009-12-28mwl8k: hw is never NULL in mwl8k_set_radio_preamble()Lennert Buytenhek1-5/+1
2009-12-28mwl8k: firmware command code cleanupLennert Buytenhek1-324/+323
2009-12-28iwmc3200wifi: fix array out-of-boundary accessZhu Yi1-1/+1
2009-12-28wl1251: timeout one too soon in wl1251_boot_run_firmware()Roel Kluin1-1/+1
2009-12-28mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez1-0/+12
2009-12-28mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez1-0/+4
2009-12-28ath9k: fix missed error codes in the tx status checkFelix Fietkau2-1/+4
2009-12-28ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez1-0/+6
2009-12-28ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez1-0/+2
2009-12-28ath9k: fix suspend by waking device prior to stopSujith1-0/+6
2009-12-28cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg1-4/+9
2009-12-28wl1271_cmd.c: cleanup char => u8Dan Carpenter1-2/+2
2009-12-28iwlwifi: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-28ath9k: Storage class should be before const qualifierTobias Klauser1-1/+1
2009-12-28cfg80211: fix race between deauth and assoc responseJohannes Berg1-1/+12
2009-12-28wireless: remove remaining qual codeJohannes Berg11-257/+4
2009-12-28rt2x00: Add USB ID for Linksys WUSB 600N rev 2.Gertjan van Wingerde1-0/+1
2009-12-28ath5k: fix SWI calibration interrupt stormBob Copeland1-4/+3
2009-12-28mac80211: fix ibss join with fixed-bssidFelix Fietkau1-0/+4
2009-12-28libertas: Remove carrier signaling from the scan codeSamuel Ortiz1-14/+8
2009-12-28orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabledAndrey Borzenkov1-3/+3
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville92-686/+1006
2009-12-26llc: fix SAP reference counting w.r.t. socket handlingOctavian Purdila1-4/+1
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila3-40/+19
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila5-37/+115
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila4-3/+27
2009-12-26llc: optimize multicast deliveryOctavian Purdila1-8/+28
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila6-71/+123
2009-12-26llc: add support for SO_BINDTODEVICEOctavian Purdila1-2/+27
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila3-0/+37
2009-12-26llc: use dev_hard_headerOctavian Purdila4-47/+17
2009-12-25wireless: fix comments in genregdb.awkJohn W. Linville1-2/+2
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller117-1122/+2965
2009-12-23enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman3-9/+9
2009-12-23enic: feature add: add ethtool -c/C supportScott Feldman6-7/+85
2009-12-23enic: Bug fix: align desc ring sizes to 32 descsScott Feldman1-2/+2
2009-12-23enic: minimize pkt filter updates to firmwareScott Feldman2-2/+7
2009-12-23enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman1-21/+33
2009-12-23enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman3-38/+27
2009-12-23iwmc3200top: simplify imwct_txTomas Winkler3-23/+19
2009-12-23iwmc3200top: cleanup log messagesTomas Winkler3-34/+48
2009-12-23iwmc3200top: clean up fw_downloadTomas Winkler1-14/+6
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey6-9/+21
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-23tcp: Slightly optimize tcp_sendmsgKrishna Kumar1-8/+9
2009-12-23tcp: Remove unrequired operations in tcp_push()Krishna Kumar1-7/+6
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar2-12/+9
2009-12-23netxen: fix unified fw size checkAmit Kumar Salecha1-1/+1
2009-12-23netxen: support pci error handlersAmit Kumar Salecha2-46/+150