aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 2-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-5/+7
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-05-29Bluetooth: Acquire sk_lock.slock without disabling interruptsGravatar Sebastian Andrzej Siewior 1-5/+2
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlGravatar Qiujun Huang 1-3/+1
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicGravatar Luiz Augusto von Dentz 1-6/+4
2020-02-05Bluetooth: remove __get_channel/dir and __dirGravatar Alex Shi 1-3/+0
2019-10-23compat_ioctl: move rfcomm handlers into driverGravatar Arnd Bergmann 1-2/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingGravatar Arnd Bergmann 1-0/+1
2019-01-23Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextGravatar Matthias Kaehlcke 1-1/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 2-22/+2
2018-10-13kill TIOCSERGSTRUCTGravatar Al Viro 1-4/+0
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALGravatar Al Viro 1-8/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-05-26net/bluetooth: convert to ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-04-01Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-2/+2
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-6/+6
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-1/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Gravatar Mateusz Jurczyk 1-1/+2
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-2/+2
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-1/+1
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tGravatar Elena Reshetova 1-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 1-1/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-0/+1
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-1/+1
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