summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville14-900/+1434
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-4/+6
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville32-446/+1205
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-31/+164
2013-10-28nl80211: fix channel switch parsingAndrei Otcheretianski1-3/+1
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 Yeoh5-3/+114
2013-10-28mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh4-41/+48
2013-10-28mac80211: add ieee80211_tx_prepare_skb() helper functionFelix Fietkau1-0/+29
2013-10-28cfg80211: export reg_initiator_name()Luis R. Rodriguez1-10/+16
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-28mac80211: enable DFS for IBSS modeSimon Wunderlich2-5/+45
2013-10-28nl80211/cfg80211: enable DFS for IBSS modeSimon Wunderlich4-11/+38
2013-10-28mac80211: implement SMPS for APEmmanuel Grumbach10-38/+289
2013-10-21Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan1-2/+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 Padovan1-0/+2
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
2013-10-20Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general placeJohan Hedberg1-4/+6
2013-10-20Bluetooth: Fix sending write_scan_enable when BR/EDR is disabledJohan Hedberg1-2/+5
2013-10-20Bluetooth: Move mgmt_pending_find to avoid forward declarationsJohan Hedberg1-12/+12
2013-10-20Bluetooth: Fix updating settings when there are no HCI commands to sendJohan Hedberg1-2/+2
2013-10-20Bluetooth: Refactor set_connectable settings update to separate functionJohan Hedberg1-19/+27
2013-10-20Bluetooth: Add missing check for BREDR_ENABLED flag in update_class()Johan Hedberg1-0/+3
2013-10-20Bluetooth: Check for flag instead of features in update_adv_data()Johan Hedberg1-1/+1
2013-10-20Bluetooth: Check for flag instead of features in update_scan_rsp_data()Johan Hedberg1-1/+1
2013-10-19Bluetooth: Fix minor coding style issue in hci_core.cMarcel Holtmann1-5/+5
2013-10-19Bluetooth: Fix UUID values in debugfs fileMarcel Holtmann1-12/+10
2013-10-19Bluetooth: Add support for setting DUT modeMarcel Holtmann1-0/+73
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann2-2/+65
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann2-1/+55
2013-10-19Bluetooth: Remove interval parameter from HCI connectionMarcel Holtmann1-1/+0