summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-29iwlwifi: mvm: BT Coex fix NULL pointer dereferenceEmmanuel Grumbach1-1/+5
2013-10-29iwlwifi: transport config n_no_reclaim_cmds should be unsignedJohannes Berg1-1/+1
2013-10-29iwlwifi: mvm: update UAPSD support TLV bitsAlexander Bondar3-7/+12
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
2013-10-28mac80211_hwsim: Fix tracking of beaconing for multi-vifJouni Malinen1-3/+24
2013-10-28mac80211: fix uninitialized variableMichal Kazior1-1/+1
2013-10-28mac80211: process mesh channel switching using beaconChun-Yeow Yeoh2-9/+136
2013-10-28{nl,cfg,mac}80211: implement mesh channel switch userspace APIChun-Yeow Yeoh6-3/+139
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh5-54/+111
2013-10-28mac80211: process the CSA frame for mesh accordinglyChun-Yeow Yeoh6-3/+134
2013-10-28mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh4-41/+48
2013-10-28mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau2-0/+43
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez2-10/+25
2013-10-28mac80211: fixes for mesh powersave logicMarco Porsch3-18/+22
2013-10-28mac80211: Remove check for offchannel state when waking netdev queuesSeth Forshee1-3/+0
2013-10-28net: rfkill: gpio: add ACPI supportHeikki Krogerus1-1/+30
2013-10-28net: rfkill: gpio: prepare for DT and ACPI supportHeikki Krogerus1-41/+51
2013-10-28net: rfkill: gpio: spinlock-safe GPIO accessHeikki Krogerus1-8/+8
2013-10-28net: rfkill: gpio: clean up clock handlingHeikki Krogerus2-28/+9
2013-10-28net: rfkill: gpio: convert to resource managed allocationHeikki Krogerus1-55/+20
2013-10-28cfg80211: fix docbook referencesJohannes Berg1-2/+2
2013-10-28mac80211: add missing IEEE80211_HW_SUPPORTS_HT_CCK_RATES docsJohannes Berg1-0/+4
2013-10-28mac80211: enable DFS for IBSS modeSimon Wunderlich2-5/+45
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich6-11/+53
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach10-38/+289
2013-10-23wlcore: save last regdom configuration on stopEliad Peller1-1/+3
2013-10-23wlcore: fix started_vifs calculationEliad Peller1-1/+23
2013-10-23wlcore: wakeup from ELP before starting recoveryBarak Bercovitz1-0/+1
2013-10-23wlcore: Allow stopping fw log in recoveryBarak Bercovitz1-1/+2
2013-10-23wlcore: read fw panic log only in host modeBarak Bercovitz1-1/+2
2013-10-23wlcore/wl18xx/wl12xx: FW log params per chip archIgal Chernobelsky7-23/+61
2013-10-23wl12xx/wl18xx: update default fw logger's settingsIdo Reis2-4/+4
2013-10-23wlcore: fwlog dynamic mem_block controlIdo Reis2-1/+20
2013-10-23wlcore: fix interrogate command lengthIgal Chernobelsky4-10/+15
2013-10-23wlcore: add ap_event_maskEliad Peller6-2/+19
2013-10-23wlcore: print active channel in the driver_stateVictor Goldenshtein1-1/+17
2013-10-23wl18xx: default config alignment with phy defaultsIgal Chernobelsky1-8/+8
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan2-4/+0
2013-10-21Bluetooth: Use bt_cb(skb)->chan to send raw data backGustavo Padovan1-4/+3
2013-10-21Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan2-0/+3
2013-10-21Bluetooth: Remove parent socket usage from l2cap_core.cGustavo Padovan2-10/+8
2013-10-21Bluetooth: Remove socket lock from l2cap_state_change()Gustavo Padovan1-24/+7
2013-10-21Bluetooth: Hold socket in defer callback in L2CAP socketGustavo Padovan2-14/+9
2013-10-21Bluetooth: Do not access chan->sk directlyGustavo Padovan1-1/+2
2013-10-21Bluetooth: Remove not used struct sockGustavo Padovan1-3/+1
2013-10-21Bluetooth: Fix enabling fast connectable on LE-only controllersJohan Hedberg1-0/+3
2013-10-21cfg80211: update dfs_state_entered upon dfs_state changeMichal Kazior1-0/+2
2013-10-21cfg80211: fix DFS channel recovery timeoutMichal Kazior1-2/+2
2013-10-21cfg80211: fix scheduled scan pointer accessJohannes Berg1-2/+2
2013-10-20Bluetooth: Update Set Discoverable to support LEJohan Hedberg1-11/+69