summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_bridge.c
AgeCommit message (Expand)Author
2024-04-08ng_bridge: allow to automatically assign numbers to new hooksDavid Marker
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-03-03ipfw: garbage collect ip_fw_chk_ptrGleb Smirnoff
2022-04-12netgraph: Remove the rethook parameter from NG_NODE_FOREACH_HOOK.John Baldwin
2021-11-23ng_bridge: count item allocation failures as memory failuresGleb Smirnoff
2021-08-13ng_bridge: Use M_NOWAIT when allocating memory in the newhook routineMark Johnston
2021-06-14netgraph/bridge: malloc without flagsLutz Donnerhacke
2021-05-13netgraph/ng_bridge: Handle send errors during loop handlingLutz Donnerhacke
2021-05-13netgraph/ng_bridge: Avoid cache thrashingLutz Donnerhacke
2021-05-13netgraph/ng_bridge: become SMP awareLutz Donnerhacke
2021-05-13netgraph/ng_bridge: move MACs via control messageLutz Donnerhacke
2021-05-04netgraph/ng_bridge: learn MACs via control messageLutz Donnerhacke
2021-02-10netgraph/ng_bridge: Add counters for the first link, tooLutz Donnerhacke
2021-02-09netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke
2021-02-09netgraph/ng_bridge: Merge internal structuresLutz 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
2021-02-07netgraph/ng_bridge: Remove old table ABILutz Donnerhacke
2021-02-06netgraph/ng_bridge: switch stats to counter frameworkLutz Donnerhacke
2021-02-06netgraph/ng_bridge: Derive forwarding mode from first attached hookLutz Donnerhacke
2021-02-06netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-01-05netgraph/ng_bridge: Reestablish old ABIBjoern A. Zeeb
2019-11-02Fix regression from r353026. Pointer was increased instead of valueGleb Smirnoff
2019-10-03Fix build failure from r353026. Somehow module build allowed this.Gleb Smirnoff
2019-10-03- Remove the compile time limit for number of links a ng_bridge nodeGleb Smirnoff
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-15netgraph: make some use of mallocarray(9).Pedro F. Giffuni
2016-04-29sys/netgraph: spelling fixes in comments.Pedro F. Giffuni
2014-11-02NG_NODE_NAME(node) is always not NULL. Use correct macro.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-05 Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-04-18Node constructor methods are supposed to be called in syscallGleb Smirnoff
2010-05-05Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,Marko Zec
2009-12-15add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;Luigi Rizzo
2009-10-11Virtualize the pfil hooks so that different jails may chose differentJulian Elischer
2009-08-01Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson
2008-12-10Conditionally compile out V_ globals while instantiating the appropriateMarko Zec
2008-10-23Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-08-17Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb
2005-02-09In revision 1.29 timeout() was converted to ng_callout().Ruslan Ermilov
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-12-14- Use ng_callout() instead of timeout.Gleb Smirnoff
2004-08-17Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann
2004-07-20Slight cosmetic changes.Julian Elischer
2004-06-26Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer
2004-06-22Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.Brian Feldman