wireless: fix a typo in ignore_reg_update
[deliverable/linux.git] / net / bluetooth /
2011-07-11  John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-07-11  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-07-11  Ilia KolomisnkyBluetooth: Fixes l2cap "command reject" reply according...
2011-07-08  Vinicius Costa GomesBluetooth: Add support for returning the encryption...
2011-07-08  Vinicius Costa GomesBluetooth: Add support for storing the key size
2011-07-08  Vinicius Costa GomesBluetooth: Add support for communicating keys with...
2011-07-08  Vinicius Costa GomesBluetooth: Remove unused field in hci_conn
2011-07-08  Vinicius Costa GomesBluetooth: Use the stored LTK for restabilishing security
2011-07-08  Vinicius Costa GomesBluetooth: Use the link key list to temporarily store...
2011-07-08  Vinicius Costa GomesBluetooth: Add support for storing the LTK
2011-07-08  Vinicius Costa GomesBluetooth: Fix SM pairing parameters negotiation
2011-07-08  Vinicius Costa GomesBluetooth: Reject an encryption request when the key...
2011-07-08  Vinicius Costa GomesBluetooth: Add functions to manipulate the link key...
2011-07-08  Vinicius Costa GomesBluetooth: Add support for SMP phase 3 (key distribution)
2011-07-08  John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-07-07  Mat MartineauBluetooth: Remove L2CAP busy queue
2011-07-07  Mat MartineauBluetooth: Use event-driven approach for handling ERTM...
2011-07-07  Mat MartineauBluetooth: Move code for ERTM local busy state to separ...
2011-07-07  Andre GuedesBluetooth: Fix potential deadlock in mgmt
2011-07-07  Andre GuedesBluetooth: Fix potential deadlock in hci_core
2011-07-06  Andre GuedesBluetooth: Remove enable_smp parameter
2011-07-06  Andre GuedesBluetooth: Add lmp_host_le_capable() macro
2011-07-06  Andre GuedesBluetooth: Add enable_le module parameter
2011-07-06  Andre GuedesBluetooth: Write LE Host Supported command
2011-07-06  Andre GuedesBluetooth: Add extfeatures to struct hci_dev
2011-07-06  John W. LinvilleMerge branch 'for-linville' of git://git./linux/kernel...
2011-07-05  John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-07-01  Mat MartineauBluetooth: Check earlier for L2CAP ERTM frames to drop
2011-07-01  Gustavo F. PadovanBluetooth: Fix bad locking balance
2011-06-30  Joe PerchesBluetooth: Add bt_printk
2011-06-30  Joe PerchesBluetooth: Rename function bt_err to bt_to_errno
2011-06-30  Mat MartineauBluetooth: ERTM timeouts need to be converted to jiffies
2011-06-30  Mat MartineauBluetooth: Fix indentation whitespace
2011-06-30  Tomas TargownikBluetooth: Fix memory leak under page timeouts
2011-06-30  Gustavo F. PadovanBluetooth: Fix regression with incoming L2CAP connections
2011-06-30  Peter HurleyBluetooth: Fix hidp disconnect deadlocks and lost wakeup
2011-06-28  Dan RosenbergBluetooth: Prevent buffer overflow in l2cap config...
2011-06-28  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-06-27  Randy Dunlapbluetooth: uses crypto interfaces, select CRYPTO
2011-06-27  John W. LinvilleMerge branch 'wireless-next-2.6' of git://git./linux...
2011-06-27  John W. LinvilleMerge branch 'wireless-2.6' of git://git./linux/kernel...
2011-06-27  Randy DunlapBluetooth: uses crypto interfaces, select CRYPTO
2011-06-24  Stephen RothwellBluetooth: include scatterlist.h where needed
2011-06-22  John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-06-21  Vinicius Costa GomesBluetooth: Fix not setting the chan state
2011-06-21  Gustavo F. PadovanMerge /linux/kernel/git/padovan/bluetooth-2.6
2011-06-20  Vinicius Costa GomesBluetooth: Remove useless access to the socket
2011-06-20  Vinicius Costa GomesBluetooth: Fix crash when setting a LE socket to ready
2011-06-20  John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-06-17  Gustavo F. PadovanBluetooth: Fix locking in blacklist code
2011-06-16  Gustavo F. PadovanBluetooth: Use bit operations on conn_state
2011-06-16  Gustavo F. PadovanBluetooth: use bit operation on conf_state
2011-06-16  Antti JulkuBluetooth: Add blacklisting support for mgmt interface
2011-06-16  Antti JulkuBluetooth: Move blacklisting functions to hci_core
2011-06-15  Ilia KolomisnkyBluetooth: Fix L2CAP connection establishment
2011-06-14  Vinicius Costa GomesBluetooth: Add key size checks for SMP
2011-06-14  Vinicius Costa GomesBluetooth: Add support for SMP timeout
2011-06-14  Johan HedbergBluetooth: Fix accepting connect requests for defer_setup
2011-06-13  Anderson LizardoBluetooth: fix missing parameter for HCI_OP_DISCONNECT
2011-06-13  Vinicius Costa GomesBluetooth: Add support for Pairing features exchange
2011-06-13  Vinicius Costa GomesBluetooth: Add support for building pairing commands
2011-06-13  Vinicius Costa GomesBluetooth: Fix initial security level of LE links
2011-06-13  Vinicius Costa GomesBluetooth: Add support for resuming socket when SMP...
2011-06-13  Vinicius Costa GomesBluetooth: Remove debug statements
2011-06-13  Vinicius Costa GomesBluetooth: Add support for LE Start Encryption
2011-06-13  Anderson BrigliaBluetooth: Add SMP confirmation checks methods
2011-06-13  Anderson BrigliaBluetooth: Add SMP confirmation structs
2011-06-13  Anderson BrigliaBluetooth: Add LE SMP Cryptoolbox functions
2011-06-13  Vinicius Costa GomesBluetooth: Add support for using the crypto subsystem
2011-06-13  Anderson BrigliaBluetooth: Add simple SMP pairing negotiation
2011-06-13  Anderson BrigliaBluetooth: Start SMP procedure
2011-06-13  Anderson BrigliaBluetooth: Implement the first SMP commands
2011-06-13  Gustavo F. PadovanBluetooth: Don't forget to check for LE_LINK
2011-06-13  Gustavo F. PadovanBluetooth: keep reference if any ERTM timer is enabled
2011-06-13  Gustavo F. PadovanBluetooth: Make timer functions generic
2011-06-13  Gustavo F. PadovanBluetooth: Add refcnt to struct l2cap_chan
2011-06-13  Gustavo F. PadovanBluetooth: Add state tracking to struct l2cap_chan
2011-06-13  Gustavo F. PadovanBluetooth: add close() callback to l2cap_chan_ops
2011-06-13  Gustavo F. PadovanBluetooth: add recv() callback to l2cap_chan_ops
2011-06-13  Gustavo F. PadovanBluetooth: Add l2cap_chan_ops abstraction
2011-06-13  Gustavo F. PadovanBluetooth: Merge l2cap_chan_create() in the l2cap_sock_...
2011-06-13  Luiz Augusto von... Bluetooth: Fix L2CAP security check
2011-06-10  John W. LinvilleMerge branch 'master' of /linux/kernel/git/padovan...
2011-06-10  John W. LinvilleMerge branch 'master' of git://git./linux/kernel/git...
2011-06-10  Ville TervoBluetooth: Do not send SET_EVENT_MASK for 1.1 and earli...
2011-06-10  Luiz Augusto von... Bluetooth: fix shutdown on SCO sockets
2011-06-09  Gustavo F. PadovanMerge /linux/kernel/git/padovan/bluetooth-2.6
2011-06-09  David MillerBluetooth: Kill set but unused variable 'cmd' in cmtp_r...
2011-06-09  Ville TervoBluetooth: Do not send SET_EVENT_MASK for 1.1 and earli...
2011-06-09  Filip PalianBluetooth: l2cap and rfcomm: fix 1 byte infoleak to...
2011-06-09  Luiz Augusto von... Bluetooth: fix shutdown on SCO sockets
2011-06-09  Stephen BoydBluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y...
2011-06-08  Mat MartineauBluetooth: Fix check for the ERTM local busy state
2011-06-08  Mat MartineauBluetooth: Restore accidentally-deleted line
2011-06-08  Waldemar RymarkiewiczBluetooth: Simplify hci_conn_accept_secure check
2011-06-08  Jaikumar GaneshBluetooth: Add BT_POWER L2CAP socket option.
2011-06-08  Waldemar RymarkiewiczBluetooth: Verify a pin code in pin_code_reply
2011-06-08  Waldemar RymarkiewiczBluetooth: Remove a magic number
2011-06-08  Johannes BergBluetooth: fix sparse & gcc warnings
2011-06-08  Andre GuedesBluetooth: Set 'peer_addr_type' in hci_le_connect()
next
This page took 0.058049 seconds and 8 git commands to generate.