summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-1/+1
* NG_NODE_NAME(node) is always not NULL. Use correct macro.glebius2014-11-021-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+2
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-8/+2
* Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,zec2010-05-051-2/+16
* add ip_fw_private.h to ng_ipfw.c, forgotten in previous commit;luigi2009-12-151-1/+2
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-4/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-16/+12
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* In revision 1.29 timeout() was converted to ng_callout().ru2005-02-091-15/+9
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* - Use ng_callout() instead of timeout.glebius2004-12-141-13/+7
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-0/+2
* Slight cosmetic changes.julian2004-07-201-2/+2
* Having moved metadata usage to mbuf tags, remove code that supportsjulian2004-06-261-13/+2
* Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.green2004-06-221-3/+5
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+9
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-1/+1
* Removed an outdated comment.ru2003-12-181-2/+0
* Made the Ethernet address parse type standard.ru2003-12-171-5/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* fix a cut-n-paste error.julian2003-05-151-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-2/+2
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-9/+9
* Typo.archie2001-12-151-1/+1
* Don't free a structure containing a 'struct callout' structure while thatarchie2001-12-151-8/+17
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-10/+10
* Fix some memory leaksjulian2001-01-101-12/+18
* Part 2 of the netgraph rewrite.julian2001-01-081-23/+24
* Rewrite of netgraph to start getting ready for SMP.julian2001-01-061-51/+96
* Divorce the kernel binary ABI version number from the messagejulian2000-12-181-1/+1
* Reviewed by: Archie@freebsd.orgjulian2000-12-121-2/+1
* Fix another callout_init() that I missed.jlemon2000-11-261-1/+1
* Add the use of M_ZERO to netgraph.dwmalone2000-11-181-8/+4
* Fix typo in NETGRAPH_INIT() macro.archie2000-10-091-1/+1
* Use m_dup() instead of m_copypacket() for the time being. Not allarchie2000-09-231-1/+1
* New netgraph node type for Ethernet bridging.archie2000-09-011-0/+1014
OpenPOWER on IntegriCloud