aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* ng_ksocket: use new macros to lock socket buffersGleb Smirnoff2026-02-191-8/+8
* ng_netflow v9: fix template re-announcement using packet countMarek Zarychta2026-01-241-0/+1
* ng_tty: avoid the sign extention of charAhmad Khalifa2026-01-121-1/+2
* ng_hci(4): Fix a typo in a source code commentGordon Bergling2026-01-101-1/+1
* ng_nat: fix potential crash when attaching to L2 directlyMaxim Sobolev2025-11-051-38/+57
* ng_tty: copy to the correct mbufAhmad Khalifa2025-10-011-1/+1
* ng_tty: don't increment m_dataAhmad Khalifa2025-10-011-3/+1
* ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston2025-09-181-2/+2
* ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t *Christos Margiolis2025-09-181-1/+1
* ng_parse: Add upper bound to avoid possible overflowEd Maste2025-09-041-2/+2
* rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4Vladimir Kondratyev2025-07-291-0/+20
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-07-281-1/+1
* ng_iface(4): Remove a redundant assignment of if_typeZhenlei Huang2025-07-071-1/+0
* ng_sample: fix style nitsSeyed Pouria Mousavizadeh Tehrani2025-05-191-2/+2
* rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUVVladimir Kondratyev2025-05-151-0/+1
* netgraph: MFC: prevent panic with INVARIANTS-enabled kernelEugene Grosbein2025-04-121-5/+14
* ng_hci: add support for Bluetooth Secure Simple PairingAndreas Kempe2025-02-093-0/+82
* ng_ubt_intel: Ignore unexpected HCI eventsVladimir Kondratyev2024-12-222-2/+30
* ng_ubt_intel: Allow to attach to 9260 bluetooth adaptorsVladimir Kondratyev2024-12-221-1/+68
* ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.Vladimir Kondratyev2024-12-223-0/+271
* ng_parse: disallow negative length for mallocEd Maste2024-12-021-0/+2
* bluetooth(3): Fix two typos in source code commentsGordon Bergling2024-09-231-2/+2
* MFC: ng_ipfw(4): add missing change after previous commitEugene Grosbein2024-09-181-1/+1
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-07-122-9/+0
* ng_pipe: Do not panic when memory allocations failMartin Vahlensieck2024-05-081-15/+30
* ng_pipe: Replace deprecated random() with prng32_bounded()Martin Vahlensieck2024-05-081-2/+3
* ng_pipe: Remove node when all hooks are disconnectedMartin Vahlensieck2024-05-081-0/+7
* ng_pipe: Fix whitespaceMartin Vahlensieck2024-05-081-8/+8
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-05-081-1/+1
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-291-0/+11
* ng_socket: Treat EEXIST from kern_kldload() as successZhenlei Huang2024-04-161-3/+8
* netgraph: Fix two typos in source code commentsGordon Bergling2024-01-232-2/+2
* ng_ksocket: fix accept(2)Gleb Smirnoff2023-11-301-6/+35
* ng_ksocket: fix upcall clearing on node shutdownGleb Smirnoff2023-11-301-7/+14
* ng_ipfw: allow use of 32 bits wide cookiesEugene Grosbein2023-11-291-9/+9
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-164-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-1649-49/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1697-194/+0
* SPDX: It's spelled 'SPDX-License-Identifier'Warner Losh2023-05-121-1/+1
* spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh2023-05-121-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1286-86/+86
* ng_atmllc: removeBrooks Davis2023-03-092-333/+0
* NgATM: Remove netgraph ATM supportBrooks Davis2023-03-0914-5313/+0
* ipfw: garbage collect ip_fw_chk_ptrGleb Smirnoff2023-03-031-10/+0
* ng_atmllc: deprecateBrooks Davis2023-03-031-0/+2
* NgATM: deprecateBrooks Davis2023-03-035-0/+10
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-011-0/+2
* IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits2023-01-317-0/+7
* ng_hci: handle NG_HCI_M_PULLUP failure in le_advertizing_reportEd Maste2022-11-011-0/+4