summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: add P2P Device abstractionJohannes Berg2012-08-209-20/+265
* mac80211: make ieee80211_beacon_connection_loss_work staticJohannes Berg2012-08-202-2/+1Star
* mac80211: check size of channel switch IE when parsingJohannes Berg2012-08-203-11/+9Star
* mac80211: fix CSA handling timerJohannes Berg2012-08-201-3/+2Star
* mac80211: clean up CSA handling codeJohannes Berg2012-08-201-18/+16Star
* mac80211: remove unneeded 'bssid' variableJohannes Berg2012-08-201-4/+2Star
* mac80211: support A-MPDU status reportingJohannes Berg2012-08-202-15/+80
* wireless: add radiotap A-MPDU status fieldJohannes Berg2012-08-202-0/+13
* mac80211: add supported rates change notification in IBSSAntonio Quartulli2012-08-203-1/+11
* mac80211: clean up mpath_move_to_queue()Thomas Pedersen2012-08-203-18/+21
* mac80211: use skb_queue_walk() in mesh_path_assign_nexthopThomas Pedersen2012-08-201-7/+1Star
* mac80211: avoid using synchronize_rcu in ieee80211_set_probe_respEyal Shapira2012-08-204-14/+21
* mac80211: skb leak in mesh_plink_frame_tx()Thomas Pedersen2012-08-031-6/+11
* mac80211: don't request ack for peering closeThomas Pedersen2012-08-031-0/+3
* mac80211: remove ieee80211_clean_sdata()Thomas Pedersen2012-08-031-17/+0Star
* mac80211: improve cleanup when leaving meshThomas Pedersen2012-08-032-9/+5Star
* mac80211: reset station MLME flags upon new associationJohannes Berg2012-08-011-4/+7
* mac80211: use eth_broadcast_addrJohannes Berg2012-07-314-6/+6
* mac80211: enable WDS carrier only after adding stationJohannes Berg2012-07-311-0/+3
* mac80211: manage carrier state in meshJohannes Berg2012-07-312-4/+12
* mac80211: use correct channel in TXJohannes Berg2012-07-312-12/+7Star
* mac80211: fix current vs. operating channel in preq/beaconJohannes Berg2012-07-316-26/+44
* mac80211: use oper_channel in utils and configJohannes Berg2012-07-313-6/+6
* mac80211: use oper_channel in managed mlmeJohannes Berg2012-07-311-6/+6
* mac80211: use oper_channel in ibssJohannes Berg2012-07-311-4/+4
* mac80211: use oper_channel in meshJohannes Berg2012-07-311-3/+4
* mac80211: set channel only once during auth/assocJohannes Berg2012-07-311-26/+43
* mac80211: rename sta to new_staJohannes Berg2012-07-311-8/+8
* mac80211: supress HT/VHT disable if not supportedJohannes Berg2012-07-311-4/+6
* mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-3153-132/+232
* mac80211: add PS flag to bss_confEliad Peller2012-07-315-3/+27
* wlcore: op_tx: pass sta explicitly when inferring frame hlidArik Nemtsov2012-07-313-13/+8Star
* wlcore: don't get the hlid from a queued skbArik Nemtsov2012-07-311-20/+26
* cfg80211: unify IE searchVladimir Kondratiev2012-07-311-15/+3Star
* mac80211: don't call mgd_prepare_tx when associatedEmmanuel Grumbach2012-07-311-4/+5
* mac80211: don't react to beacon loss if HW monitoringJohannes Berg2012-07-311-0/+3
* mac80211: VHT (11ac) associationMahesh Palivela2012-07-312-2/+39
* mac80211: don't re-init rate control when receiving mesh beaconChun-Yeow Yeoh2012-07-311-0/+5
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-07-2814-196/+563
|\
| * ext4: undo ext4_calc_metadata_amount if we fail to claim spaceTheodore Ts'o2012-07-231-11/+21
| * ext4: don't let i_reserved_meta_blocks go negativeBrian Foster2012-07-231-0/+9
| * ext4: fix hole punch failure when depth is greater than 0Ashish Sangwan2012-07-231-17/+29
| * ext4: remove unnecessary argument from __ext4_handle_dirty_metadata()Artem Bityutskiy2012-07-235-11/+7Star
| * ext4: weed out ext4_write_superArtem Bityutskiy2012-07-231-10/+0Star
| * ext4: remove unnecessary superblock dirtyingArtem Bityutskiy2012-07-232-4/+3Star
| * ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super()Jan Kara2012-07-232-10/+13
| * ext4: remove useless marking of superblock dirtyJan Kara2012-07-232-4/+0Star
| * ext4: fix ext4 mismerge back in JanuaryAl Viro2012-07-231-1/+0Star
| * ext4: remove dynamic array size in ext4_chksum()Theodore Ts'o2012-07-231-1/+3
| * ext4: remove unused variable in ext4_update_super()Theodore Ts'o2012-07-231-1/+1