summaryrefslogtreecommitdiff
path: root/sys/netgraph/bluetooth/l2cap
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0113-38/+20
* Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.Takanori Watanabe2020-07-171-2/+3
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2713-0/+26
* Disconnect LE socket when the HCI connection associated is disconnected.Takanori Watanabe2016-06-072-2/+9
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-293-4/+4
* Bluetooth LE Security Management channel support.Takanori Watanabe2015-10-278-14/+168
* Fix rfcomm_sppd regression I could reproduced.Takanori Watanabe2015-07-071-1/+1
* Initial Bluetooth LE support.Takanori Watanabe2015-04-079-79/+399
* Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-054-14/+14
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-4/+1
* Fix typoMaksim Yevmenkin2010-08-021-1/+1
* Properly return error code to the caller. This should fix the followingMaksim Yevmenkin2009-01-191-20/+26
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-233-9/+9
* Try to silence Coverity by adding (void) in front of function call.Maksim Yevmenkin2007-03-281-1/+11
* Fix dangling callout problem in the Bluetooth L2CAP code that leads toMaksim Yevmenkin2005-08-312-5/+13
* Stop callout before freeing memory, so it won't panic from softclock.Pawel Jakub Dawidek2005-08-211-0/+4
* Before freeing memory, assert that there is no pending callout.Pawel Jakub Dawidek2005-08-211-0/+1
* Fix typo and check correct (rsp) pointer against the NULL value.Maksim Yevmenkin2005-07-291-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0713-13/+39
* Mechanically rename s/ng_timeout/ng_callout/g, s/ng_untimeout/ng_uncallout/g.Gleb Smirnoff2004-12-011-9/+9
* Fix kernel build (caused by recent ng_{un}timeout API change)Maksim Yevmenkin2004-11-032-13/+13
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-13/+11
* Address few style issues pointed out by bdeMaksim Yevmenkin2004-04-276-54/+54
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-095-23/+23
* Change double include protection style in headers to matchMaksim Yevmenkin2003-11-143-3/+3
* Update Bluetooth code.Maksim Yevmenkin2003-10-125-217/+274
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-1014-50/+261
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-194-14/+14
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-214-14/+14
* The second try a committing the bluetooth codeJulian Elischer2002-11-2014-0/+6363