aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/socket
Commit message (Expand)AuthorAgeFilesLines
* ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston2025-09-151-2/+2
* Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav2025-05-083-5/+5
* bluetooth(3): Fix two typos in source code commentsGordon Bergling2024-09-201-2/+2
* bluetooth socket sysinit: correct memset initializationRyan Libby2024-07-011-2/+1
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-221-0/+11
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-306-186/+96
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-303-80/+114
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-166-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-172-125/+89
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-125-5/+5
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-4/+4
* bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff2022-05-091-5/+0
* ng_btsocket(4): Fix a typo in an error messageGordon Bergling2022-04-061-1/+1
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-031-1/+1
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-036-35/+20
* socket: Properly interlock when transitioning to a listening socketMark Johnston2021-09-072-1/+7
* socket: Implement SO_RERRORRoy Marples2021-07-281-0/+1
* Consistently use the SOLISTENING() macroMark Johnston2021-06-143-5/+3
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-0/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-41/+23
* Allow some Bluetooth LE related HCI request to non-root user.Takanori Watanabe2020-07-011-0/+6
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-266-18/+27
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-302-89/+154
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-276-0/+12
* Listening sockets improvements.Gleb Smirnoff2017-06-083-58/+19
* Disconnect LE socket when the HCI connection associated is disconnected.Takanori Watanabe2016-06-071-1/+1
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-293-7/+7
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-3/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeGleb Smirnoff2016-01-081-2/+2
* - grab ng_btsocket_l2cap_sockets_mtx lock inMaksim Yevmenkin2015-12-231-0/+8
* Fix encryption error handling.Takanori Watanabe2015-11-071-0/+4
* Bluetooth LE Security Management channel support.Takanori Watanabe2015-10-271-32/+96
* Fix rfcomm_sppd regression I could reproduced.Takanori Watanabe2015-07-071-0/+4
* Initial Bluetooth LE support.Takanori Watanabe2015-04-073-50/+136
* In preparation of merging projects/sendfile, transform bare access toGleb Smirnoff2014-11-123-6/+5
* Use callout(9) instead of timeout(9).John Baldwin2014-09-202-15/+10
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalsMikolaj Golub2014-06-105-0/+27
* PR: 168520 170096Craig Rodrigues2013-07-151-1/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-054-15/+15
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-075-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-075-6/+6
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325Bjoern A. Zeeb2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-125-20/+20
* Introduce and use a sysinit-based initialization scheme for virtualRobert Watson2009-07-231-3/+4
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-14/+9
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.Maksim Yevmenkin2009-02-101-14/+6