aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff2021-10-222-450/+0
* ng_ppp(4): Fix a typo in a commentGordon Bergling2021-10-141-1/+1
* bluetooth: complete removal of ng_h4Warner Losh2021-09-305-1376/+0
* ng_ether: Create netgraph nodes for bridge interfaces.Yoshihiro Takahashi2021-09-251-3/+6
* ng_l2tp: improve callout locking.Gleb Smirnoff2021-09-101-18/+11
* ng_l2tp: improve seq structure locking.Gleb Smirnoff2021-09-101-86/+61
* netgraph: add ng_uncallout_drain().Gleb Smirnoff2021-09-102-10/+41
* netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff2021-09-103-10/+6
* socket: Properly interlock when transitioning to a listening socketMark Johnston2021-09-072-1/+7