Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
1a040b26c5c915b317103b87ae7006d40443f197
/
net
/
bluetooth
1ed3aad
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by David S. Miller
· 14 years ago
a429b51
Bluetooth: Only keeping SAR bits when retransmitting one frame.
by Ruiyi Zhang
· 14 years ago
f21ca5f
Bluetooth: fix shutdown on SCO sockets
by Luiz Augusto von Dentz
· 14 years ago
b79f44c
Bluetooth: Fix keeping the command timer running
by Vinicius Costa Gomes
· 14 years ago
7a74aeb
Bluetooth: Fix refcount balance for hci connection
by Ville Tervo
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b77dcf8
Bluetooth: Fix warning with hci_cmd_timer
by Thomas Gleixner
· 14 years ago
a0cc9a1
Bluetooth: delete hanging L2CAP channel
by Andrei Emeltchenko
· 14 years ago
6994ca5
Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply
by Johan Hedberg
· 14 years ago
f630cf0
Bluetooth: Fix HCI_RESET command synchronization
by Gustavo F. Padovan
· 14 years ago
52cb1c0
Bluetooth: Increment unacked_frames count only the first transmit
by Suraj Sumangala
· 14 years ago
7fd23a2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 14 years ago
65b0619
Merge branches 'dragonrise', 'hidraw-feature', 'multitouch', 'ntrig', 'roccat', 'upstream' and 'upstream-fixes' into for-linus
by Jiri Kosina
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
a177584
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6
by John W. Linville
· 14 years ago
b8534e0f
Bluetooth: Fix some small code style issues in mgmt.c
by Szymon Janc
· 14 years ago
3cf2a4f
Bluetooth: Use variable name instead of type in sizeof()
by Szymon Janc
· 14 years ago
8ce6284
Bluetooth: Remove unused code from get_connections
by Szymon Janc
· 14 years ago
34eb525
Bluetooth: Log all parameters in cmd_status for easier debugging
by Szymon Janc
· 14 years ago
8020c16
Bluetooth: Fix possible NULL pointer dereference in cmd_complete
by Szymon Janc
· 14 years ago
d45dcef
Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig
by Gustavo F. Padovan
· 14 years ago
30e7627
Bluetooth: Use ERR_PTR as return error from hci_connect
by Ville Tervo
· 14 years ago
bdce7ba
Bluetooth: Validate data size before accessing mgmt commands
by Szymon Janc
· 14 years ago
4e51eae
Bluetooth: Move index to common header in management interface
by Szymon Janc
· 14 years ago
779cb85
Bluetooth: Use proper command structure in remove_uuid
by Szymon Janc
· 14 years ago
50899e8
Bluetooth: Remove duplicated BT_INFO() from L2CAP
by Gustavo F. Padovan
· 14 years ago
0ed54da
Bluetooth: remove unnecessary call to hci_sock_cleanup
by Anand Gadiyar
· 14 years ago
f227e08
Merge 2.6.38-rc6 into tty-next
by Greg Kroah-Hartman
· 14 years ago
b7440a14
Bluetooth: fix build break on hci_sock.c
by Anand Gadiyar
· 14 years ago
97e1efb
HID: bt hidp: send Output reports using SET_REPORT on the Control channel
by Antonio Ospite
· 14 years ago
15c4794
Bluetooth: Fix LE conn creation
by Anderson Briglia
· 14 years ago
a664b5b
Bluetooth: Fix unnecessary list traversal in mgmt_pending_remove
by Johan Hedberg
· 14 years ago
a958355
Bluetooth: Fix inititial value for remote authentication requirements
by Johan Hedberg
· 14 years ago
2a61169
Bluetooth: Add mgmt_auth_failed event
by Johan Hedberg
· 14 years ago
ac56fb1
Bluetooth: Fix mgmt_pin_code_reply return parameters
by Johan Hedberg
· 14 years ago
59a24b5
Bluetooth: Fix mgmt_pin_code_reply command status opcode
by Johan Hedberg
· 14 years ago
a5c2968
Bluetooth: Add management support for user confirmation request
by Johan Hedberg
· 14 years ago
e9a416b
Bluetooth: Add mgmt_pair_device command
by Johan Hedberg
· 14 years ago
366a033
Bluetooth: Make pending_add return a pointer to the added entry
by Johan Hedberg
· 14 years ago
b67afe7
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 14 years ago
8ffd878
Bluetooth: fix checkpatch errors in af_bluetooth.c
by Gustavo F. Padovan
· 14 years ago
602f988
Bluetooth: Fix errors reported by checkpatch.pl
by Gustavo F. Padovan
· 14 years ago
e2174ca
Bluetooth: fix errors reported by checkpatch.pl
by Gustavo F. Padovan
· 14 years ago
6caa76b
tty: now phase out the ioctl file pointer for good
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
138d22e
Bluetooth: Fix some code style issues in hci_event.c
by Szymon Janc
· 14 years ago
01df8c3
Bluetooth: Fix some code style issues in hci_core.c
by Szymon Janc
· 14 years ago
0786f8b
Bluetooth: Clean up hci_sniff_subrate_evt function
by Szymon Janc
· 14 years ago
7235975
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
by Szymon Janc
· 14 years ago
2ce603e
Bluetooth: Send LE Connection Update Command
by Claudio Takahasi
· 14 years ago
6bd3232
Bluetooth: Use proper timer for hci command timout
by Ville Tervo
· 14 years ago
c6f3c5f
Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails
by Gustavo F. Padovan
· 14 years ago
de73115
Bluetooth: Add connection parameter update response
by Claudio Takahasi
· 14 years ago
3300d9a
Bluetooth: Add LE signaling commands handling
by Claudio Takahasi
· 14 years ago
bae1f5d
Bluetooth: Treat LE and ACL links separately on timeout
by Ville Tervo
· 14 years ago
b92a622
Bluetooth: Fix initiated LE connections
by Vinicius Costa Gomes
· 14 years ago
5589fa9
Bluetooth: Do not send disconn comand over LE links
by Ville Tervo
· 14 years ago
b62f328
Bluetooth: Add server socket support for LE connection
by Ville Tervo
· 14 years ago
acd7d37
Bluetooth: Add LE connection support to L2CAP
by Ville Tervo
· 14 years ago
6ed58ec
Bluetooth: Use LE buffers for LE traffic
by Ville Tervo
· 14 years ago
fcd89c0
Bluetooth: Add LE connect support
by Ville Tervo
· 14 years ago
840af82
Bluetooth: Release BTM while sleeping to avoid deadlock
by Vladislav P
· 14 years ago
903d343
Bluetooth: Add L2CAP mode to debugfs output
by Gustavo F. Padovan
· 14 years ago
c531a12
Bluetooth: remove l2cap_load() hack
by Gustavo F. Padovan
· 14 years ago
6427451
Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko
by Gustavo F. Padovan
· 14 years ago
c4c896e
Bluetooth: sco: fix information leak to userspace
by Vasiliy Kulikov
· 14 years ago
43629f8
Bluetooth: bnep: fix buffer overflow
by Vasiliy Kulikov
· 14 years ago
e3fb592
Bluetooth: l2cap: fix 1 byte infoleak to userspace
by Vasiliy Kulikov
· 14 years ago
0ff1731
HID: bt: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
by Alan Ott
· 14 years ago
0825411
HID: bt: Wait for ACK on Sent Reports
by Alan Ott
· 14 years ago
0f69dca
HID: bt: Move hid_add_device() call to after hidp_session() has started.
by Alan Ott
· 14 years ago
a0019bc
Bluetooth: update Bluetooth daemon name in Kconfig help
by Gustavo F. Padovan
· 14 years ago
6de0702
Bluetooth: move __l2cap_sock_close() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
05fc157
Bluetooth: move l2cap_sock_kill() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
6ddc048
Bluetooth: move L2CAP sock timers function to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
fd83ccd
Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
dcba0db
Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
6898325
Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
4e34c50
Bluetooth: move l2cap_sock_connect() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
99f4808
Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
33575df
Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
d7175d5
Bluetooth: move l2cap_sock_getname() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
c47b7c7
Bluetooth: move l2cap_sock_accept() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
af6bcd8
Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
554f05b
Bluetooth: move l2cap_sock_release() to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
6539058
Bluetooth: move l2cap_sock_ops to l2cap_sock.c
by Gustavo F. Padovan
· 14 years ago
bb58f74
Bluetooth: Initial work for L2CAP split.
by Gustavo F. Padovan
· 14 years ago
0a708f8
Bluetooth: Rename l2cap.c to l2cap_core.c
by Gustavo F. Padovan
· 14 years ago
d37f50e
Bluetooth: fix crash by disabling tasklet in sock accept
by Andrei Emeltchenko
· 14 years ago
5a08ecc
Bluetooth: Do not use assignments in IF conditions
by Andrei Emeltchenko
· 14 years ago
17fa4b9
Bluetooth: Add set_io_capability management command
by Johan Hedberg
· 14 years ago
980e1a5
Bluetooth: Add support for PIN code handling in the management interface
by Johan Hedberg
· 14 years ago
a38528f
Bluetooth: Create common cmd_complete function for mgmt.c
by Johan Hedberg
· 14 years ago
2784eb4
Bluetooth: Add get_connections managment interface command
by Johan Hedberg
· 14 years ago
17d5c04
Bluetooth: Add support for connect failed management event
by Johan Hedberg
· 14 years ago
8962ee7
Bluetooth: Add disconnect managment command
by Johan Hedberg
· 14 years ago
f752054
Bluetooth: Add connected/disconnected management events
by Johan Hedberg
· 14 years ago
Next »