aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* netgraph/bridge: malloc without flagsLutz Donnerhacke2021-06-141-3/+1
* netgraph/ng_bridge: Handle send errors during loop handlingLutz Donnerhacke2021-05-131-25/+30
* netgraph/ng_bridge: Avoid cache thrashingLutz Donnerhacke2021-05-131-1/+2
* netgraph/ng_bridge: become SMP awareLutz Donnerhacke2021-05-131-9/+0
* netgraph/ng_bridge: move MACs via control messageLutz Donnerhacke2021-05-131-63/+49
* netgraph/ng_bridge: learn MACs via control messageLutz Donnerhacke2021-05-041-9/+60
* netgraph/ng_bridge: Add counters for the first link, tooLutz Donnerhacke2021-02-101-21/+38
* netgraph/ng_bridge: Document staleness in multithreaded operationLutz Donnerhacke2021-02-091-1/+4
* netgraph/ng_bridge: Merge internal structuresLutz Donnerhacke2021-02-091-41/+44
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-071-4/+6
* Revert "netgraph/ng_bridge: Make simple internal functions read-only"Lutz Donnerhacke2021-02-071-6/+4
* netgraph/ng_bridge: Make simple internal functions read-onlyLutz Donnerhacke2021-02-071-4/+6
* netgraph/ng_bridge: Remove old table ABILutz Donnerhacke2021-02-071-69/+0
* netgraph/ng_bridge: switch stats to counter frameworkLutz Donnerhacke2021-02-061-25/+108
* netgraph/ng_bridge: Derive forwarding mode from first attached hookLutz Donnerhacke2021-02-061-2/+6
* netgraph/ng_bridge: Introduce "uplink" ports without MAC learningLutz Donnerhacke2021-02-061-35/+60
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-9/+1
* netgraph/ng_bridge: Reestablish old ABIBjoern A. Zeeb2020-01-051-0/+66
* Fix regression from r353026. Pointer was increased instead of valueGleb Smirnoff2019-11-021-1/+1
* Fix build failure from r353026. Somehow module build allowed this.Gleb Smirnoff2019-10-031-5/+9
* - Remove the compile time limit for number of links a ng_bridge nodeGleb Smirnoff2019-10-031-222/+205
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* netgraph: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* sys/netgraph: spelling fixes in comments.Pedro F. Giffuni2016-04-291-1/+1
* NG_NODE_NAME(node) is always not NULL. Use correct macro.Gleb Smirnoff2014-11-021-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+2
* Node constructor methods are supposed to be called in syscallGleb Smirnoff2011-04-181-8/+2
* Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,Marko Zec2010-05-051-2/+16
* add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;Luigi Rizzo2009-12-151-1/+2
* Virtualize the pfil hooks so that different jails may chose differentJulian Elischer2009-10-111-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-4/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-16/+12
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* In revision 1.29 timeout() was converted to ng_callout().Ruslan Ermilov2005-02-091-15/+9
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-2/+3
* - Use ng_callout() instead of timeout.Gleb Smirnoff2004-12-141-13/+7
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-171-0/+2
* Slight cosmetic changes.Julian Elischer2004-07-201-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsJulian Elischer2004-06-261-13/+2
* Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.Brian Feldman2004-06-221-3/+5
* Switch to using C99 sparse initialisers for the type methods array.Julian Elischer2004-05-291-12/+9
* Get rid of the deprecated *LEN constants in favour of the newHartmut Brandt2004-01-261-1/+1
* Removed an outdated comment.Ruslan Ermilov2003-12-181-2/+0
* Made the Ethernet address parse type standard.Ruslan Ermilov2003-12-171-5/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* fix a cut-n-paste error.Julian Elischer2003-05-151-1/+1