aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville5-29/+30
2012-09-07Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2-8/+10
2012-09-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2-5/+8
2012-09-05mac80211: Various small fixes for cfg.c: mpath_set_pinfo()LEO Airwarosu Yoichi Shinoda1-5/+4
2012-09-05mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg1-1/+1
2012-09-04mac80211: clear bssid on auth/assoc failureEliad Peller1-0/+4
2012-09-04mac80211: Do not check for valid hw_queues for P2P_DEVICEIlan Peer1-7/+9
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville1-22/+16
2012-08-23Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-08-22mac80211: Fix AP mode regressionSujith Manoharan1-1/+1
2012-08-22mac80211: fix DS to MBSS address translationThomas Pedersen1-22/+16
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville22-409/+657
2012-08-20mac80211: clean up ieee80211_subif_start_xmitJohannes Berg1-17/+6
2012-08-20mac80211: pass channel to ieee80211_send_probe_reqJohannes Berg4-7/+11
2012-08-20mac80211: convert ops checks to WARN_ONJohannes Berg1-7/+5
2012-08-20mac80211: check operating channel in scanJohannes Berg1-5/+4
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg1-1/+1
2012-08-20mac80211: don't assume channel is set in tracingJohannes Berg1-3/+6
2012-08-20mac80211: use oper_channel in rate initJohannes Berg1-1/+1
2012-08-20mac80211: remove freq/chantype from debugfsJohannes Berg1-32/+0
2012-08-20mac80211: remove almost unused local variableJohannes Berg1-5/+2
2012-08-20mac80211: mesh: don't use global channel typeJohannes Berg2-8/+10
2012-08-20mac80211: simplify buffers in aes_128_cmac_vectorJohannes Berg1-5/+1
2012-08-20mac80211: add IEEE80211_HW_P2P_DEV_ADDR_FOR_INTFJohannes Berg1-1/+14
2012-08-20mac80211: support P2P Device abstractionJohannes Berg10-96/+226
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg2-0/+5
2012-08-20mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2-2/+1
2012-08-20mac80211: check size of channel switch IE when parsingJohannes Berg3-11/+9
2012-08-20mac80211: fix CSA handling timerJohannes Berg1-3/+2
2012-08-20mac80211: clean up CSA handling codeJohannes Berg1-18/+16
2012-08-20mac80211: remove unneeded 'bssid' variableJohannes Berg1-4/+2
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-1/+41
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli2-1/+7
2012-08-20mac80211: clean up mpath_move_to_queue()Thomas Pedersen3-18/+21
2012-08-20mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen1-7/+1
2012-08-20mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira4-14/+21
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch3-34/+33
2012-08-03mac80211: skb leak in mesh_plink_frame_tx()Thomas Pedersen1-6/+11
2012-08-03mac80211: don't request ack for peering closeThomas Pedersen1-0/+3
2012-08-03mac80211: remove ieee80211_clean_sdata()Thomas Pedersen1-17/+0
2012-08-03mac80211: improve cleanup when leaving meshThomas Pedersen2-9/+5
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville3-2/+6
2012-08-01mac80211: cancel mesh path timerJohannes Berg1-0/+1
2012-08-01mac80211: clear timer bits when disconnectingJohannes Berg2-0/+4
2012-08-01mac80211: reset station MLME flags upon new associationJohannes Berg1-4/+7
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg4-6/+6
2012-07-31mac80211: enable WDS carrier only after adding stationJohannes Berg1-0/+3
2012-07-31mac80211: manage carrier state in meshJohannes Berg2-4/+12
2012-07-31mac80211: use correct channel in TXJohannes Berg2-12/+7
2012-07-31mac80211: fix current vs. operating channel in preq/beaconJohannes Berg6-26/+44