aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* ng_lmi: Move all of highest_dlci under #if 0.John Baldwin2022-04-081-0/+4
* ng_ksocket: Remove unused variable.John Baldwin2022-04-081-3/+2
* ng_bt: Remove an unused variable.John Baldwin2022-04-081-4/+3
* ng_btsocket(4): Fix a typo in an error messageGordon Bergling2022-04-061-1/+1
* ng_pppoe(4): Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* netgraph(3): Fix a typo in a source code commentGordon Bergling2022-03-281-1/+1
* netgraph(4): Fix a typo in a source code commentGordon Bergling2022-03-271-1/+1
* ng pppoe(4): Add the required NET_EPOCH section to the hookAleksandr Fedorov2022-02-091-0/+4
* domains: make domain_init() initialize only global stateGleb Smirnoff2022-01-032-2/+2
* protocols: init with standard SYSINIT(9) or VNET_SYSINITGleb Smirnoff2022-01-0310-40/+20
* netgraph: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-271-1/+1
* ng_pppoe: plug set-but-not-used varsMateusz Guzik2021-12-151-6/+0
* ng_ubt(4): Add missing module dependency for _net_bluetooth sysctl node.Hans Petter Selasky2021-12-081-0/+1
* ng_ubt(4): Make net.bluetooth.usb_isoc_enable writable.Hans Petter Selasky2021-12-071-1/+1
* ng_ubt(4): Introduce net.bluetooth.usb_isoc_enable loader tunable to disableHans Petter Selasky2021-12-071-2/+8
* ng_ubt: Avoid attaching to several newer Intel controllersMark Johnston2021-12-051-0/+7
* ng_l2tp: use callout_reset() instead of ng_callout()Gleb Smirnoff2021-12-031-21/+36
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-11-301-2/+1
* ng_bridge: count item allocation failures as memory failuresGleb Smirnoff2021-11-231-0/+2
* Add ETHER_ALIGN support to ng_device(4).Ian Lepore2021-11-142-1/+39
* ng_pptpgre(4): Fix a typo in a source code commentGordon Bergling2021-11-031-1/+1