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