summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-07-03Bluetooth: Fix ignoring debug keys in mgmt_load_link_keysJohan Hedberg1-0/+6
2014-07-03Bluetooth: Convert hcon->flush_key to a proper flagJohan Hedberg1-2/+6
2014-07-03Bluetooth: Don't store debug keys if flag for them is not setJohan Hedberg1-7/+11
2014-07-03Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYSJohan Hedberg2-6/+10
2014-07-03Bluetooth: Move mgmt event sending out from hci_add_link_key()Johan Hedberg3-17/+22
2014-07-03Bluetooth: Update hci_add_link_key() to return pointer to keyJohan Hedberg1-5/+6
2014-07-03Bluetooth: Add support LE slave connection update procedureMarcel Holtmann1-0/+19
2014-07-03Bluetooth: Set default min/max connection interval for LE slavesMarcel Holtmann1-0/+8
2014-07-03Bluetooth: Track LE connection parameter update eventMarcel Holtmann1-0/+27
2014-07-03Bluetooth: Store current LE connection parameters in hci_conn structMarcel Holtmann1-0/+4
2014-07-03Bluetooth: 6LoWPAN: Remove network devices when unloadingJukka Rissanen1-0/+54
2014-07-03Bluetooth: 6LoWPAN: Count module usageJukka Rissanen1-0/+5
2014-07-03Bluetooth: 6LoWPAN: Create a kernel moduleJukka Rissanen3-6/+17
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen5-314/+588
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen3-15/+26
2014-07-03Bluetooth: Use separate dbg_flags to special debugfs optionsMarcel Holtmann2-14/+14
2014-07-03Bluetooth: Fix checking for master LTKsJohan Hedberg1-4/+1
2014-07-03Bluetooth: Fix validating IO capability values in mgmt commandsJohan Hedberg1-0/+9
2014-07-03Bluetooth: Add flexible buffer byte order swapping functionJohan Hedberg1-13/+7
2014-07-03Bluetooth: Convert SMP flags into an enumJohan Hedberg1-5/+7
2014-07-03Bluetooth: Remove HCI prefix from SMP LTK definesJohan Hedberg5-9/+16
2014-07-03Bluetooth: Remove unnecessary SMP STK defineJohan Hedberg2-2/+6
2014-07-03Bluetooth: Fix missing NULL check for smp_chan_create() return valueJohan Hedberg1-0/+2
2014-07-03Bluetooth: Use struct delayed_work for HCI command timeoutMarcel Holtmann2-10/+11
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann3-7/+9
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann3-18/+11
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann2-2/+2
2014-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothMarcel Holtmann6-80/+142
2014-06-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2-15/+57
2014-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville4-24/+16
2014-06-25cfg80211: remove channel_switch combination checkMichal Kazior1-11/+0
2014-06-25mac80211: use chanctx reservation for STA CSAMichal Kazior3-104/+69
2014-06-25mac80211: use chanctx reservation for AP CSAMichal Kazior2-29/+88
2014-06-25mac80211: make check_combinations() aware of chanctx reservationMichal Kazior1-4/+31
2014-06-25mac80211: implement multi-vif in-place reservationsMichal Kazior3-85/+715
2014-06-25mac80211: split sched scan IEsDavid Spinadel2-24/+25
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel4-61/+140
2014-06-24nl80211: move set_qos_map command into split stateJohannes Berg1-6/+5
2014-06-23mac80211: protect TDLS discovery sessionArik Nemtsov3-1/+32
2014-06-23mac80211: make sure TDLS peer STA exists during setupArik Nemtsov1-0/+13
2014-06-23mac80211: add API to request TDLS operation from userspaceArik Nemtsov1-0/+17
2014-06-23mac80211: implement proper Tx path flushing for TDLSArik Nemtsov2-0/+58
2014-06-23mac80211: split tdls_mgmt functionArik Nemtsov1-23/+55
2014-06-23mac80211: use TDLS initiator in tdls_mgmt operationsArik Nemtsov1-12/+28
2014-06-23cfg80211: pass TDLS initiator in tdls_mgmt operationsArik Nemtsov5-8/+18
2014-06-23mac80211: cleanup TDLS state during failed setupArik Nemtsov3-24/+115
2014-06-23mac80211: set auth flags after other station infoArik Nemtsov1-3/+13
2014-06-23mac80211: clarify TDLS Tx handlingArik Nemtsov1-16/+17
2014-06-23mac80211: stop only the queues assigned to the vif during channel switchLuciano Coelho4-64/+35
2014-06-23mac80211: add functions to stop and wake all queues assigned to a vifLuciano Coelho2-6/+41