aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
AgeCommit message (Expand)AuthorFilesLines
2012-04-09mac80211: fix association beacon wait timeoutJohannes Berg1-2/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-16/+9
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd6-16/+9
2012-03-28mac80211: fix oper channel timestamp updationRajkumar Manoharan1-1/+1
2012-03-26mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka1-1/+2
2012-03-26mac80211: remove outdated commentEliad Peller1-3/+0
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds34-2266/+2373
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+1
2012-03-15mac80211: make uapsd_* keys per-vifEliad Peller6-102/+79
2012-03-15mac80211: add NULL terminator to debugfs_netdev write bufEliad Peller1-8/+5
2012-03-15mac80211: Don't sample max throughput rate in minstrel_htHelmut Schaa1-0/+7
2012-03-13mac80211: Don't let regulatory make us deafPaul Stewart4-19/+51
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg2-2/+2
2012-03-13mac80211: linearize SKBs as needed for cryptoJohannes Berg3-8/+31
2012-03-13mac80211: move RX WEP weak IV countingJohannes Berg3-12/+6
2012-03-12mac80211: set basic rates earlierJohannes Berg1-48/+49
2012-03-12mac80211: refactor common auth/assoc setup codeJohannes Berg1-62/+59
2012-03-12mac80211: remove spurious BSSID change flagJohannes Berg1-3/+0
2012-03-12mac80211: simplify wmm check during associationJohannes Berg2-6/+6
2012-03-12mac80211: simplify HT checksJohannes Berg1-31/+26
2012-03-12mac80211: move misplaced commentJohannes Berg1-7/+7
2012-03-12mac80211: Disable MCS > 7 in minstrel_ht when STA uses static SMPSHelmut Schaa1-0/+9
2012-03-12mac80211: set channel back after disassociatingJohannes Berg1-7/+6
2012-03-12mac80211: remove tx_syncJohannes Berg4-120/+0
2012-03-12mac80211: Limit TID buffering during BA session setup/teardownHelmut Schaa1-0/+6
2012-03-07mac80211: fix smatch lock errors in meshThomas Pedersen1-10/+10
2012-03-07mac80211: Fix potential null pointer dereferencingAshok Nagarajan1-6/+7
2012-03-07mac80211: Filter duplicate IE idsPaul Stewart4-22/+141
2012-03-06mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona1-1/+6
2012-03-06mac80211: fix mesh airtime link metric estimatingThomas Pedersen3-10/+22
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg1-2/+11
2012-03-05mac80211: combine QoS with other BSS changesJohannes Berg4-9/+17
2012-03-05mac80211: use common radiotap code for cooked monitorsJohannes Berg1-30/+9
2012-03-05mac80211: fix the support of setting non-forwarding entity in MeshChun-Yeow Yeoh2-1/+11
2012-03-05mac80211: add an rx flag for ignoring a packet's signal strengthFelix Fietkau1-3/+6
2012-03-05mac80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau10-42/+53
2012-03-05mac80211: use 16 bit alignment for the if_ibss bssid fieldFelix Fietkau1-1/+1
2012-03-05{nl,cfg,mac}80211: Implement RSSI threshold for mesh peeringAshok Nagarajan3-1/+25
2012-03-05mac80211: Fix the generation of PREQs in proactive RANN mechanism of HWMPChun-Yeow Yeoh2-5/+19
2012-02-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+4
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg2-8/+13
2012-02-29mac80211: make deauth/disassoc sequence more naturalJohannes Berg1-37/+47
2012-02-29mac80211: fix ieee80211_set_disassoc() sending DelBAJohannes Berg1-3/+3
2012-02-29mac80211: dont call cfg80211 from ieee80211_send_deauth_disassocJohannes Berg1-33/+38
2012-02-29cfg80211: remove cookies from callbacksJohannes Berg3-26/+20
2012-02-28Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-7/+1
2012-02-27mac80211: remove local_to_hwJohannes Berg4-11/+5
2012-02-27mac80211: fix sta_info_flush() return valueJohannes Berg1-1/+3
2012-02-27mac80211: fix auth/assoc data & timer leakJohannes Berg3-0/+16
2012-02-27mac80211: use proper sub_if_data on suspend pathJakub Kicinski1-1/+1
2012-02-27mac80211: fix associated vs. idle raceJohannes Berg1-1/+15
2012-02-27mac80211: clean up asm/unaligned.h inclusionJohannes Berg6-2/+4
2012-02-27mac80211: remove redundant monitor_work enqueueingEliad Peller1-1/+0
2012-02-27mac80211: don't queue monitor work for HW_CONNECTION_MONITOREliad Peller1-2/+6
2012-02-22cfg80211: restructure AP/GO mode APIJohannes Berg3-93/+68
2012-02-21mac80211: Fix a warning on changing to monitor mode from STAMohammed Shafi Shajakhan1-0/+3
2012-02-21mac80211: zero initialize count field in ieee80211_tx_rateMohammed Shafi Shajakhan1-1/+1
2012-02-21mac80211: Convert call_rcu() to kfree_rcu(), drop mesh_gate_node_reclaim()Paul E. McKenney1-7/+1
2012-02-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-3/+3
2012-02-15mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-15mac80211: call rate control only after initJohannes Berg4-3/+6
2012-02-09mac80211: Fix a rwlock bad magic bugMohammed Shafi Shajakhan1-2/+2
2012-02-08mac80211: do not call rate control .tx_status before .rate_initFelix Fietkau1-1/+1
2012-02-08mac80211: rename mesh static path_lookup()Luis R. Rodriguez1-3/+3
2012-02-08mac80211: add #ifdef CONFIG_MAC80211_VERBOSE_DEBUG for a debug printkFelix Fietkau1-0/+2
2012-02-06mac80211: call rate control only after initJohannes Berg4-3/+6
2012-02-06mac80211: support hw scan while idleEliad Peller3-1/+7
2012-02-06mac80211: off by one in mcs mask handlingDan Carpenter1-1/+1
2012-02-06cfg80211/mac80211: userspace peer authorization in IBSSAntonio Quartulli2-1/+7
2012-02-06mac80211: redesign auth/assocJohannes Berg8-1227/+1038
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg1-15/+8
2012-02-06mac80211: remove dummy STA supportJohannes Berg4-155/+38
2012-02-06mac80211: implement sta_add/sta_remove in sta_stateJohannes Berg4-19/+19
2012-02-06mac80211: add sta_state callbackJohannes Berg7-28/+164
2012-02-06mac80211: add NOTEXIST station stateJohannes Berg2-0/+3
2012-02-06mac80211: dont program keys for stations not uploadedJohannes Berg1-16/+14
2012-02-06mac80211: simplify AP_VLAN handlingJohannes Berg5-33/+7
2012-02-06mac80211: move managed mode station state modificationJohannes Berg1-14/+14
2012-02-01mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-20/+39
2012-01-30mac80211: Move num_sta_ps counter decrement after synchronize_rcuHelmut Schaa1-9/+9
2012-01-30mac80211: add support for mcs masksSimon Wunderlich6-9/+167
2012-01-30mac80211: Fix incorrect num_sta_ps decrement in ap_sta_ps_endHelmut Schaa2-7/+5
2012-01-30mac80211: Fix incorrect num_sta_ps decrement in __sta_info_destroyHelmut Schaa1-3/+1
2012-01-30mac80211: station state transition error handlingJohannes Berg8-39/+59
2012-01-30Revert "mac80211: Do not scan for IBSS merge with a fixed BSSID."John W. Linville1-3/+2
2012-01-27mac80211: Do not scan for IBSS merge with a fixed BSSID.Nicolas Cavallari1-2/+3
2012-01-27mac80211: send null packet on active (psm) reconfigurationEliad Peller1-0/+15
2012-01-27{nl,cfg,mac}80211: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh3-1/+4
2012-01-27mac80211: fix a few -Wshadow warningsJohannes Berg2-6/+3
2012-01-27mac80211: make CQM RSSI support per virtual interfaceJohannes Berg3-12/+4
2012-01-27mac80211: make beacon filtering per virtual interfaceJohannes Berg2-3/+1
2012-01-24mac80211: set bss_conf.idle when vif is connectedEliad Peller1-0/+1
2012-01-24mac80211: update oper_channel on ibss joinEliad Peller1-0/+1
2012-01-24mac80211: in IBSS use the Auth frame to trigger STA reinsertionAntonio Quartulli1-36/+49
2012-01-24mac80211: add a 2-way Authentication challenge to IBSS modeAntonio Quartulli1-0/+7
2012-01-24mac80211: clean up rate control codeJohannes Berg3-34/+7
2012-01-24mac80211: clean up aggregation destructionJohannes Berg1-23/+8
2012-01-24mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()Antonio Quartulli1-3/+0
2012-01-24mac80211: Fix the maximum transmit power with power constraintHong Wu2-2/+3
2012-01-24mac80211: In IBSS the DA field of auth frames is different from BSSIDAntonio Quartulli4-7/+8
2012-01-24mac80211: refactor __ieee80211_get_channel_modeJohannes Berg1-11/+17
2012-01-24mac80211: minor cleanupMohammed Shafi Shajakhan1-2/+1
2012-01-24mac80211: check sta_apply_parameters() return valueEliad Peller1-1/+6
2012-01-18mac80211: fix work removal on deauth requestJohannes Berg1-11/+27
2012-01-18mac80211: Use the right headroom size for mesh mgmt framesJavier Cardona2-6/+6
2012-01-18mac80211: fix debugfs key->station symlinkJohannes Berg1-3/+4
2012-01-17mac80211: Fix possible race between sta_unblock and network softirqHelmut Schaa1-2/+4
2012-01-16mac80211: fix tx->skb NULL pointer dereferenceYoni Divinsky3-9/+22
2012-01-16Net, mac80211: Fix resource leak in ieee80211_rx_h_mesh_fwding()Jesper Juhl1-0/+1
2012-01-13mac80211: fix no-op authorized transitionsJohannes Berg1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet4-7/+7
2012-01-11mac80211: fix rx->key NULL pointer dereference in promiscuous modeStanislaw Gruszka1-1/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-52/+19
2012-01-04mac80211: remove dead codeMohammed Shafi Shajakhan2-19/+0
2012-01-04mac80211: Call driver commands after drv_start in mac80211 restart codeYogesh Ashok Powar1-10/+9
2012-01-04mac80211: use RCU read locks for sta_info_getMohammed Shafi Shajakhan1-0/+2
2012-01-04mac80211: fix kernel panic in IBSS due to a regressionMohammed Shafi Shajakhan1-1/+4
2012-01-04mac80211: fix scan state machineMohammed Shafi Shajakhan1-1/+1
2012-01-04mac80211: always clear SDATA_STATE_OFFCHANNEL flagEliad Peller1-1/+3
2012-01-04mac80211: Remove superfluous ieee80211_rx_h_remove_qos_controlHelmut Schaa1-20/+0
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-5/+111
2011-12-21mac80211: Keep skb->piority for relayed frames in AP modeHelmut Schaa1-1/+6
2011-12-21mac80211: ibss should not purge clients it is not responsible forMarek Lindner1-0/+3
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell2-3/+3
2011-12-19mac80211: Fixing sparse warning at sta_info.cYogesh Ashok Powar1-2/+7
2011-12-19mac80211: handle SMPS action framesJohannes Berg1-0/+58
2011-12-19cfg80211: Return beacon loss count in stationPaul Stewart3-1/+13
2011-12-19mac80211: split addba retries in timeNikolay Martynov2-1/+24
2011-12-15mac80211: Fix power save in change interfaceMohammed Shafi Shajakhan1-0/+1
2011-12-15mac80211: remove an unnecessary paraenthesisMohammed Shafi Shajakhan1-1/+1
2011-12-15mac80211: Use appropriate TID for sending BAR, ADDBA and DELBA framesHelmut Schaa4-8/+17
2011-12-15mac80211: reduce station management complexityJohannes Berg3-203/+63
2011-12-15mac80211: delay IBSS station insertionJohannes Berg4-57/+140
2011-12-15mac80211: make address arguments to sta_info_alloc constJohannes Berg2-2/+2
2011-12-15mac80211: count authorized stations per BSSJohannes Berg4-16/+20
2011-12-15mac80211: refactor station state transitionsJohannes Berg8-30/+172
2011-12-15mac80211: use station mutex in configurationJohannes Berg1-6/+6
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg1-14/+0
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg1-0/+8
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich1-0/+1
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-45/+41
2011-12-13mac80211: don't check sdata_running in vif notifierEliad Peller1-4/+1
2011-12-13mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller1-1/+2
2011-12-13mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN1-3/+3
2011-12-13mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa1-10/+5
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2-0/+27
2011-12-13mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter1-1/+3
2011-12-07mac80211: fix another race in aggregation startJohannes Berg1-45/+41
2011-12-06mac80211: Remove WARN_ON in apply-ht-override logic.Ben Greear1-1/+3
2011-12-06mac80211: accept public action frames with mismatched BSSIDJohannes Berg1-3/+10
2011-12-06mac80211: fix retransmitJohannes Berg1-1/+4
2011-12-06mac80211: Add HT operation modes for IBSSAlexander Simon7-12/+87
2011-12-06mac80211: handle protection mode, RIFS and ADDBA for HT IBSSSimon Wunderlich3-0/+44
2011-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-14/+62
2011-12-01Revert "mac80211: clear sta.drv_priv on reconfiguration"John W. Linville1-1/+0
2011-11-30mac80211: remove unused function declarationMohammed Shafi Shajakhan1-1/+0
2011-11-30mac80211: revert on-channel work optimisationsJohannes Berg5-142/+13
2011-11-30mac80211: fill rate filter for internal scan requestsSimon Wunderlich1-0/+6
2011-11-28mac80211: remove tracing config symbolJohannes Berg3-25/+2
2011-11-28mac80211: clean up rx_h_mesh_fwdingThomas Pedersen1-49/+39
2011-11-28mac80211: don't initiate path discovery when forwarding frame with unknown DAThomas Pedersen5-77/+79
2011-11-28{nl,cfg,mac}80211: implement dot11MeshHWMPperrMinIntervalThomas Pedersen5-1/+16
2011-11-28mac80211: fix forwarded mesh frame queue mappingThomas Pedersen4-21/+36
2011-11-28mac80211: fix switched HWMP frame addressesThomas Pedersen1-19/+11
2011-11-28mac80211: failed forwarded mesh frame addressingThomas Pedersen3-11/+8
2011-11-28{nl,cfg,mac}80211: Allow Setting Multicast Rate in MeshChun-Yeow Yeoh2-0/+7
2011-11-28mac80211: Make __check_htcap_disable static.Ben Greear1-3/+3
2011-11-28mac80211: call skb_put() before copying the data (trivial)Eliad Peller1-1/+1
2011-11-28mac80211: fix TX warningJohannes Berg1-3/+4
2011-11-28mac80211: do not pass AP VLAN vif pointers to driversFelix Fietkau4-7/+17
2011-11-28mac80211: log reason and initiator when rx agg is stoppedNikolay Martynov1-2/+5
2011-11-28mac80211: trivial: use WLAN_BACK_RECIPIENT instead of hardcoded 0Nikolay Martynov1-1/+1
2011-11-28mac80211: timeout tx agg sessions in way similar to rx agg sessionsNikolay Martynov3-1/+44
2011-11-28mac80211: don't indicate probe resp change in IBSS modeArik Nemtsov1-2/+5
2011-11-28mac80211: dereference RCU protected probe_resp pointer correctlyArik Nemtsov1-1/+1
2011-11-28mac80211: fix duration calculation for QoS NOACK framesSimon Wunderlich1-5/+9
2011-11-28mac80211: Add NoAck per tid supportSimon Wunderlich4-1/+22
2011-11-28mac80211: remove debugfs noack testSimon Wunderlich4-47/+2
2011-11-28mac80211: fix race between the AGG SM and the Tx data pathEmmanuel Grumbach1-0/+14
2011-11-28mac80211: fix race condition caused by late addBA responseNikolay Martynov1-1/+17
2011-11-28mac80211: don't stop a single aggregation session twiceJohannes Berg1-2/+8
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville17-0/+18
2011-11-21mac80211: fix RCU warnings in meshJohannes Berg1-22/+5
2011-11-21mac80211: Support ht-cap over-rides.Ben Greear9-18/+140
2011-11-21cfg80211/mac80211: Revert "move information element parsing logic to cfg80211"Johannes Berg2-0/+230
2011-11-21cfg80211: add flags for off-channel capabilitiesJohannes Berg1-1/+3
2011-11-21mac80211: minor cleanup to mesh state lockingJohannes Berg1-3/+3
2011-11-21mac80211: remove unused ASSOC_AP flagJohannes Berg3-5/+2
2011-11-21mac80211: transmit fragment list to driversJohannes Berg3-35/+69
2011-11-21mac80211: make TX LED handling independent of fragmentationJohannes Berg1-12/+16
2011-11-21mac80211: move fragment flag adjustmentJohannes Berg1-9/+9
2011-11-21mac80211: use skb list for fragmentsJohannes Berg5-71/+82
2011-11-21mac80211: Fix endian bug in radiotap header generationHelmut Schaa1-4/+4
2011-11-21mac80211: Fix AMSDU rate printout in debugfs.Ben Greear1-2/+2
2011-11-17mac80211: call ieee80211_recalc_idle() after sending packetsFelix Fietkau2-8/+11
2011-11-17minstrel_ht: Remove unused function parametersPatrick Kelle1-14/+12
2011-11-17mac80211: memory leak in mesh_queue_preq()Dan Carpenter1-0/+1
2011-11-17mac80211: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2011-11-17mac80211: Get rid of search loop for rate group indexHelmut Schaa1-16/+16