aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* ng_pipe: Do not panic when memory allocations failMartin Vahlensieck2024-04-241-15/+30
* ng_pipe: Replace deprecated random() with prng32_bounded()Martin Vahlensieck2024-04-241-2/+3
* ng_pipe: Remove node when all hooks are disconnectedMartin Vahlensieck2024-04-241-0/+7
* ng_pipe: Fix whitespaceMartin Vahlensieck2024-04-241-8/+8
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-221-0/+11
* bpf: Make BPF interop consistent with if_loopSeth Hoffert2024-04-191-1/+1
* ng_socket: Treat EEXIST from kern_kldload() as successZhenlei Huang2024-04-091-3/+8
* ng_bridge: allow to automatically assign numbers to new hooksDavid Marker2024-04-081-23/+81
* ng_ksocket: use new macros to lock socket buffersGleb Smirnoff2024-03-231-8/+8
* sockets: garbage collect SS_ISCONFIRMINGGleb Smirnoff2024-01-301-2/+1
* netgraph: Fix two typos in source code commentsGordon Bergling2024-01-202-2/+2
* netpfil: Use accessor functions and named constants for all tcphdr flagsRichard Scheffenegger2023-12-251-5/+5
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-3012-229/+124
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-307-91/+121
* ng_socket: with getsockname() return node ID for unnamed nodeGleb Smirnoff2023-11-281-0/+3
* netgraph: increase size of sockaddr_ng to match maximum node nameGleb Smirnoff2023-11-282-2/+5
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* ng_ksocket: fix accept(2)Gleb Smirnoff2023-11-171-6/+35
* ng_ksocket: fix upcall clearing on node shutdownGleb Smirnoff2023-11-171-7/+14
* ng_ipfw: allow use of 32 bits wide cookiesEugene Grosbein2023-11-141-9/+9
* netgraph: Fix obsolete commentWarner Losh2023-10-271-11/+2
* ng_eiface: switch VNETs when injecting mbufs into netgraphMarko Zec2023-09-231-0/+2
* 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
* netgraph/ng_bridge: add missing array terminatorKristof Provost2022-10-311-0/+1
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-4/+4
* netgraph(4): Don't process NGQF_MESG items in NET_EPOCH context.Aleksandr Fedorov2022-09-131-1/+13
* divert: declare PF_DIVERT domain and stop abusing PF_INETGleb Smirnoff2022-08-301-1/+1
* protosw: refactor protosw and domain static declaration and loadGleb Smirnoff2022-08-174-165/+112
* protosw: change prototype for pr_controlGleb Smirnoff2022-08-129-10/+10
* Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warningsDimitry Andric2022-07-251-2/+2
* ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.Hans Petter Selasky2022-06-031-27/+40
* sockbuf: merge two versions of sbcreatecontrol() into oneGleb Smirnoff2022-05-171-4/+4
* ng_ubt: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-094-8/+3
* ng_socket: don't assign NULL in C99 sparse initializerGleb Smirnoff2022-05-091-9/+0
* bluetooth: don't assign NULL in C99 sparse initializerGleb Smirnoff2022-05-091-5/+0
* ng_pppoe: introduce new sysctl net.graph.pppoe.lcp_pcpEugene Grosbein2022-05-021-0/+22