Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
627176d4d683afd1dfa87f379cc2f7a93ad06cff
/
net
/
bluetooth
/
rfcomm
39385cb
Bluetooth: Fix using the correct source address type
by Johan Hedberg
· 8 years ago
7eb7404
Bluetooth: use list_for_each_entry*
by Geliang Tang
· 9 years ago
951b6a0
Bluetooth: Fix potential NULL dereference in RFCOMM bind callback
by Jaganath Kanakkassery
· 10 years ago
11aa9c2
net: Pass kern from net_proto_family.create to sk_alloc
by Eric W. Biederman
· 10 years ago
eeb1bd5
net: Add a struct net parameter to sock_create_kern
by Eric W. Biederman
· 10 years ago
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 10 years ago
dfb2fae
Bluetooth: Fix nested sleeps
by Peter Hurley
· 10 years ago
74b3fb8
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rc
by Marcel Holtmann
· 10 years ago
72e4a6b
Bluetooth: Remove duplicate constant for RFCOMM PSM
by Marcel Holtmann
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
6ce8e9c
new helper: memcpy_from_msg()
by Al Viro
· 11 years ago
2a68c89
Bluetooth: Fix sparse warnings in RFCOMM
by Johan Hedberg
· 10 years ago
eedf7e4
rfcomm, sched/wait: Fix broken wait construct
by Peter Zijlstra
· 10 years ago
65efd2b
Bluetooth: Introduce BT_BREDR and BT_LE config options
by Marcel Holtmann
· 10 years ago
15346a9
Bluetooth: Improve RFCOMM __test_pf macro robustness
by Szymon Janc
· 10 years ago
ec51154
Bluetooth: Fix RFCOMM NSC response
by Szymon Janc
· 10 years ago
32333ed
Bluetooth: Avoid use of session socket after the session gets freed
by Vignesh Raman
· 10 years ago
e7cafc4
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
by Johan Hedberg
· 10 years ago
093facf
Bluetooth: never linger on process exit
by Vladimir Davydov
· 10 years ago
a5eb1ae
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 10 years ago
86aae6c
Bluetooth: Convert RFCOMM spinlocks into mutexes
by Libor Pechacek
· 11 years ago
676d236
net: Fix use after free by removing length arg from sk_data_ready callbacks.
by David S. Miller
· 11 years ago
e8b1ab9
Bluetooth: Fix returning peer address in pending connect state
by Johan Hedberg
· 11 years ago
dcf4adb
Bluetooth: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
b1765e7
Bluetooth: Fix channel check when binding RFCOMM sock
by Andrzej Kaczmarek
· 11 years ago
8981be9
Bluetooth: Fix write_room() calculation
by Peter Hurley
· 11 years ago
b16b435
Bluetooth: Refactor write_room() calculation
by Peter Hurley
· 11 years ago
72e5108
Bluetooth: Don't fail RFCOMM tty writes
by Peter Hurley
· 11 years ago
5326a4e
Bluetooth: Force -EIO from tty read/write if .activate() fails
by Peter Hurley
· 11 years ago
fb856e5
Bluetooth: Cleanup RFCOMM device registration error handling
by Peter Hurley
· 11 years ago
f355095
Bluetooth: Refactor rfcomm_dev_add()
by Peter Hurley
· 11 years ago
033ace9
Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls
by Peter Hurley
· 11 years ago
7611fce
Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()
by Peter Hurley
· 11 years ago
b4d21f19
Bluetooth: Fix RFCOMM parent device for reused dlc
by Peter Hurley
· 11 years ago
b92483d
Bluetooth: Fix unsafe RFCOMM device parenting
by Peter Hurley
· 11 years ago
c4fd318
Bluetooth: Directly close dlc for not yet started RFCOMM session
by Peter Hurley
· 11 years ago
f622357
Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()
by Peter Hurley
· 11 years ago
5998e04
Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
by Peter Hurley
· 11 years ago
4339c25
Bluetooth: Simplify RFCOMM session state eval
by Peter Hurley
· 11 years ago
c10a848
Bluetooth: Verify dlci not in use before rfcomm_dev create
by Peter Hurley
· 11 years ago
c949c22
Bluetooth: Fix RFCOMM tty teardown race
by Peter Hurley
· 11 years ago
80ea733
Bluetooth: Fix unreleased rfcomm_dev reference
by Peter Hurley
· 11 years ago
1c64834
Bluetooth: Release rfcomm_dev only once
by Peter Hurley
· 11 years ago
960603a
Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl
by Peter Hurley
· 11 years ago
082a153
Bluetooth: Fix racy acquire of rfcomm_dev reference
by Peter Hurley
· 11 years ago
f87c24e
Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"
by Peter Hurley
· 11 years ago
136c373
Revert "Bluetooth: Always wait for a connection on RFCOMM open()"
by Peter Hurley
· 11 years ago
7f717b9
Revert "Bluetooth: Remove rfcomm_carrier_raised()"
by Peter Hurley
· 11 years ago
35364c9
Bluetooth: Refuse peer RFCOMM address reading when not connected
by Johan Hedberg
· 11 years ago
2c068e0
Bluetooth: Handle security level 4 for RFCOMM connections
by Marcel Holtmann
· 11 years ago
f86772a
Bluetooth: Remove rfcomm_carrier_raised()
by Gianluca Anzolin
· 11 years ago
4a2fb3e
Bluetooth: Always wait for a connection on RFCOMM open()
by Gianluca Anzolin
· 11 years ago
e228b63
Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()
by Gianluca Anzolin
· 11 years ago
5b89924
Bluetooth: Release RFCOMM port when the last user closes the TTY
by Gianluca Anzolin
· 11 years ago
7acd718
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 11 years ago
f3d3342
net: rework recvmsg handler msg_name and msg_namelen logic
by Hannes Frederic Sowa
· 11 years ago
32019c7
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by John W. Linville
· 11 years ago
8992da0
Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect
by Seung-Woo Kim
· 11 years ago
c507f13
Bluetooth: Fix RFCOMM bind fail for L2CAP sock
by Seung-Woo Kim
· 11 years ago
60c7a3c9
Bluetooth: Fix issue with RFCOMM getsockopt operation
by Marcel Holtmann
· 11 years ago
1120e4b
Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs
by Marcel Holtmann
· 11 years ago
94a86df
Bluetooth: Store RFCOMM address information in its own socket structure
by Marcel Holtmann
· 11 years ago
24bc10c
Bluetooth: Access RFCOMM session addresses through L2CAP channel
by Marcel Holtmann
· 11 years ago
1025c04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by Gustavo Padovan
· 11 years ago
29cd718
Bluetooth: don't release the port in rfcomm_dev_state_change()
by Gianluca Anzolin
· 11 years ago
e793dcf
Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag
by Johan Hedberg
· 11 years ago
ffe6b68
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
by Gianluca Anzolin
· 11 years ago
ece3150
Bluetooth: Fix the reference counting of tty_port
by Gianluca Anzolin
· 11 years ago
cad348a
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
by Gianluca Anzolin
· 11 years ago
54b926a
Bluetooth: Move the tty initialization and cleanup out of open/close
by Gianluca Anzolin
· 11 years ago
ebe937f
Bluetooth: Remove the device from the list in the destructor
by Gianluca Anzolin
· 11 years ago
396dc22
Bluetooth: Take proper tty_struct references
by Gianluca Anzolin
· 11 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
d364140
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
b031661
bluetooth: kill unused 'module' argument of bt_procfs_init()
by Al Viro
· 12 years ago
e11e045
Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg()
by Mathias Krause
· 12 years ago
0227c7b
Bluetooth: fix error return code in rfcomm_add_listener()
by Wei Yongjun
· 12 years ago
24fd642
Bluetooth: Remove redundant RFCOMM BT_CLOSED settings
by Dean Jenkins
· 12 years ago
8e888f2
Bluetooth: Remove redundant call to rfcomm_send_disc
by Dean Jenkins
· 12 years ago
08c30ac
Bluetooth: Remove RFCOMM session refcnt
by Dean Jenkins
· 12 years ago
8ff52f7
Bluetooth: Return RFCOMM session ptrs to avoid freed session
by Dean Jenkins
· 12 years ago
c06f7d5
Bluetooth: Check rfcomm session and DLC exists on socket close
by Dean Jenkins
· 12 years ago
fea7b02
Bluetooth: Avoid rfcomm_session_timeout using freed session
by Dean Jenkins
· 12 years ago
5e9d7f8
Bluetooth: discard bt_sock_unregister() errors
by David Herrmann
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
21eaab6
Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 12 years ago
25cc4ae
net: remove redundant check for timer pending state before del_timer
by Ying Xue
· 12 years ago
4f73bc4
tty: Added a CONFIG_TTY option to allow removal of TTY
by Joe Millenbach
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
dc2a0e2
Bluetooth: Add missing lock nesting notation
by Gustavo Padovan
· 12 years ago
bc27d5f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 12 years ago
5bcb809
Bluetooth: Use __constant modifier for RFCOMM PSM
by Syam Sidhardhan
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
fcb7333
Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr
by Andrei Emeltchenko
· 12 years ago
6ed93dc
Bluetooth: Use %pMR in debug instead of batostr
by Andrei Emeltchenko
· 12 years ago
e372dc6
Merge 3.6-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9344a97
Bluetooth: RFCOMM - Fix info leak via getsockname()
by Mathias Krause
· 12 years ago
f9432c5
Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
by Mathias Krause
· 12 years ago
Next »