summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville9-33/+331
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin1-2/+2
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin2-6/+5
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin1-3/+0
2014-03-11NFC: digital: Rename Type V tags to Type 5 tagsMark A. Greer1-1/+1
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-65/+131
2014-03-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville7-238/+1484
2014-02-28Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-1/+32
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2-43/+15
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2-1/+5
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2-3/+22
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2-6/+29
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2-0/+25
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg1-16/+6
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg1-0/+78
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg1-1/+2
2014-02-28Bluetooth: Add protections for updating local random addressJohan Hedberg2-2/+32
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg1-0/+18
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann6-25/+22
2014-02-27Bluetooth: Add timer to force power offJohan Hedberg1-3/+13
2014-02-27Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg1-4/+40
2014-02-28Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann1-0/+55
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann1-0/+90
2014-02-28Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann1-2/+5
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann1-1/+1
2014-02-27mac80211: fix association to 20/40 MHz VHT networksJohannes Berg1-0/+1
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2-26/+26
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg1-0/+23
2014-02-27Bluetooth: Fix response on confirm_nameLukasz Rymanowski1-4/+6
2014-02-26Bluetooth: Update background scan parametersAndre Guedes1-0/+15
2014-02-26Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes1-25/+31
2014-02-26Bluetooth: Add le_auto_conn file on debugfsAndre Guedes1-0/+111
2014-02-26Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-26Bluetooth: Connection parameters and resolvable addressAndre Guedes2-4/+23
2014-02-26Bluetooth: Auto connection and power onAndre Guedes2-0/+14
2014-02-26Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2-6/+8
2014-02-26Bluetooth: Connection parameters and auto connectionAndre Guedes1-7/+35
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes2-4/+25
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes3-2/+135
2014-02-26Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes1-0/+68
2014-02-26Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes3-11/+23
2014-02-26Bluetooth: Refactor HCI connection codeAndre Guedes3-28/+11
2014-02-26Bluetooth: Remove unused functionAndre Guedes1-43/+0
2014-02-26Bluetooth: Stop scanning on LE connectionAndre Guedes1-2/+90
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2-7/+3
2014-02-26Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2-14/+12
2014-02-26Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg3-7/+7
2014-02-26Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg1-8/+11
2014-02-26Bluetooth: Track not yet received keys in SMPJohan Hedberg1-0/+6
2014-02-25Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg1-0/+13