summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* rc80211_pid: Fix fast_start parameter handlingMattias Nissler2008-07-092-23/+13Star
* mac80211: don't report selected IBSS when not foundVladimir Koutny2008-07-071-2/+4
* mac80211: Only flush workqueue when last interface was removedIvo van Doorn2008-07-071-2/+2
* mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen2008-07-071-2/+5
* net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-021-2/+1Star
* mac80211: don't accept WEP keys other than WEP40 and WEP104Emmanuel Grumbach2008-06-301-0/+7
* mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach2008-06-271-0/+9
* mac80211: detect driver tx bugsJohannes Berg2008-06-191-1/+8
* Revert "mac80211: Use skb_header_cloned() on TX path."David S. Miller2008-06-181-2/+2
* mac80211: add missing new line in debug print HT_DEBUGTomas Winkler2008-06-131-1/+1
* mac80211 : fix for iwconfig in ad-hoc modeAbhijeet Kolekar2008-06-131-1/+2
* mac80211: Checking IBSS support while changing channel in ad-hoc modeAssaf Krauss2008-06-093-12/+16
* mac80211: decrease IBSS creation latencyDan Williams2008-06-091-1/+1
* mac80211: Fixing slow IBSS rejoinAssaf Krauss2008-06-091-0/+1
* mac80211: send association event on IBSS createDan Williams2008-06-091-0/+5
* mac80211: fix alignment issue with compare_ether_addr()Senthil Balasubramanian2008-05-283-6/+6
* mac80211: Fix for NULL pointer dereference in sta_info_get()Senthil Balasubramanian2008-05-281-2/+2
* mac80211: fix a typo in ieee80211_handle_filtered_frame commentYi Zhu2008-05-281-1/+1
* mac80211 : Fixes the status message for iwconfigAbhijeet Kolekar2008-05-281-3/+8
* mac80211: reorder channel and freq reporting in wext scan reportTomas Winkler2008-05-281-5/+4Star
* mac80211: fix ieee80211_rx_bss_put/get imbalanceTomas Winkler2008-05-281-4/+8
* net/mac80211: always true conditionalsNicolas Kaiser2008-05-281-2/+2
* mac80211: fix NULL pointer dereference in ieee80211_compatible_ratesHelmut Schaa2008-05-211-4/+11
* mac80211: don't claim iwspy supportJohannes Berg2008-05-201-1/+0Star
* mac80211: Add RTNL version of ieee80211_iterate_active_interfacesIvo van Doorn2008-05-161-1/+36
* mac80211 : Association with 11n hidden ssid ap.Abhijeet Kolekar2008-05-161-9/+5Star
* mac80211: Use skb_header_cloned() on TX path.David S. Miller2008-05-131-2/+2
* mac80211: assign needed_headroom/tailroom for netdevsJohannes Berg2008-05-131-0/+9
* mac80211: add missing newlines in printk()Pavel Roskin2008-05-132-4/+5
* mac80211: fix association with some APsHelmut Schaa2008-05-131-14/+50
* Fix potential scheduling while atomic in mesh_path_add.Pavel Emelyanov2008-05-131-1/+2
* Fix not checked kmalloc() result.Pavel Emelyanov2008-05-131-1/+7
* Fix GFP_KERNEL allocation under read lock.Pavel Emelyanov2008-05-131-3/+3
* mac80211: mesh hwmp: fix kfree(skb)Patrick McHardy2008-05-131-1/+1
* mac80211: fix access to null skbLuis Carlos Cobo2008-05-131-3/+3
* mac80211: fix incorrect mesh header lengthLuis Carlos Cobo2008-05-132-6/+6
* mac80211: Don't encrypt beaconsIvo van Doorn2008-05-131-0/+1
* mac80211: fix debugfs default key oopsJohannes Berg2008-05-131-3/+12
* fix irq flags in mac80211 codeSteven Rostedt2008-05-131-2/+2
* mac80211: Do not free net device after it is unregistered.Pavel Emelyanov2008-05-051-2/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-015-36/+38
|\
| * mac80211: incorrect shift directionHarvey Harrison2008-05-011-4/+2Star
| * mac80211: insert WDS peer after adding interfaceJohannes Berg2008-05-011-17/+27
| * mac80211: don't allow invalid WDS peer addressesJohannes Berg2008-05-011-1/+1
| * mac80211: assign conf.beacon_control for meshJohannes Berg2008-05-011-0/+1
| * mac80211: use 4-byte mesh sequence numberLuis Carlos Cobo2008-05-013-14/+7Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-281-1/+3
|\|
| * wireless: Fix compile error with wifi & ledsLuca Tettamanti2008-04-281-1/+3
* | asm/unaligned.h doesn't work well as the very first includeAl Viro2008-04-272-1/+1
|/
* mac80211: fix use before check of Qdisc lengthRon Rindjunsky2008-04-241-1/+1