index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
Age
Commit message (
Expand
)
Author
Files
Lines
2008-02-14
remove final fastcall users
Harvey Harrison
1
-2
/
+2
2008-02-05
bluetooth rfcomm tty: destroy before tty_close()
Dave Young
1
-1
/
+2
2008-01-29
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
1
-3
/
+1
2008-01-23
[BLUETOOTH]: Move children of connection device to NULL before connection down.
Dave Young
1
-1
/
+2
2008-01-11
[BLUETOOTH]: rfcomm tty BUG_ON() code fix
Dave Young
1
-9
/
+13
2007-11-01
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
1
-1
/
+1
2007-10-22
[Bluetooth] Convert RFCOMM to use kthread API
Marcel Holtmann
1
-39
/
+21
2007-10-22
[Bluetooth] Add address and channel attribute to RFCOMM TTY device
Marcel Holtmann
1
-0
/
+25
2007-10-11
[NET]: Make socket creation namespace safe.
Eric W. Biederman
1
-5
/
+5
2007-07-31
[IRDA]: Fix rfcomm use-after-free
Marcel Holtmann
1
-2
/
+3
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-1
/
+1
2007-07-11
[Bluetooth] Keep rfcomm_dev on the list until it is freed
Ville Tervo
1
-8
/
+22
2007-07-11
[Bluetooth] Hangup TTY before releasing rfcomm_dev
Mikko Rapeli
1
-0
/
+4
2007-05-05
[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLC
Marcel Holtmann
1
-0
/
+10
2007-05-05
[Bluetooth] Check that device is in rfcomm_dev_list before deleting
Marcel Holtmann
1
-3
/
+8
2007-05-05
[Bluetooth] Use in-kernel sockets API
Marcel Holtmann
1
-13
/
+6
2007-04-26
[BLUETOOTH] rfcomm_worker(): fix wakeup race
Andrew Morton
1
-2
/
+2
2007-04-26
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-02-26
[Bluetooth] Make use of device_move() for RFCOMM TTY devices
Marcel Holtmann
1
-1
/
+8
2007-02-11
[NET] BLUETOOTH: Fix whitespace errors.
YOSHIFUJI Hideaki
3
-61
/
+61
2007-01-09
[Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()
Marcel Holtmann
1
-3
/
+6
2007-01-09
[Bluetooth] More checks if DLC is still attached to the TTY
Marcel Holtmann
1
-7
/
+15
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+2
2006-12-03
[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wire
Al Viro
1
-8
/
+8
2006-12-03
[BLUETOOTH]: rfcomm endianness annotations
Al Viro
1
-1
/
+1
2006-11-22
[Bluetooth] Check if RFCOMM session is still attached to the TTY
Marcel Holtmann
1
-1
/
+1
2006-10-16
[Bluetooth] Add locking for bt_proto array manipulation
Marcel Holtmann
1
-1
/
+2
2006-10-16
[Bluetooth] Check if DLC is still attached to the TTY
Marcel Holtmann
1
-0
/
+3
2006-10-16
[Bluetooth] Fix reference count when connection lookup fails
Marcel Holtmann
1
-3
/
+1
2006-10-16
[Bluetooth] Handle return values from driver core functions
Marcel Holtmann
2
-2
/
+4
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-29
[Bluetooth] Return EINPROGRESS for non-blocking socket calls
Marcel Holtmann
1
-1
/
+1
2006-09-29
[Bluetooth] Integrate services into the driver model
Marcel Holtmann
1
-1
/
+20
2006-07-24
[Bluetooth] Correct RFCOMM channel MTU for broken implementations
Marcel Holtmann
1
-2
/
+17
2006-07-13
[Bluetooth] Remaining transitions to use kzalloc()
Marcel Holtmann
2
-6
/
+6
2006-07-04
[Bluetooth] Add RFCOMM role switch support
Marcel Holtmann
1
-0
/
+5
2006-07-04
[Bluetooth] Allow disabling of credit based flow control
Marcel Holtmann
1
-5
/
+13
2006-07-04
[Bluetooth] Use real devices for host controllers
Marcel Holtmann
2
-4
/
+4
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
3
-3
/
+0
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
1
-2
/
+1
2006-06-29
[PATCH] remove TTY_DONT_FLIP
Paul Fulghum
1
-6
/
+2
2006-06-26
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
Greg Kroah-Hartman
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-03-21
[NET] sem2mutex: net/
Arjan van de Ven
1
-3
/
+5
2006-02-13
[Bluetooth] Reduce L2CAP MTU for RFCOMM connections
Marcel Holtmann
1
-4
/
+9
2006-01-12
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-0
/
+1
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-7
/
+2
2006-01-04
[NET]: move struct proto_ops to const
Eric Dumazet
1
-2
/
+2
2005-11-08
[Bluetooth]: Remove the usage of /proc completely
Marcel Holtmann
2
-184
/
+30
2005-10-28
[Bluetooth] Move CRC table into RFCOMM core
Marcel Holtmann
3
-72
/
+44
[next]