aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ng_netflow: Move various variables under INET || INET6.John Baldwin2022-04-131-2/+16
* netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK.John Baldwin2022-04-124-28/+14
* netgraph: Remove unused variable.John Baldwin2022-04-121-2/+0
* netgraph(3): Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* netgraph(4): Fix a typo in a source code commentGordon Bergling2022-04-091-5/+5
* ng_tag: Move totlen fully under #ifdef NG_TAG_DEBUG.John Baldwin2022-04-081-1/+3
* ng_ppp: Remove unused variable.John Baldwin2022-04-081-2/+0
* ng_netflow: Remove unused variable.John Baldwin2022-04-081-2/+0