summaryrefslogtreecommitdiffstats
path: root/fs/partitions (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-11Bluetooth: Device ids for ath3k on Pegatron Lucid tabletsAndy Ross2-0/+2
2011-05-05Bluetooth: Remove l2cap_sk_listGustavo F. Padovan3-82/+95
2011-05-05Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan3-31/+24
2011-05-05Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan3-33/+59
2011-04-28Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evtJohan Hedberg1-1/+2
2011-04-28Bluetooth: Add store_hint parameter to mgmt_new_keyJohan Hedberg4-11/+16
2011-04-28Bluetooth: Remove old_key_type from mgmt_ev_new_keyJohan Hedberg4-8/+7
2011-04-28Bluetooth: Fix connection key type updating for buggy controllersJohan Hedberg1-1/+4
2011-04-28Bluetooth: Fix old_key_type logic for non-persistent keysJohan Hedberg1-1/+1
2011-04-28Bluetooth: Fix link key persistent storage criteriaJohan Hedberg4-6/+56
2011-04-28Bluetooth: Fix logic in hci_pin_code_request_evtJohan Hedberg1-2/+1
2011-04-28Bluetooth: Fix reason code for pairing rejectionJohan Hedberg1-1/+1
2011-04-28Bluetooth: Add confirm_hint parameter to user confirmation requestsJohan Hedberg4-4/+20
2011-04-28Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requestsJohan Hedberg1-2/+16
2011-04-28Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg4-1/+60
2011-04-28Bluetooth: Add automated SSP user confirmation responsesJohan Hedberg1-2/+35
2011-04-28Bluetooth: Add secure flag for mgmt_pin_code_reqWaldemar Rymarkiewicz4-4/+14
2011-04-28Bluetooth: Respect local MITM req in io_cap replyWaldemar Rymarkiewicz1-1/+1
2011-04-28Bluetooth: Ignore key unauthenticated for high securityWaldemar Rymarkiewicz1-4/+16
2011-04-28Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz3-10/+56
2011-04-28Bluetooth: Don't modify sec_level if auth failedWaldemar Rymarkiewicz1-1/+0
2011-04-28Bluetooth: Add definitions for link key typesWaldemar Rymarkiewicz3-4/+14
2011-04-28Bluetooth: Add discovering event to the Management interfaceJohan Hedberg4-6/+43
2011-04-28Bluetooth: Add basic discovery commands to the management interfaceJohan Hedberg2-1/+79
2011-04-28Bluetooth: Don't export l2cap_sock_opsGustavo F. Padovan2-2/+3
2011-04-28Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan3-4/+9
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan5-65/+59
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan3-75/+77
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan6-110/+121
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan4-76/+77
2011-04-27Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan3-65/+77
2011-04-27Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan3-3/+3
2011-04-27Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan3-48/+53
2011-04-27Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan3-18/+19
2011-04-20iwl4965: fix skb usage after freeStanislaw Gruszka1-3/+7
2011-04-20iwlwifi: fix skb usage after freeStanislaw Gruszka1-3/+7
2011-04-20mac80211: fix SMPS debugfs lockingJohannes Berg2-2/+4
2011-04-19ath9k: fix the return value of ath_stoprecvFelix Fietkau1-1/+1
2011-04-19Bluetooth: Only keeping SAR bits when retransmitting one frame.Ruiyi Zhang1-0/+1
2011-04-19Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-0/+9
2011-04-19Bluetooth: Fix keeping the command timer runningVinicius Costa Gomes1-3/+2
2011-04-19Bluetooth: Fix refcount balance for hci connectionVille Tervo1-2/+0
2011-04-18iwlwifi: fix frame injection for HT channelsDaniel Halperin1-6/+1
2011-04-14Bluetooth: Fix lockdep warning in L2CAPGustavo F. Padovan1-2/+0
2011-04-14Bluetooth: Fix another locking unbalanceGustavo F. Padovan1-0/+2
2011-04-14Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid()Gustavo F. Padovan1-5/+3
2011-04-13iwlegacy: fix tx_power initializationStanislaw Gruszka6-28/+11
2011-04-13Bluetooth: btmrvl: support Marvell Bluetooth device SD8787Kevin Gan3-64/+132
2011-04-13Bluetooth: Check return value of hci_recv_stream_fragment()Gustavo F. Padovan1-1/+6
2011-04-13Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang2-3/+10