aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-06Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery1-8/+12
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-4/+4
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-5/+5
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley1-5/+4
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann1-0/+2
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann1-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-7/+9
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-04Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg1-2/+4
2014-11-04rfcomm, sched/wait: Fix broken wait constructPeter Zijlstra1-10/+8
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann1-1/+1
2014-10-25Bluetooth: Improve RFCOMM __test_pf macro robustnessSzymon Janc1-1/+1
2014-10-25Bluetooth: Fix RFCOMM NSC responseSzymon Janc1-2/+2
2014-07-22Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman1-2/+5
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg1-1/+2
2014-07-17Bluetooth: never linger on process exitVladimir Davydov1-1/+2
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville2-11/+11
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek2-11/+11
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-4/+4
2014-03-26Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg1-1/+2
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-02-20Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek1-6/+12
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley1-9/+5
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley1-12/+15
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley2-16/+21
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley1-1/+5
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley1-9/+7
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley1-14/+24
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley1-2/+25
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley1-2/+2
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley1-0/+1
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley1-6/+14
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley1-3/+9
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley1-8/+15
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley1-10/+8
2014-02-14Bluetooth: Simplify RFCOMM session state evalPeter Hurley1-3/+2
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley2-1/+33
2014-02-14Bluetooth: Fix RFCOMM tty teardown racePeter Hurley1-4/+4
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referencePeter Hurley1-2/+4
2014-02-14Bluetooth: Release rfcomm_dev only oncePeter Hurley1-2/+9
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlPeter Hurley1-1/+2
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referencePeter Hurley1-6/+2
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Peter Hurley1-16/+16
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Peter Hurley1-38/+8
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Peter Hurley1-0/+8
2014-02-13Bluetooth: Refuse peer RFCOMM address reading when not connectedJohan Hedberg1-0/+3
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsMarcel Holtmann2-2/+14
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin1-8/+0
2014-01-06Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin1-8/+38