Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
da9cc8de22aa6bd6ed51c406432d599ab520a6e3
/
net
/
bluetooth
/
rfcomm
/
tty.c
39385cb
Bluetooth: Fix using the correct source address type
by Johan Hedberg
· 8 years ago
86aae6c
Bluetooth: Convert RFCOMM spinlocks into mutexes
by Libor Pechacek
· 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
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
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
29cd718
Bluetooth: don't release the port in rfcomm_dev_state_change()
by Gianluca Anzolin
· 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
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
bc27d5f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 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
f9432c5
Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
by Mathias Krause
· 12 years ago
734cc17
TTY: use tty_port_register_device
by Jiri Slaby
· 12 years ago
89c8d91
tty: localise the lock
by Alan Cox
· 12 years ago
c87985a
Merge tty-next into 3.6-rc1
by Greg Kroah-Hartman
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
6d31a88
tty: revert incorrectly applied lock patch
by Alan Cox
· 12 years ago
f5e3bcc
tty: localise the lock
by Alan Cox
· 12 years ago
8c520a5
Bluetooth: Remove unnecessary headers include
by Gustavo Padovan
· 13 years ago
6039aa7
Bluetooth: Remove most of the inline usage
by Gustavo Padovan
· 13 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 13 years ago
d29f3ef
tty_lock: Localise the lock
by Alan Cox
· 13 years ago
f997a01
TTY: rfcomm/tty, use count from tty_port
by Jiri Slaby
· 13 years ago
b2c4be3
TTY: rfcomm/tty, remove work for tty_wakeup
by Jiri Slaby
· 13 years ago
6705401
TTY: rfcomm/tty, use tty_port refcounting
by Jiri Slaby
· 13 years ago
f60db8c
TTY: rfcomm/tty, add tty_port
by Jiri Slaby
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
2f16669
TTY: remove re-assignments to tty_driver members
by Jiri Slaby
· 13 years ago
e57d758a
Bluetooth: Fix using uninitialized variable
by Luiz Augusto von Dentz
· 13 years ago
393432c
Bluetooth: Fix context in RFCOMM tty
by Gustavo F. Padovan
· 13 years ago
8035ded
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
by Luiz Augusto von Dentz
· 13 years ago
96af739
Bluetooth: Replace rfcomm tty tasklet by workqueue
by David Herrmann
· 13 years ago
5ada991
Bluetooth: Return proper error codes on rfcomm tty init
by David Herrmann
· 13 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
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
840af82
Bluetooth: Release BTM while sleeping to avoid deadlock
by Vladislav P
· 14 years ago
285b4e9
Bluetooth: clean up rfcomm code
by Andrei Emeltchenko
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
0587102
tty: icount changeover for other main devices
by Alan Cox
· 14 years ago
d6b2eb2
Bluetooth: make batostr() print in the right order
by Gustavo F. Padovan
· 14 years ago
28e9509
Bluetooth: Remove __exit from rfcomm_cleanup_ttys()
by Gustavo F. Padovan
· 14 years ago
2f8362a
Bluetooth: Add __init and __exit marks to RFCOMM
by Gustavo F. Padovan
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
0f043a8
proc tty: remove struct tty_operations::read_proc
by Alexey Dobriyan
· 16 years ago
ffa6a70
Driver core: Fix device_move() vs. dpm list ordering, v2
by Cornelia Huck
· 16 years ago
037322a
bt/rfcomm/tty: join error paths
by Ilpo Järvinen
· 16 years ago
9a5df92
Bluetooth: Fix RFCOMM release oops when device is still in use
by Marcel Holtmann
· 16 years ago
a418b89
Bluetooth: Enable per-module dynamic debug messages
by Marcel Holtmann
· 16 years ago
db6d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
407d819
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 16 years ago
a0c22f2
[Bluetooth] Move pending packets from RFCOMM socket to TTY
by Marcel Holtmann
· 16 years ago
8b6b3da
[Bluetooth] Store remote modem status for RFCOMM TTY
by Marcel Holtmann
· 16 years ago
ca37bdd5
[Bluetooth] Use non-canonical TTY by default for RFCOMM
by Marcel Holtmann
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 17 years ago
537d59a
bluetooth: rfcomm_dev_state_change deadlock fix
by Dave Young
· 17 years ago
1905f6c
bluetooth : __rfcomm_dlc_close lock fix
by Dave Young
· 17 years ago
93d8074
bluetooth rfcomm tty: destroy before tty_close()
by Dave Young
· 17 years ago
acea685
[BLUETOOTH]: Move children of connection device to NULL before connection down.
by Dave Young
· 17 years ago
f951375
[BLUETOOTH]: rfcomm tty BUG_ON() code fix
by Dave Young
· 17 years ago
dae6a0f
[Bluetooth] Add address and channel attribute to RFCOMM TTY device
by Marcel Holtmann
· 17 years ago
09c7d82
[IRDA]: Fix rfcomm use-after-free
by Marcel Holtmann
· 17 years ago
8de0a15
[Bluetooth] Keep rfcomm_dev on the list until it is freed
by Ville Tervo
· 17 years ago
84950cf
[Bluetooth] Hangup TTY before releasing rfcomm_dev
by Mikko Rapeli
· 17 years ago
77f2a45
[Bluetooth] Check that device is in rfcomm_dev_list before deleting
by Marcel Holtmann
· 18 years ago
c1a3313
[Bluetooth] Make use of device_move() for RFCOMM TTY devices
by Marcel Holtmann
· 18 years ago
8e87d14
[NET] BLUETOOTH: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
b6e557f
[Bluetooth] More checks if DLC is still attached to the TTY
by Marcel Holtmann
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
ff2d367
[Bluetooth] Check if RFCOMM session is still attached to the TTY
by Marcel Holtmann
· 18 years ago
cb19d9e
[Bluetooth] Check if DLC is still attached to the TTY
by Marcel Holtmann
· 18 years ago
Next »