summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_base.c
AgeCommit message (Expand)Author
2024-11-21netgraph: Exit the net epoch to handle control messagesMark Johnston
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2022-09-13netgraph(4): Don't process NGQF_MESG items in NET_EPOCH context.Aleksandr Fedorov
2022-07-25Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warningsDimitry Andric
2022-04-12netgraph: Remove unused variable.John Baldwin
2022-04-09netgraph(3): Remove a double word in a source code commentGordon Bergling
2021-12-26netgraph: Remove CTLFLAG_NEEDGIANT from sysctl.Alexander Motin
2021-11-30Implement GET_STACK_USAGE on remaining archsMitchell Horne
2021-09-10netgraph: add ng_uncallout_drain().Gleb Smirnoff
2021-09-10netgraph: pass return value from callout_stop() unmodified to callers ofGleb Smirnoff
2021-08-14Fix a few typos in source code commentsGordon Bergling
2021-06-04netgraph/ng_base: Renaming a node to the same name is a noopLutz Donnerhacke
2021-02-08netgraph/ng_base: Allow larger BINARY2ASCII conversionsLutz Donnerhacke
2021-02-07netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke
2021-02-07Revert "netgraph/ng_bridge: Make simple internal functions read-only"Lutz Donnerhacke
2021-02-07netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke
2020-12-23netgraph: Fix ng_ether's shutdown handingMark Johnston
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-05netgraph(4) callouts need to be executed in the network epoch.Gleb Smirnoff
2020-01-15Netgraph queue processing thread must process all its itemsGleb Smirnoff
2019-12-13Remove the deprecated timeout(9) interface.John Baldwin
2018-08-20Remove extra M_ZERO from NG_MKRESPONSE() argument.Alexander Motin
2018-07-24Use the new VNET_DEFINE_STATIC macro when we are defining static VNETAndrew Turner
2016-12-02Fix return value from ng_uncallout().Hans Petter Selasky
2016-11-08Fix improper use of "its".Bryan Drewery
2016-08-08Avoid panic from ng_uncallout when unpluggin ethernet cable with activeSean Bruno
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2015-02-12Revise default limit for maximum of netgraph data items.Gleb Smirnoff
2014-10-21Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2013-12-29Fix the parse type for NGM_LISTTYPES.Gleb Smirnoff
2013-10-15Improve locking model used to protect netgraph topology:Alexander V. Chernikov
2013-07-15PR: 168520 170096Craig Rodrigues
2013-04-17- Correct mispellings of the word necessaryGabor Kovesdan
2012-09-27Ensure that all cases that enqueue a netgraph item for delivery by aRyan Stone
2012-02-22Revert r231829, that was my braino.Gleb Smirnoff
2012-02-16Refactor the name hash and the ID hash, that are used to address nodes:Gleb Smirnoff
2012-02-16Specify correct loading order for core of netgraph(4).Gleb Smirnoff
2012-02-16Supply correct "how" argument to the uma_zcreate().Gleb Smirnoff
2012-02-15Fix includes list.Gleb Smirnoff
2012-02-15Trim double empty lines.Gleb Smirnoff
2012-02-15Remove testing stuff, reducing kernel memory footprint by 1 Kb.Gleb Smirnoff
2012-02-15In ng_bypass() add more protection against potential raceGleb Smirnoff
2012-02-15style(9): sort includes.Gleb Smirnoff