aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_base.c
Commit message (Expand)AuthorAgeFilesLines
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-011-0/+2
* netgraph(4): Don't process NGQF_MESG items in NET_EPOCH context.Aleksandr Fedorov2022-09-131-1/+13
* Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warningsDimitry Andric2022-07-251-2/+2
* 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: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin2021-12-271-1/+1
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-11-301-2/+1
* netgraph: add ng_uncallout_drain().Gleb Smirnoff2021-09-101-10/+40
* netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff2021-09-101-5/+1
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* netgraph/ng_base: Renaming a node to the same name is a noopLutz Donnerhacke2021-06-041-0/+4
* netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke2021-02-081-5/+9
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-071-1/+1
* Revert "netgraph/ng_bridge: Make simple internal functions read-only"Lutz Donnerhacke2021-02-071-1/+1
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-071-1/+1
* netgraph: Fix ng_ether's shutdown handingMark Johnston2020-12-231-3/+1
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+6
* netgraph(4) callouts need to be executed in the network epoch.Gleb Smirnoff2020-02-051-0/+3
* Netgraph queue processing thread must process all its itemsGleb Smirnoff2020-01-151-0/+4
* Remove the deprecated timeout(9) interface.John Baldwin2019-12-131-1/+1
* Remove extra M_ZERO from NG_MKRESPONSE() argument.Alexander Motin2018-08-201-1/+1
* Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner2018-07-241-7/+7
* Fix return value from ng_uncallout().Hans Petter Selasky2016-12-021-1/+5
* Fix improper use of "its".Bryan Drewery2016-11-081-3/+3
* Avoid panic from ng_uncallout when unpluggin ethernet cable with activeSean Bruno2016-08-081-1/+1
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-2/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Revise default limit for maximum of netgraph data items.Gleb Smirnoff2015-02-121-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-2/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+0
* Revert r267961, r267973:Glen Barber2014-06-271-0/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+0
* Fix the parse type for NGM_LISTTYPES.Gleb Smirnoff2013-12-291-2/+2
* Improve locking model used to protect netgraph topology:Alexander V. Chernikov2013-10-151-22/+26
* PR: 168520 170096Craig Rodrigues2013-07-151-0/+3
* - Correct mispellings of the word necessaryGabor Kovesdan2013-04-171-1/+1
* Ensure that all cases that enqueue a netgraph item for delivery by aRyan Stone2012-09-271-1/+1
* Revert r231829, that was my braino.Gleb Smirnoff2012-02-221-2/+2
* Refactor the name hash and the ID hash, that are used to address nodes:Gleb Smirnoff2012-02-161-66/+177
* Specify correct loading order for core of netgraph(4).Gleb Smirnoff2012-02-161-2/+2
* Supply correct "how" argument to the uma_zcreate().Gleb Smirnoff2012-02-161-2/+2
* Fix includes list.Gleb Smirnoff2012-02-151-2/+1
* Trim double empty lines.Gleb Smirnoff2012-02-151-8/+0
* Remove testing stuff, reducing kernel memory footprint by 1 Kb.Gleb Smirnoff2012-02-151-29/+0
* In ng_bypass() add more protection against potential raceGleb Smirnoff2012-02-151-0/+4
* style(9): sort includes.Gleb Smirnoff2012-02-151-6/+6
* Convert locks that protect name hash, ID hash and typelist fromGleb Smirnoff2012-01-231-60/+61
* style(9), whitespace and spelling nits.Gleb Smirnoff2011-12-301-104/+78