aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/hci
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0111-34/+15
* Substitute le_read_supported_status with le_read_supported_states.Hans Petter Selasky2020-04-201-2/+2
* Bring HCI error messages up-to-date.Hans Petter Selasky2020-04-191-1/+29
* Fix mbuf handling in le advertize packet processing.Takanori Watanabe2020-04-021-3/+6
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* Make cached Bluetooth LE host advertise information visible from userland.Takanori Watanabe2017-04-273-11/+45
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* Fix encryption error handling.Takanori Watanabe2015-11-071-4/+6
* Bluetooth LE Security Management channel support.Takanori Watanabe2015-10-273-1/+34
* Initial Bluetooth LE support.Takanori Watanabe2015-04-077-36/+588
* Fix several typosEitan Adler2013-05-121-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-054-8/+8
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-4/+1
* Change message severity level from WARN to INFO. This should reduceMaksim Yevmenkin2008-12-241-1/+1
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-6/+6
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0711-11/+33
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-011-6/+6
* Fix kernel build (caused by recent ng_{un}timeout API change)Maksim Yevmenkin2004-11-033-10/+10
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+10
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-275-36/+36
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-094-12/+12
* Change double include protection style in headers to matchMaksim Yevmenkin2003-11-145-5/+5
* Update Bluetooth code.Maksim Yevmenkin2003-10-125-125/+162
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-1012-205/+128
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-194-9/+9
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-214-9/+9
* The second try a committing the bluetooth codeJulian Elischer2002-11-2012-0/+5532