summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add address type to user_confirm and user_passkey messagesJohan Hedberg2012-02-133-55/+61
* Bluetooth: Update mgmt_disconnect to match latest APIJohan Hedberg2012-02-132-18/+38
* Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_deviceJohan Hedberg2012-02-131-26/+34
* Bluetooth: Fix double acking I-Frames when sending pending I-FramesSzymon Janc2012-02-131-1/+3
* Bluetooth: Fix possible missing I-Frame acknowledgementSzymon Janc2012-02-131-3/+3
* Bluetooth: Remove unneeded sk variableAndrei Emeltchenko2012-02-131-6/+3
* Bluetooth: Clean up l2cap_chan_addAndrei Emeltchenko2012-02-131-3/+8
* Bluetooth: Change chan_ready param from sk to chanAndrei Emeltchenko2012-02-131-6/+6
* Bluetooth: Add BT_DBG to mgmt_discovering()Andre Guedes2012-02-131-0/+2
* Bluetooth: Fix device_found event length for remote name resolvingJohan Hedberg2012-02-131-1/+2
* Bluetooth: Fix indentationAndre Guedes2012-02-131-1/+1
* Bluetooth: MGMT start discovery LE-Only supportAndre Guedes2012-02-132-2/+31
* Bluetooth: Add hci_le_scan()Andre Guedes2012-02-131-0/+35
* Bluetooth: Add hci_do_le_scan()Andre Guedes2012-02-132-3/+84
* Bluetooth: Minor code refactoringAndre Guedes2012-02-131-4/+7
* Bluetooth: LE scan should send Discovering eventsAndre Guedes2012-02-132-0/+7
* Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-131-1/+2
* Bluetooth: Helper removes duplicated codeAndrei Emeltchenko2012-02-131-18/+13
* Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko2012-02-131-6/+79
* Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes2012-02-131-0/+3
* Bluetooth: Add support for removing LTK's when pairing is removedVinicius Costa Gomes2012-02-131-0/+6
* Bluetooth: Add MGMT handlers for dealing with SMP LTK'sVinicius Costa Gomes2012-02-131-0/+80
* Bluetooth: Use the updated key structures for handling LTKsVinicius Costa Gomes2012-02-133-60/+65
* Bluetooth: Add new structures for handling SMP Long Term KeysVinicius Costa Gomes2012-02-131-0/+31
* Bluetooth: Fix doing some useless casts when receiving MGMT commandsVinicius Costa Gomes2012-02-131-122/+83
* Bluetooth: Use list _safe deleting from conn chan_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: Use list _safe deleting from conn_hash_listAndrei Emeltchenko2012-02-131-2/+2
* Bluetooth: mgmt: Implement Cancel Pair Device commandJohan Hedberg2012-02-131-0/+51
* Bluetooth: Fix clearing of debug and linkkey flagsHemant Gupta2012-02-131-1/+2
* Bluetooth: Send correct response to IO Capability RequestHemant Gupta2012-02-131-1/+4
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-02-131-0/+4
* Bluetooth: Fix invalid memory access when there's no SMP channelVinicius Costa Gomes2012-02-131-3/+6
* Bluetooth: Fix RFCOMM session reference counting issueOctavian Purdila2012-02-131-6/+12
* Bluetooth: Use GFP_KERNEL in hci_add_adv_entry()Andre Guedes2012-02-131-1/+1
* Bluetooth: Rename smp_key_size to enc_key_sizeVinicius Costa Gomes2012-02-131-9/+9
* Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-131-2/+2
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-131-3/+3
* Bluetooth: Remove unneeded lockingAndre Guedes2012-02-131-5/+0
* Bluetooth: Use GFP_KERNEL in hci_chan_create()Andre Guedes2012-02-131-1/+1
* Bluetooth: Use GFP_KERNEL in hci_conn_add()Andre Guedes2012-02-131-1/+1
* Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc2012-02-131-3/+1
* Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2012-02-132-8/+24
* Bluetooth: silence lockdep warningOctavian Purdila2012-02-133-7/+9
* Bluetooth: trivial: space correctionAndrei Emeltchenko2012-02-131-1/+1
* Bluetooth: Add a convenience function to check for SSP enabledJohan Hedberg2012-02-132-14/+6
* Bluetooth: Convert hdev->ssp_mode to a flagJohan Hedberg2012-02-133-10/+17
* Bluetooth: Merge boolean members of struct hci_conn into flagsJohan Hedberg2012-02-132-14/+22
* Bluetooth: Update device_connected and device_found events to latest APIJohan Hedberg2012-02-132-37/+97
* Bluetooth: Convert hdev->out to a bool typeJohan Hedberg2012-02-132-6/+6
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-134-39/+38
OpenPOWER on IntegriCloud