| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r246245,246324: ng_ether: track interface renaming | Andriy Gapon | 2013-03-06 | 1 | -4/+62 |
| * | MFC r224107: | Marko Zec | 2011-07-19 | 1 | -0/+2 |
| * | MFC r202588 | Andrew Thompson | 2010-05-25 | 1 | -0/+1 |
| * | MFC: Send link state change control messages to "orphans" hook as well. | Max Khon | 2010-01-24 | 1 | -6/+10 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson | 2009-07-23 | 1 | -23/+8 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -4/+3 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb | 2009-06-23 | 1 | -1/+0 |
| * | Mark ng_ether node hooks as HI_STACK. It is usually the last point when | Alexander Motin | 2009-06-23 | 1 | -1/+1 |
| * | Introduce a mechanism for detecting calls from outbound path of the | Marko Zec | 2009-06-11 | 1 | -0/+3 |
| * | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb | 2009-06-08 | 1 | -2/+0 |
| * | In preparation to make options VIMAGE operational, where needed, | Marko Zec | 2009-04-26 | 1 | -9/+48 |
| * | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb | 2009-02-27 | 1 | -0/+3 |
| * | shave about 7% off the overhead of ng_ether by using per-hook | Julian Elischer | 2008-12-25 | 1 | -17/+23 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | Bruce M Simpson | 2007-03-20 | 1 | -3/+18 |
| * | Turn off by default "feature" that overwrites MAC address | Gleb Smirnoff | 2006-08-04 | 1 | -1/+0 |
| * | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | Andrew Thompson | 2006-07-27 | 1 | -1/+0 |
| * | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | Tai-hwa Liang | 2006-07-27 | 1 | -0/+1 |
| * | Do not force queueing on peer hooks. This was important only for | Gleb Smirnoff | 2006-01-12 | 1 | -14/+0 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -2/+2 |
| * | Make IFP2NG() usable as an lvalue. | Ruslan Ermilov | 2005-11-09 | 1 | -4/+3 |
| * | Restore part of the code dropped in rev. 1.25 that makes sure ether_demux() | Ruslan Ermilov | 2005-11-03 | 1 | -0/+9 |
| * | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | Andrew Thompson | 2005-10-14 | 1 | -17/+4 |
| * | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | Andrew Thompson | 2005-10-13 | 1 | -19/+0 |
| * | A deja vu of: | Gleb Smirnoff | 2005-10-07 | 1 | -2/+41 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -4/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -4/+4 |
| * | Add new netgraph control message NGM_ETHER_DETACH, which actually | Gleb Smirnoff | 2005-02-14 | 1 | -0/+10 |
| * | - bzero sockaddr_dl | Gleb Smirnoff | 2005-02-12 | 1 | -8/+4 |
| * | Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI, | Gleb Smirnoff | 2005-02-12 | 1 | -0/+56 |
| * | Removed redundant MODULE_VERSION(). | Ruslan Ermilov | 2005-02-12 | 1 | -1/+0 |
| * | Fixed an off-by-one error when dealing with interface name | Ruslan Ermilov | 2005-02-03 | 1 | -2/+2 |
| * | This change adds reliability for Ethernet trunks built with ng_one2many: | Gleb Smirnoff | 2005-01-08 | 1 | -0/+31 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+3 |
| * | Remove a check that never returns true, because in this case we have panic | Gleb Smirnoff | 2004-12-30 | 1 | -2/+0 |
| * | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | Gleb Smirnoff | 2004-10-12 | 1 | -0/+5 |
| * | Return 0, not NULL, from a function declared as returning int. | Dag-Erling Smørgrav | 2004-10-09 | 1 | -1/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+3 |
| * | Slight cosmetic changes. | Julian Elischer | 2004-07-20 | 1 | -2/+3 |
| * | Having moved metadata usage to mbuf tags, remove code that supports | Julian Elischer | 2004-06-26 | 1 | -14/+7 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+11 |
| * | Allow ng_ether "lower" and "orphans" hooks to be connected at the same time. | Archie Cobbs | 2004-05-16 | 1 | -42/+20 |
| * | + rename and document an unused field in struct arpcom (field is still | Luigi Rizzo | 2004-04-18 | 1 | -1/+0 |
| * | Backout previous change, it breaks build and it is not needed | Pawel Jakub Dawidek | 2004-02-20 | 1 | -1/+12 |
| * | Export private structure owned by ng_ether(4) module outside. | Pawel Jakub Dawidek | 2004-02-19 | 1 | -12/+1 |