index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-08
Bluetooth: Simplify hci_conn_accept_secure check
Waldemar Rymarkiewicz
1
-3
/
+1
2011-06-08
Bluetooth: Add BT_POWER L2CAP socket option.
Jaikumar Ganesh
4
-5
/
+49
2011-06-08
Bluetooth: Verify a pin code in pin_code_reply
Waldemar Rymarkiewicz
1
-12
/
+41
2011-06-08
Bluetooth: Remove a magic number
Waldemar Rymarkiewicz
1
-1
/
+1
2011-06-08
Bluetooth: fix sparse & gcc warnings
Johannes Berg
2
-4
/
+4
2011-06-08
Bluetooth: Set 'peer_addr_type' in hci_le_connect()
Andre Guedes
1
-0
/
+1
2011-06-08
Bluetooth: Check advertising cache in hci_connect()
Andre Guedes
1
-0
/
+9
2011-06-08
Bluetooth: Remove useless check in hci_connect()
Andre Guedes
1
-2
/
+2
2011-06-08
Bluetooth: Add 'dst_type' field to struct hci_conn
Andre Guedes
1
-2
/
+6
2011-06-08
Bluetooth: Refactor hci_auth_complete_evt function
Waldemar Rymarkiewicz
1
-42
/
+41
2011-06-08
Bluetooth: Fix auth_complete_evt for legacy units
Waldemar Rymarkiewicz
2
-2
/
+12
2011-06-08
Bluetooth: Advertising entries lifetime
Andre Guedes
2
-1
/
+19
2011-06-08
Bluetooth: Clear advertising cache before scanning
Andre Guedes
1
-0
/
+27
2011-06-08
Bluetooth: Add Advertising Report Meta Event handler
Andre Guedes
1
-0
/
+25
2011-06-08
Bluetooth: LE advertising cache
Andre Guedes
1
-0
/
+64
2011-06-08
Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()
Gustavo F. Padovan
2
-18
/
+13
2011-06-08
Bluetooth: Remove export of l2cap_chan_clear_timer()
Gustavo F. Padovan
2
-2
/
+2
2011-06-08
Bluetooth: create channel timer to replace sk_timer
Gustavo F. Padovan
2
-74
/
+76
2011-06-08
Bluetooth: Add chan->chan_type struct member
Gustavo F. Padovan
2
-26
/
+33
2011-06-08
Bluetooth: Create l2cap_chan_send()
Gustavo F. Padovan
2
-80
/
+83
2011-06-08
Bluetooth: Create __l2cap_chan_close()
Gustavo F. Padovan
2
-89
/
+93
2011-06-08
Bluetooth: Remove unnecessary use of hci_dev_list_lock
Johan Hedberg
1
-4
/
+0
2011-06-08
Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockop...
David Miller
1
-3
/
+0
2011-06-08
Bluetooth: fix set but not used warning
Gustavo F. Padovan
1
-2
/
+0
2011-06-08
Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure
Ruiyi Zhang
1
-5
/
+1
2011-06-05
net: Remove unnecessary semicolons
Joe Perches
1
-2
/
+2
2011-06-01
bluetooth l2cap: fix locking in l2cap_global_chan_by_psm
Johannes Berg
1
-1
/
+1
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
19
-1408
/
+2492
2011-05-18
Merge branch 'master' into upstream.
Jiri Kosina
5
-9
/
+20
2011-05-16
bluetooth: Fix warnings in l2cap_core.c
David S. Miller
1
-2
/
+2
2011-05-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
6
-121
/
+171
2011-05-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
6
-121
/
+171
2011-05-12
Bluetooth: Remove leftover debug messages
Gustavo F. Padovan
1
-3
/
+1
2011-05-11
Revert "Bluetooth: fix shutdown on SCO sockets"
Linus Torvalds
1
-9
/
+0
2011-05-11
Bluetooth: Add support for disconnecting LE links via mgmt
Vinicius Costa Gomes
1
-0
/
+3
2011-05-11
Bluetooth: Add support for sending connection events for LE links
Vinicius Costa Gomes
1
-1
/
+4
2011-05-11
Bluetooth: Double check sec req for pre 2.1 device
Waldemar Rymarkiewicz
2
-1
/
+18
2011-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
11
-465
/
+842
2011-05-05
Bluetooth: Remove l2cap_sk_list
Gustavo F. Padovan
2
-79
/
+92
2011-05-05
Bluetooth: Handle psm == 0 case inside l2cap_add_psm()
Gustavo F. Padovan
2
-30
/
+24
2011-05-05
Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()
Gustavo F. Padovan
2
-33
/
+55
2011-04-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
11
-465
/
+842
2011-04-28
Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evt
Johan Hedberg
1
-1
/
+2
2011-04-28
Bluetooth: Add store_hint parameter to mgmt_new_key
Johan Hedberg
2
-10
/
+14
2011-04-28
Bluetooth: Remove old_key_type from mgmt_ev_new_key
Johan Hedberg
2
-6
/
+6
2011-04-28
Bluetooth: Fix connection key type updating for buggy controllers
Johan Hedberg
1
-1
/
+4
2011-04-28
Bluetooth: Fix old_key_type logic for non-persistent keys
Johan Hedberg
1
-1
/
+1
2011-04-28
Bluetooth: Fix link key persistent storage criteria
Johan Hedberg
3
-4
/
+54
2011-04-28
Bluetooth: Fix logic in hci_pin_code_request_evt
Johan Hedberg
1
-2
/
+1
[prev]
[next]