| Commit message (Expand) | Author | Age | Files | Lines |
* | sys: Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-23 | 1 | -2/+0 |
* | ng_ether: Create netgraph nodes for bridge interfaces. | Yoshihiro Takahashi | 2021-10-02 | 1 | -3/+6 |
* | netgraph: Fix ng_ether's shutdown handing | Mark Johnston | 2020-12-23 | 1 | -7/+6 |
* | ng_ether: Enter NET_EPOCH where required | Kristof Provost | 2020-09-02 | 1 | -3/+0 |
* | net: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -1/+0 |
* | Don't use if_maddr_rlock() in ng_ether(4), use epoch(9) directly instead. | Gleb Smirnoff | 2019-10-10 | 1 | -2/+3 |
* | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 1 | -0/+3 |
* | The interface name must be sanitized before the search to match the existing | Luiz Otavio O Souza | 2018-08-15 | 1 | -2/+2 |
* | Catch up two more places to the V_ifnet change to a CK_STAILQ. | John Baldwin | 2018-05-24 | 1 | -1/+1 |
* | sys/netgraph: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 1 | -1/+1 |
* | Move iflladdr_event eventhandler invocation to if_setlladdr. | Alexander V. Chernikov | 2015-11-14 | 1 | -2/+0 |
* | Use lladdr_event to propagate gratiotus arp. | Alexander V. Chernikov | 2015-11-09 | 1 | -1/+2 |
* | Remove struct arpcom. It is unused by most interface types, that allocate | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
* | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 1 | -0/+1 |
* | ng_ether_ifnet_arrival_event: check interface type before using IFP2NG | Andriy Gapon | 2013-02-04 | 1 | -1/+7 |
* | ng_ether: track interface renaming | Andriy Gapon | 2013-02-02 | 1 | -4/+56 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann | 2012-10-18 | 1 | -7/+0 |
* | Add version so others can depend on this module | Ed Maste | 2012-07-27 | 1 | -0/+2 |
* | remove RESTARTABLE_PANICS option | Andriy Gapon | 2011-07-25 | 1 | -3/+0 |
* | Clear pending ifnet events, in an attempt at preventing | Marko Zec | 2011-07-16 | 1 | -0/+2 |
* | Be consistent with r160968: keep autoSrcAddr flag untouched when | Gleb Smirnoff | 2011-06-23 | 1 | -1/+0 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | Andrew Thompson | 2010-01-18 | 1 | -0/+1 |
* | Send link state change control messages to "orphans" hook as well. | Max Khon | 2010-01-09 | 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 |