aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-03btusb: fix a memory leak in btusb_send_frame()Cong Wang1-2/+1
2011-12-02Bluetooth: remove old codeAndrei Emeltchenko1-12/+0
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes2-0/+19
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes4-0/+17
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko3-0/+27
2011-12-01Bluetooth: Centralize SMP pairing failure handlingBrian Gix1-6/+16
2011-12-01Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix1-1/+9
2011-12-01Bluetooth: Add HCI User Passkey Req Evt handlingBrian Gix1-0/+58
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix2-1/+78
2011-11-23Bluetooth: Add user readable debug for state changesGustavo F. Padovan1-0/+29
2011-11-21Bluetooth: Use queue in the device listAndrei Emeltchenko1-1/+1
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix1-0/+24
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix1-29/+47
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2-4/+5
2011-11-21Bluetooth: Add MGMT event for Passkey EntryBrian Gix1-0/+5
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann1-2/+3
2011-11-21Bluetooth: btmrvl: support Marvell Bluetooth device SD8797Bing Zhao2-5/+16
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2-7/+4
2011-11-16Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc1-5/+2
2011-11-16Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc1-5/+3
2011-11-16Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc1-8/+5
2011-11-16Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc1-3/+17
2011-11-16Bluetooth: Allow to set AMP type for virtual HCIAndrei Emeltchenko1-0/+8
2011-11-16Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko1-2/+3
2011-11-16Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko2-1/+2
2011-11-16Bluetooth: Add MGMT opcodes for Passkey EntryBrian Gix1-0/+11
2011-11-16Bluetooth: Add HCI defines for User Passkey entryBrian Gix1-0/+13
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg2-2/+11
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg2-91/+241
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg1-12/+14
2011-11-16Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg1-2/+11
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg2-9/+8
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes3-1/+21
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes3-3/+3
2011-11-10Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan1-1/+2
2011-11-10Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan1-3/+13
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2-6/+7
2011-11-10Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg4-16/+28
2011-11-10Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg2-11/+54
2011-11-10Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg1-5/+0
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg4-30/+44
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-09mwifiex: enable SDIO multiport aggregationAmitkumar Karwar1-2/+2
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall1-2/+2
2011-11-09net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-09mac80211: implement wifi TX statusJohannes Berg5-6/+115