| Age | Commit message (Expand) | Author |
| 2025-12-21 | ng_ether: refactor to use interface EVENTHANDLER(9)s | Gleb Smirnoff |
| 2023-08-16 | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-01-31 | IfAPI: Explicitly include <net/if_private.h> in netstack | Justin Hibbits |
| 2021-09-26 | ng_ether: Create netgraph nodes for bridge interfaces. | Yoshihiro Takahashi |
| 2020-12-23 | netgraph: Fix ng_ether's shutdown handing | Mark Johnston |
| 2020-09-02 | ng_ether: Enter NET_EPOCH where required | Kristof Provost |
| 2020-09-01 | net: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2019-10-10 | Don't use if_maddr_rlock() in ng_ether(4), use epoch(9) directly instead. | Gleb Smirnoff |
| 2019-10-07 | Widen NET_EPOCH coverage. | Gleb Smirnoff |
| 2018-08-15 | The interface name must be sanitized before the search to match the existing | Luiz Otavio O Souza |
| 2018-05-24 | Catch up two more places to the V_ifnet change to a CK_STAILQ. | John Baldwin |
| 2016-04-29 | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni |
| 2015-11-14 | Move iflladdr_event eventhandler invocation to if_setlladdr. | Alexander V. Chernikov |
| 2015-11-09 | Use lladdr_event to propagate gratiotus arp. | Alexander V. Chernikov |
| 2014-11-07 | Remove struct arpcom. It is unused by most interface types, that allocate | Gleb Smirnoff |
| 2013-10-28 | Include necessary headers that now are available due to pollution | Gleb Smirnoff |
| 2013-02-04 | ng_ether_ifnet_arrival_event: check interface type before using IFP2NG | Andriy Gapon |
| 2013-02-02 | ng_ether: track interface renaming | Andriy Gapon |
| 2012-10-18 | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann |
| 2012-07-27 | Add version so others can depend on this module | Ed Maste |
| 2011-07-25 | remove RESTARTABLE_PANICS option | Andriy Gapon |
| 2011-07-16 | Clear pending ifnet events, in an attempt at preventing | Marko Zec |
| 2011-06-23 | Be consistent with r160968: keep autoSrcAddr flag untouched when | Gleb Smirnoff |
| 2010-01-18 | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | Andrew Thompson |
| 2010-01-09 | Send link state change control messages to "orphans" hook as well. | Max Khon |
| 2009-08-01 | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson |
| 2009-07-23 | Introduce and use a sysinit-based initialization scheme for virtual | Robert Watson |
| 2009-07-14 | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson |
| 2009-06-26 | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson |
| 2009-06-23 | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | Bjoern A. Zeeb |
| 2009-06-23 | Mark ng_ether node hooks as HI_STACK. It is usually the last point when | Alexander Motin |
| 2009-06-11 | Introduce a mechanism for detecting calls from outbound path of the | Marko Zec |
| 2009-06-08 | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | Bjoern A. Zeeb |
| 2009-04-26 | In preparation to make options VIMAGE operational, where needed, | Marko Zec |
| 2009-02-27 | For all files including net/vnet.h directly include opt_route.h and | Bjoern A. Zeeb |
| 2008-12-25 | shave about 7% off the overhead of ng_ether by using per-hook | Julian Elischer |
| 2008-12-02 | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb |
| 2008-10-23 | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav |
| 2008-08-17 | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb |
| 2007-03-20 | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | Bruce M Simpson |
| 2006-08-04 | Turn off by default "feature" that overwrites MAC address | Gleb Smirnoff |
| 2006-07-27 | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple of | Andrew Thompson |
| 2006-07-27 | Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h. | Tai-hwa Liang |
| 2006-01-12 | Do not force queueing on peer hooks. This was important only for | Gleb Smirnoff |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-11-09 | Make IFP2NG() usable as an lvalue. | Ruslan Ermilov |
| 2005-11-03 | Restore part of the code dropped in rev. 1.25 that makes sure ether_demux() | Ruslan Ermilov |
| 2005-10-14 | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | Andrew Thompson |
| 2005-10-13 | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | Andrew Thompson |
| 2005-10-07 | A deja vu of: | Gleb Smirnoff |