aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
2015-12-20Bluetooth: use list_for_each_entry*Gravatar Geliang Tang 1-32/+14
2015-06-06Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackGravatar Jaganath Kanakkassery 1-8/+12
2015-05-11net: Pass kern from net_proto_family.create to sk_allocGravatar Eric W. Biederman 1-4/+4
2015-05-11net: Add a struct net parameter to sock_create_kernGravatar Eric W. Biederman 1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgGravatar Ying Xue 1-5/+5
2015-01-23Bluetooth: Fix nested sleepsGravatar Peter Hurley 1-5/+4
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcGravatar Marcel Holtmann 1-0/+2
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMGravatar Marcel Holtmann 1-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 3-7/+9
2014-11-24new helper: memcpy_from_msg()Gravatar Al Viro 1-1/+1
2014-11-04Bluetooth: Fix sparse warnings in RFCOMMGravatar Johan Hedberg 1-2/+4
2014-11-04rfcomm, sched/wait: Fix broken wait constructGravatar Peter Zijlstra 1-10/+8
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsGravatar Marcel Holtmann 1-1/+1
2014-10-25Bluetooth: Improve RFCOMM __test_pf macro robustnessGravatar Szymon Janc 1-1/+1
2014-10-25Bluetooth: Fix RFCOMM NSC responseGravatar Szymon Janc 1-2/+2
2014-07-22Bluetooth: Avoid use of session socket after the session gets freedGravatar Vignesh Raman 1-2/+5
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Gravatar Johan Hedberg 1-1/+2
2014-07-17Bluetooth: never linger on process exitGravatar Vladimir Davydov 1-1/+2
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 2-11/+11
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesGravatar Libor Pechacek 2-11/+11
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 2-4/+4
2014-03-26Bluetooth: Fix returning peer address in pending connect stateGravatar Johan Hedberg 1-1/+2
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-2/+2
2014-02-20Bluetooth: Fix channel check when binding RFCOMM sockGravatar Andrzej Kaczmarek 1-6/+12
2014-02-14Bluetooth: Fix write_room() calculationGravatar Peter Hurley 1-9/+5
2014-02-14Bluetooth: Refactor write_room() calculationGravatar Peter Hurley 1-12/+15
2014-02-14Bluetooth: Don't fail RFCOMM tty writesGravatar Peter Hurley 2-16/+21
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsGravatar Peter Hurley 1-1/+5
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingGravatar Peter Hurley 1-9/+7
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Gravatar Peter Hurley 1-14/+24
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsGravatar Peter Hurley 1-2/+25
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Gravatar Peter Hurley 1-2/+2
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcGravatar Peter Hurley 1-0/+1
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingGravatar Peter Hurley 1-6/+14
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionGravatar Peter Hurley 1-3/+9
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Gravatar Peter Hurley 1-8/+15
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Gravatar Peter Hurley 1-10/+8
2014-02-14Bluetooth: Simplify RFCOMM session state evalGravatar Peter Hurley 1-3/+2
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createGravatar Peter Hurley 2-1/+33
2014-02-14Bluetooth: Fix RFCOMM tty teardown raceGravatar Peter Hurley 1-4/+4
2014-02-14Bluetooth: Fix unreleased rfcomm_dev referenceGravatar Peter Hurley 1-2/+4
2014-02-14Bluetooth: Release rfcomm_dev only onceGravatar Peter Hurley 1-2/+9
2014-02-14Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctlGravatar Peter Hurley 1-1/+2
2014-02-14Bluetooth: Fix racy acquire of rfcomm_dev referenceGravatar Peter Hurley 1-6/+2
2014-02-14Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"Gravatar Peter Hurley 1-16/+16
2014-02-14Revert "Bluetooth: Always wait for a connection on RFCOMM open()"Gravatar Peter Hurley 1-38/+8
2014-02-14Revert "Bluetooth: Remove rfcomm_carrier_raised()"Gravatar Peter Hurley 1-0/+8
2014-02-13Bluetooth: Refuse peer RFCOMM address reading when not connectedGravatar Johan Hedberg 1-0/+3
2014-02-13Bluetooth: Handle security level 4 for RFCOMM connectionsGravatar Marcel Holtmann 2-2/+14
2014-01-06Bluetooth: Remove rfcomm_carrier_raised()Gravatar Gianluca Anzolin 1-8/+0