summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAge
* Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-01
* net: Use octal not symbolic permissionsJoe Perches2018-03-26
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-12
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-21
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-01
|\
| * Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-29
* | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-01
|/
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova2017-04-12
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-22
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-20
* Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2015-06-06
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* Bluetooth: Fix nested sleepsPeter Hurley2015-01-23
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann2015-01-12
* Bluetooth: Remove duplicate constant for RFCOMM PSMMarcel Holtmann2014-12-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\
| * new helper: memcpy_from_msg()Al Viro2014-11-24
| * Bluetooth: Fix sparse warnings in RFCOMMJohan Hedberg2014-11-04
| * Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann2014-11-02
| * Bluetooth: Improve RFCOMM __test_pf macro robustnessSzymon Janc2014-10-25
| * Bluetooth: Fix RFCOMM NSC responseSzymon Janc2014-10-25
* | rfcomm, sched/wait: Fix broken wait constructPeter Zijlstra2014-11-04
|/
* Bluetooth: Avoid use of session socket after the session gets freedVignesh Raman2014-07-22
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-17
* Bluetooth: never linger on process exitVladimir Davydov2014-07-17
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-29
|\
| * Bluetooth: Convert RFCOMM spinlocks into mutexesLibor Pechacek2014-05-05
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
|/
* Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg2014-03-26
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-12
* Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek2014-02-20
* Bluetooth: Fix write_room() calculationPeter Hurley2014-02-14
* Bluetooth: Refactor write_room() calculationPeter Hurley2014-02-14
* Bluetooth: Don't fail RFCOMM tty writesPeter Hurley2014-02-14
* Bluetooth: Force -EIO from tty read/write if .activate() failsPeter Hurley2014-02-14
* Bluetooth: Cleanup RFCOMM device registration error handlingPeter Hurley2014-02-14
* Bluetooth: Refactor rfcomm_dev_add()Peter Hurley2014-02-14
* Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctlsPeter Hurley2014-02-14
* Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()Peter Hurley2014-02-14
* Bluetooth: Fix RFCOMM parent device for reused dlcPeter Hurley2014-02-14
* Bluetooth: Fix unsafe RFCOMM device parentingPeter Hurley2014-02-14
* Bluetooth: Directly close dlc for not yet started RFCOMM sessionPeter Hurley2014-02-14
* Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()Peter Hurley2014-02-14