index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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
2016-11-23
Bluetooth: Fix using the correct source address type
Johan Hedberg
1
-1
/
+1
2015-12-20
Bluetooth: use list_for_each_entry*
Geliang Tang
1
-32
/
+14
2015-06-06
Bluetooth: Fix potential NULL dereference in RFCOMM bind callback
Jaganath Kanakkassery
1
-8
/
+12
2015-05-11
net: Pass kern from net_proto_family.create to sk_alloc
Eric W. Biederman
1
-4
/
+4
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
1
-1
/
+1
2015-03-02
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
1
-5
/
+5
2015-01-23
Bluetooth: Fix nested sleeps
Peter Hurley
1
-5
/
+4
2015-01-12
Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rc
Marcel Holtmann
1
-0
/
+2
2014-12-20
Bluetooth: Remove duplicate constant for RFCOMM PSM
Marcel Holtmann
1
-2
/
+2
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-7
/
+9
2014-11-24
new helper: memcpy_from_msg()
Al Viro
1
-1
/
+1
2014-11-04
Bluetooth: Fix sparse warnings in RFCOMM
Johan Hedberg
1
-2
/
+4
2014-11-04
rfcomm, sched/wait: Fix broken wait construct
Peter Zijlstra
1
-10
/
+8
2014-11-02
Bluetooth: Introduce BT_BREDR and BT_LE config options
Marcel Holtmann
1
-1
/
+1
2014-10-25
Bluetooth: Improve RFCOMM __test_pf macro robustness
Szymon Janc
1
-1
/
+1
2014-10-25
Bluetooth: Fix RFCOMM NSC response
Szymon Janc
1
-2
/
+2
2014-07-22
Bluetooth: Avoid use of session socket after the session gets freed
Vignesh Raman
1
-2
/
+5
2014-07-17
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
1
-1
/
+2
2014-07-17
Bluetooth: never linger on process exit
Vladimir Davydov
1
-1
/
+2
2014-05-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2
-11
/
+11
2014-05-06
Bluetooth: Convert RFCOMM spinlocks into mutexes
Libor Pechacek
2
-11
/
+11
2014-04-12
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2
-4
/
+4
2014-03-26
Bluetooth: Fix returning peer address in pending connect state
Johan Hedberg
1
-1
/
+2
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-2
/
+2
2014-02-20
Bluetooth: Fix channel check when binding RFCOMM sock
Andrzej Kaczmarek
1
-6
/
+12
2014-02-15
Bluetooth: Fix write_room() calculation
Peter Hurley
1
-9
/
+5
2014-02-15
Bluetooth: Refactor write_room() calculation
Peter Hurley
1
-12
/
+15
2014-02-15
Bluetooth: Don't fail RFCOMM tty writes
Peter Hurley
2
-16
/
+21
2014-02-15
Bluetooth: Force -EIO from tty read/write if .activate() fails
Peter Hurley
1
-1
/
+5
2014-02-15
Bluetooth: Cleanup RFCOMM device registration error handling
Peter Hurley
1
-9
/
+7
2014-02-15
Bluetooth: Refactor rfcomm_dev_add()
Peter Hurley
1
-14
/
+24
2014-02-15
Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls
Peter Hurley
1
-2
/
+25
2014-02-15
Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()
Peter Hurley
1
-2
/
+2
2014-02-15
Bluetooth: Fix RFCOMM parent device for reused dlc
Peter Hurley
1
-0
/
+1
2014-02-15
Bluetooth: Fix unsafe RFCOMM device parenting
Peter Hurley
1
-6
/
+14
2014-02-15
Bluetooth: Directly close dlc for not yet started RFCOMM session
Peter Hurley
1
-3
/
+9
2014-02-15
Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()
Peter Hurley
1
-8
/
+15
2014-02-15
Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
Peter Hurley
1
-10
/
+8
2014-02-15
Bluetooth: Simplify RFCOMM session state eval
Peter Hurley
1
-3
/
+2
2014-02-15
Bluetooth: Verify dlci not in use before rfcomm_dev create
Peter Hurley
2
-1
/
+33
2014-02-15
Bluetooth: Fix RFCOMM tty teardown race
Peter Hurley
1
-4
/
+4
2014-02-15
Bluetooth: Fix unreleased rfcomm_dev reference
Peter Hurley
1
-2
/
+4
2014-02-15
Bluetooth: Release rfcomm_dev only once
Peter Hurley
1
-2
/
+9
2014-02-15
Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl
Peter Hurley
1
-1
/
+2
2014-02-15
Bluetooth: Fix racy acquire of rfcomm_dev reference
Peter Hurley
1
-6
/
+2
2014-02-15
Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"
Peter Hurley
1
-16
/
+16
2014-02-15
Revert "Bluetooth: Always wait for a connection on RFCOMM open()"
Peter Hurley
1
-38
/
+8
2014-02-15
Revert "Bluetooth: Remove rfcomm_carrier_raised()"
Peter Hurley
1
-0
/
+8
2014-02-13
Bluetooth: Refuse peer RFCOMM address reading when not connected
Johan Hedberg
1
-0
/
+3
2014-02-13
Bluetooth: Handle security level 4 for RFCOMM connections
Marcel Holtmann
2
-2
/
+14
[next]