summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)Author
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang
2015-06-06Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann
2014-12-20Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-11-24new helper: memcpy_from_msg()Al Viro
2014-11-04Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg
2014-11-04rfcomm, sched/wait: Fix broken wait constructPeter Zijlstra
2014-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann
2014-10-25Bluetooth: Improve RFCOMM __test_pf macro robustnessSzymon Janc
2014-10-25Bluetooth: Fix RFCOMM NSC responseSzymon Janc
2014-07-22Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg
2014-07-17Bluetooth: never linger on process exitVladimir Davydov
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-05-05Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-26Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-20Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek
2014-02-14Bluetooth: Fix write_room() calculationPeter Hurley
2014-02-14Bluetooth: Refactor write_room() calculationPeter Hurley
2014-02-14Bluetooth: Don't fail RFCOMM tty writesPeter Hurley
2014-02-14Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley
2014-02-14Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley
2014-02-14Bluetooth: Refactor rfcomm_dev_add()Peter Hurley
2014-02-14Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley
2014-02-14Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley
2014-02-14Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley
2014-02-14Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley
2014-02-14Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley
2014-02-14Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley
2014-02-14Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()Peter Hurley
2014-02-14Bluetooth: Simplify RFCOMM session state evalPeter Hurley
2014-02-14Bluetooth: Verify dlci not in use before rfcomm_dev createPeter Hurley