#
4ae0fa8a |
| 27-Jan-2025 |
Andreas Kempe <kempe@lysator.liu.se> |
ng_hci: add support for Bluetooth Secure Simple Pairing
Add additional messages that allow for secure simple pairing.
PR: 265066 MFC after: 2 weeks Sponsored by: The FreeBSD Foundation (review and
ng_hci: add support for Bluetooth Secure Simple Pairing
Add additional messages that allow for secure simple pairing.
PR: 265066 MFC after: 2 weeks Sponsored by: The FreeBSD Foundation (review and commit)
show more ...
|
Revision tags: release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
2ff63af9 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
|
#
4d846d26 |
| 10-May-2023 |
Warner Losh <imp@FreeBSD.org> |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg MFC After: 3 days Sponsored by: Netflix
show more ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0 |
|
#
662c1305 |
| 01-Sep-2020 |
Mateusz Guzik <mjg@FreeBSD.org> |
net: clean up empty lines in .c and .h files
|
#
c7aa572c |
| 31-Jul-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
#
b8c46d56 |
| 17-Jul-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.
ACL packet boundary flag should be 0 instead of 2 for LE PDU. Some HCI will drop LE packet with PB flag is 2, and if sent, some target may r
Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU.
ACL packet boundary flag should be 0 instead of 2 for LE PDU. Some HCI will drop LE packet with PB flag is 2, and if sent, some target may reject the packet.
PR: 248024 Reported by: Greg V Reviewed by: Greg V, emax Differential Revision: https://reviews.freebsd.org/D25704
show more ...
|
#
de402d63 |
| 08-Jul-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Add support for [read|write] supported data length commands.
Fix ng_hci_le_long_term_key_request_negative_reply_cp struct while here.
PR: 247809 Submitted by: Marc Veldman
|
#
ccb9fc32 |
| 15-Jun-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Update event masks constant to Bluetooth core spec V5.2 and add LE Events.
PR: 247257 Submitted by: Marc Veldman
|
Revision tags: release/11.4.0 |
|
#
7a33c92b |
| 10-Jun-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Add LE events: READ_REMOTE_FEATURES_COMPL LONG_TERM_KEY_REQUEST REMOTE_CONN_PARAM_REQUEST DATA_LENGTH_CHANGE READ_LOCAL_P256_PK_COMPL GEN_DHKEY_COMPL ENH_CONN_COMPL
PR: 247050 Submitted by: Marc Vel
Add LE events: READ_REMOTE_FEATURES_COMPL LONG_TERM_KEY_REQUEST REMOTE_CONN_PARAM_REQUEST DATA_LENGTH_CHANGE READ_LOCAL_P256_PK_COMPL GEN_DHKEY_COMPL ENH_CONN_COMPL
PR: 247050 Submitted by: Marc Veldman marc at bumblingdork.com
show more ...
|
#
022f2795 |
| 19-May-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Fix Typo in ng_hci_le_connection_complete_ep struct.
PR: 246538 Submitted by: Marc Veldman
|
#
75afc548 |
| 09-May-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Add space for RSSI in data member. RSSI is put just after actual data.
Submitted by: Marc Veldman PR: 245920
|
#
1f5d883d |
| 28-Apr-2020 |
Takanori Watanabe <takawata@FreeBSD.org> |
Add le_read_buffer_size command and manpage. It supports both v1 and v2 command.
PR:245964 Submitted by: Marc Veldman <marc@bumblingdork.com>
|
#
21eefd31 |
| 20-Apr-2020 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Substitute le_read_supported_status with le_read_supported_states. Refer to bluetooth core v5.2 specifications Vol4. Part E. 7.8.27.
PR: 245763 Submitted by: Marc Veldman <marc@bumblingdork.com> MF
Substitute le_read_supported_status with le_read_supported_states. Refer to bluetooth core v5.2 specifications Vol4. Part E. 7.8.27.
PR: 245763 Submitted by: Marc Veldman <marc@bumblingdork.com> MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
#
fe267a55 |
| 27-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
sys: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error pro
sys: general adoption of SPDX licensing ID tags.
Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task.
The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts.
No functional change intended.
show more ...
|
Revision tags: release/10.4.0, release/11.1.0 |
|
#
be27b311 |
| 04-May-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r317503 through r317807.
|
#
4aa92fe2 |
| 27-Apr-2017 |
Takanori Watanabe <takawata@FreeBSD.org> |
Make cached Bluetooth LE host advertise information visible from userland.
Differential Revision: https://reviews.freebsd.org/D10362
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
053359b7 |
| 29-Apr-2016 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
sys/netgraph: spelling fixes in comments.
No functional change.
|
Revision tags: release/10.3.0 |
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|
#
a5d8944a |
| 19-Nov-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head (r291075).
|
#
3c3feed4 |
| 01-Nov-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
3a601a23 |
| 27-Oct-2015 |
Takanori Watanabe <takawata@FreeBSD.org> |
Bluetooth LE Security Management channel support. Add a socket option to block until underlying HCI connection encrypted.
Differential Revision: https://reviews.freebsd.org/D3981
|
Revision tags: release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
7757a1b4 |
| 03-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|