summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/socket
Commit message (Expand)AuthorAgeFilesLines
* Disconnect LE socket when the HCI connection associated is disconnected.takawata2016-06-071-1/+1
* sys/netgraph: spelling fixes in comments.pfg2016-04-293-7/+7
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-3/+2
* Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just likeglebius2016-01-081-2/+2
* - grab ng_btsocket_l2cap_sockets_mtx lock inemax2015-12-231-0/+8
* Fix encryption error handling.takawata2015-11-071-0/+4
* Bluetooth LE Security Management channel support.takawata2015-10-271-32/+96
* Fix rfcomm_sppd regression I could reproduced.takawata2015-07-071-0/+4
* Initial Bluetooth LE support.takawata2015-04-073-50/+136
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-123-6/+5
* Use callout(9) instead of timeout(9).jhb2014-09-202-15/+10
* PF_BLUETOOTH protocols: skip initialization of non-virtualized globalstrociny2014-06-105-0/+27
* PR: 168520 170096rodrigc2013-07-151-1/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-054-15/+15
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-075-5/+5
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-075-6/+6
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Mfp4 CH=177274,177280,177284-177285,177297,177324-177325bz2011-02-163-3/+21
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-125-20/+20
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-3/+4
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-14/+9
* Update comment. soalloc() is no longer performing M_WAITOK memory allocations.emax2009-02-101-14/+6
* Allow unprivileged users to run l2ping(8).emax2009-02-041-5/+0
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-235-27/+22
* Implement ratelimiting for debug messages. For now, allow at mostemax2008-08-015-20/+50
* Increase maximum input queue size limit for raw Bluetooth HCI sockets.emax2008-08-011-2/+1
* Fix locking bug, i.e. lock "wildcard" matched pcb before return.emax2008-08-011-0/+3
* Introduce support for Bluetooth SCO sockets. This is based on olderemax2008-07-302-1/+2002
* Fix locking issue in ng_btsocket_l2cap_ctloutput()emax2007-10-311-2/+4
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelemax2007-10-291-31/+53
* Return EADDRNOTAVAIL instead of EDESTADDRREQ error whenemax2007-08-232-2/+2
* Replace sosend() with direct call to .pru_send method on theemax2007-06-211-2/+2
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* o Update a comment: sonewconn() lives in uipc_socket.c now.maxim2007-03-261-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-2/+4
* - Catch up with ongoing rwatson's socket work;emax2006-08-252-184/+68
* Define mtu as u_int16_t not as int. This should fix problem with rfcommemax2006-08-241-1/+2
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-5/+4
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-215-5/+35
* Add new SIOC_HCI_RAW_NODE_LIST_NAMES ioctl. User-space applications canemax2006-05-171-1/+64
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-014-35/+13
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-014-8/+8
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-55/+31
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-302-4/+4
* Fix multiple typos in the mutex names. This fixes false positive (and prettyemax2005-08-231-4/+4
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-282-74/+74
* Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMMemax2005-04-061-1/+1
* In ng_btsocket_rfcomm_receive_frame() correctly set length variable whenemax2005-04-061-1/+1
* move ptr use down to after null checksam2005-02-261-3/+3
OpenPOWER on IntegriCloud