summaryrefslogtreecommitdiff
path: root/sys/netgraph
AgeCommit message (Expand)Author
3 daysng_netflow v9: fix template re-announcement using packet countMarek Zarychta
13 daysng_tty: avoid the sign extention of charAhmad Khalifa
2025-12-21ng_ether: refactor to use interface EVENTHANDLER(9)sGleb Smirnoff
2025-12-17ng_iface: don't recursively enter epoch in the rcvdata methodGleb Smirnoff
2025-12-13ng_hci(4): Fix a typo in a source code commentGordon Bergling
2025-10-27ng_device: add kqueue supportQuentin Thébault
2025-10-17bluetooth: ng_ubt_rtl/rtlbtfw: remove duplicate entry in device tableBjoern A. Zeeb
2025-10-06mtx: rename MTX_CONTESTED to MTX_WAITERSMateusz Guzik
2025-09-25ng_tty: copy to the correct mbufAhmad Khalifa
2025-09-24ng_tty: don't increment m_dataAhmad Khalifa
2025-09-15ng_btsocket_rfcomm: Mark a couple buffers as const in a helper functionMark Johnston
2025-09-15ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t *Christos Margiolis
2025-09-12ng_device.c: improve compliance with style(9)Quentin Thébault
2025-09-12ng_device: enable setting the device to non-blocking modeQuentin Thébault
2025-09-12ng_device: replace dependency on vnode.h with fcntl.hQuentin Thébault
2025-09-01ng_parse: Add upper bound to avoid possible overflowEd Maste
2025-08-25ng_nat: fix potential crash when attaching to L2 directlyMaxim Sobolev
2025-06-17Internal scheduling priorities: Always use symbolic onesOlivier Certner
2025-06-13ng_iface(4): Remove a redundant assignment of if_typeZhenlei Huang
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-16ng_sample: fix style nitsSeyed Pouria Mousavizadeh Tehrani
2025-05-14rtlbtfw(8): Sync device VID/PID list with Linux 6.15-rc4Vladimir Kondratyev
2025-05-08Remove remaining mentions of pr_usrreq.Dag-Erling Smørgrav
2025-04-29rtlbtfw(8): Add Mercusys MA530 VID/PID for Realtek 8761BUVVladimir Kondratyev
2025-02-25netgraph: prevent panic with INVARIANTS-enabled kernelEugene Grosbein
2025-01-27ng_hci: add support for Bluetooth Secure Simple PairingAndreas Kempe
2025-01-13ng_ksocket: fix build without INET6Gleb Smirnoff
2025-01-10ng_ksocket: add IPv6 support for address parsing and unparsingSeyed Pouria Mousavizadeh Tehrani
2024-12-06netgraph: Enable support for EIM NATDamjan Jovanovic
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2024-11-21ng_parse: disallow negative length for mallocEd Maste
2024-11-21netgraph: Exit the net epoch to handle control messagesMark Johnston
2024-11-07ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.Vladimir Kondratyev
2024-11-07ng_ubt_intel: Ignore unexpected HCI eventsVladimir Kondratyev
2024-11-07ng_ubt_intel: Allow to attach to 9260 bluetooth adaptorsVladimir Kondratyev
2024-09-20bluetooth(3): Fix two typos in source code commentsGordon Bergling
2024-09-13ng_ipfw(4): add missing change after previous commitEugene Grosbein
2024-08-16ng_ubt: Add blacklist entries for MediaTek MT7925Kevin Lo
2024-07-01bluetooth socket sysinit: correct memset initializationRyan Libby
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-05-31netgraph: provide separate malloc type for nodes that are missing itDmitry Lukhtionov
2024-04-24ng_pipe: Do not panic when memory allocations failMartin Vahlensieck
2024-04-24ng_pipe: Replace deprecated random() with prng32_bounded()Martin Vahlensieck
2024-04-24ng_pipe: Remove node when all hooks are disconnectedMartin Vahlensieck
2024-04-24ng_pipe: Fix whitespaceMartin Vahlensieck
2024-04-22ng_hci: Add sockaddr validation to sendto()Mark Johnston
2024-04-19bpf: Make BPF interop consistent with if_loopSeth Hoffert
2024-04-09ng_socket: Treat EEXIST from kern_kldload() as successZhenlei Huang
2024-04-08ng_bridge: allow to automatically assign numbers to new hooksDavid Marker
2024-03-22ng_ksocket: use new macros to lock socket buffersGleb Smirnoff