| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove struct arpcom. It is unused by most interface types, that allocate | glebius | 2014-11-07 | 1 | -1/+1 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | ng_ether_ifnet_arrival_event: check interface type before using IFP2NG | avg | 2013-02-04 | 1 | -1/+7 |
* | ng_ether: track interface renaming | avg | 2013-02-02 | 1 | -4/+56 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -7/+0 |
* | Add version so others can depend on this module | emaste | 2012-07-27 | 1 | -0/+2 |
* | remove RESTARTABLE_PANICS option | avg | 2011-07-25 | 1 | -3/+0 |
* | Clear pending ifnet events, in an attempt at preventing | zec | 2011-07-16 | 1 | -0/+2 |
* | Be consistent with r160968: keep autoSrcAddr flag untouched when | glebius | 2011-06-23 | 1 | -1/+0 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 1 | -0/+1 |
* | Send link state change control messages to "orphans" hook as well. | fjoe | 2010-01-09 | 1 | -6/+10 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 1 | -23/+8 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -4/+3 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | Mark ng_ether node hooks as HI_STACK. It is usually the last point when | mav | 2009-06-23 | 1 | -1/+1 |
* | Introduce a mechanism for detecting calls from outbound path of the | zec | 2009-06-11 | 1 | -0/+3 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | In preparation to make options VIMAGE operational, where needed, | zec | 2009-04-26 | 1 | -9/+48 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+3 |
* | shave about 7% off the overhead of ng_ether by using per-hook | julian | 2008-12-25 | 1 | -17/+23 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | bms | 2007-03-20 | 1 | -3/+18 |
* | Turn off by default "feature" that overwrites MAC address | glebius | 2006-08-04 | 1 | -1/+0 |
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | thompsa | 2006-07-27 | 1 | -1/+0 |
* | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | avatar | 2006-07-27 | 1 | -0/+1 |
* | Do not force queueing on peer hooks. This was important only for | glebius | 2006-01-12 | 1 | -14/+0 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+2 |
* | Make IFP2NG() usable as an lvalue. | ru | 2005-11-09 | 1 | -4/+3 |
* | Restore part of the code dropped in rev. 1.25 that makes sure ether_demux() | ru | 2005-11-03 | 1 | -0/+9 |
* | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | thompsa | 2005-10-14 | 1 | -17/+4 |
* | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | thompsa | 2005-10-13 | 1 | -19/+0 |
* | A deja vu of: | glebius | 2005-10-07 | 1 | -2/+41 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -4/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -1/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -4/+4 |
* | Add new netgraph control message NGM_ETHER_DETACH, which actually | glebius | 2005-02-14 | 1 | -0/+10 |
* | - bzero sockaddr_dl | glebius | 2005-02-12 | 1 | -8/+4 |
* | Add two new netgraph messages NGM_ETHER_ADD_MULTI and NGM_ETHER_DEL_MULTI, | glebius | 2005-02-12 | 1 | -0/+56 |
* | Removed redundant MODULE_VERSION(). | ru | 2005-02-12 | 1 | -1/+0 |
* | Fixed an off-by-one error when dealing with interface name | ru | 2005-02-03 | 1 | -2/+2 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | glebius | 2005-01-08 | 1 | -0/+31 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+3 |
* | Remove a check that never returns true, because in this case we have panic | glebius | 2004-12-30 | 1 | -2/+0 |
* | Fix packet flow when both ng_ether(4) and bridge(4) are in use: | glebius | 2004-10-12 | 1 | -0/+5 |
* | Return 0, not NULL, from a function declared as returning int. | des | 2004-10-09 | 1 | -1/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -2/+3 |