summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix logic error in ibss channel type checkFelix Fietkau2012-04-171-2/+2
* mac80211: fix truncated packets in cooked monitor rxFelix Fietkau2012-04-171-4/+6
* mac80211: fix association beacon wait timeoutJohannes Berg2012-04-091-2/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-056-16/+9
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-056-16/+9
* | mac80211: fix oper channel timestamp updationRajkumar Manoharan2012-03-281-1/+1
* | mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-03-261-1/+2
* | mac80211: remove outdated commentEliad Peller2012-03-261-3/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-2034-2266/+2373
|\
| * mac80211: make uapsd_* keys per-vifEliad Peller2012-03-156-102/+79
| * mac80211: add NULL terminator to debugfs_netdev write bufEliad Peller2012-03-151-8/+5
| * mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa2012-03-151-0/+7
| * mac80211: Don't let regulatory make us deafPaul Stewart2012-03-134-19/+51
| * mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2012-03-132-2/+2
| * mac80211: linearize SKBs as needed for cryptoJohannes Berg2012-03-133-8/+31
| * mac80211: move RX WEP weak IV countingJohannes Berg2012-03-133-12/+6
| * mac80211: set basic rates earlierJohannes Berg2012-03-121-48/+49
| * mac80211: refactor common auth/assoc setup codeJohannes Berg2012-03-121-62/+59
| * mac80211: remove spurious BSSID change flagJohannes Berg2012-03-121-3/+0
| * mac80211: simplify wmm check during associationJohannes Berg2012-03-122-6/+6
| * mac80211: simplify HT checksJohannes Berg2012-03-121-31/+26
| * mac80211: move misplaced commentJohannes Berg2012-03-121-7/+7
| * mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPSHelmut Schaa2012-03-121-0/+9
| * mac80211: set channel back after disassociatingJohannes Berg2012-03-121-7/+6
| * mac80211: remove tx_syncJohannes Berg2012-03-124-120/+0
| * mac80211: Limit TID buffering during BA session setup/teardownHelmut Schaa2012-03-121-0/+6
| * mac80211: fix smatch lock errors in meshThomas Pedersen2012-03-071-10/+10
| * mac80211: Fix potential null pointer dereferencingAshok Nagarajan2012-03-071-6/+7
| * mac80211: Filter duplicate IE idsPaul Stewart2012-03-074-22/+141
| * mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona2012-03-061-1/+6
| * mac80211: fix mesh airtime link metric estimatingThomas Pedersen2012-03-063-10/+22
| * cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg2012-03-061-2/+11
| * mac80211: combine QoS with other BSS changesJohannes Berg2012-03-054-9/+17
| * mac80211: use common radiotap code for cooked monitorsJohannes Berg2012-03-051-30/+9
| * mac80211: fix the support of setting non-forwarding entity in MeshChun-Yeow Yeoh2012-03-052-1/+11
| * mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau2012-03-051-3/+6
| * mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau2012-03-0510-42/+53
| * mac80211: use 16 bit alignment for the if_ibss bssid fieldFelix Fietkau2012-03-051-1/+1
| * {nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan2012-03-053-1/+25
| * mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2012-03-052-5/+19
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-292-1/+4
| |\
| * | mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2012-02-292-8/+13
| * | mac80211: make deauth/disassoc sequence more naturalJohannes Berg2012-02-291-37/+47
| * | mac80211: fix ieee80211_set_disassoc() sending DelBAJohannes Berg2012-02-291-3/+3
| * | mac80211: dont call cfg80211 from ieee80211_send_deauth_disassocJohannes Berg2012-02-291-33/+38
| * | cfg80211: remove cookies from callbacksJohannes Berg2012-02-293-26/+20
| * | mac80211: remove local_to_hwJohannes Berg2012-02-274-11/+5
| * | mac80211: fix sta_info_flush() return valueJohannes Berg2012-02-271-1/+3
| * | mac80211: fix auth/assoc data & timer leakJohannes Berg2012-02-273-0/+16
| * | mac80211: use proper sub_if_data on suspend pathJakub Kicinski2012-02-271-1/+1