| Commit message (Expand) | Author | Age | Files | Lines |
| * | Get closer to a VIMAGE network stack teardown from top to bottom rather | Bjoern A. Zeeb | 2016-06-21 | 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 |
| * | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -4/+4 |
| * | Remove any stale mbuf tags from packets being injected into a netgraph | Marko Zec | 2014-07-01 | 1 | -0/+3 |
| * | Include necessary headers that now are available due to pollution | Gleb Smirnoff | 2013-10-28 | 1 | -0/+1 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Mechanically remove the last stray remains of spl* calls from net*/*. | Andre Oppermann | 2012-10-18 | 1 | -8/+1 |
| * | Provide fake link status information in an attempt to let ng_eiface(4) | Marko Zec | 2011-05-24 | 1 | -1/+70 |
| * | Node constructor methods are supposed to be called in syscall | Gleb Smirnoff | 2011-04-18 | 1 | -3/+1 |
| * | After some off-list discussion, revert a number of changes to the | Dimitry Andric | 2010-11-22 | 1 | -1/+1 |
| * | Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be | Marko Zec | 2010-11-22 | 1 | -0/+2 |
| * | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | Dimitry Andric | 2010-11-14 | 1 | -1/+1 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
| * | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | Andrew Thompson | 2010-01-18 | 1 | -0/+1 |
| * | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | John Baldwin | 2009-11-06 | 1 | -1/+0 |
| * | 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 | -30/+9 |
| * | Remove unused VNET_SET() and related macros; only VNET_GET() is | Robert Watson | 2009-07-16 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -10/+5 |
| * | Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() instead | Robert Watson | 2009-06-26 | 1 | -3/+3 |
| * | Assign ng_eiface nodes a netgraph name on instantiation, in a way which | Marko Zec | 2009-06-12 | 1 | -6/+4 |
| * | Introduce a mechanism for detecting calls from outbound path of the | Marko Zec | 2009-06-11 | 1 | -0/+3 |
| * | In preparation to make options VIMAGE operational, where needed, | Marko Zec | 2009-04-26 | 1 | -2/+41 |
| * | Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRS | Robert Watson | 2009-04-19 | 1 | -0/+3 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 1 | -3/+0 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -2/+2 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+8 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -4/+5 |
| * | Honor the IFF_MONITOR flag. | Gleb Smirnoff | 2007-07-26 | 1 | -0/+6 |
| * | ng_send_fn() can return with an error, the function of interest | Ruslan Ermilov | 2007-03-08 | 1 | -1/+2 |
| * | SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags | Ruslan Ermilov | 2006-09-15 | 1 | -1/+1 |
| * | Don't count output bytes twice (the byte accouting is done | Ruslan Ermilov | 2006-02-11 | 1 | -7/+4 |
| * | Two fixes: | Ruslan Ermilov | 2006-02-06 | 1 | -32/+32 |
| * | Simplify setting the link-level address. | Ruslan Ermilov | 2005-11-08 | 1 | -19/+3 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -14/+17 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -11/+17 |
| * | - Initialize interface as UP when hook is connected. | Gleb Smirnoff | 2005-04-20 | 1 | -2/+5 |
| * | Remove extra ifnet pointer from private data. It can be accessed via arpcom. | Gleb Smirnoff | 2005-04-20 | 1 | -6/+5 |
| * | Remove ng_connect_t where it is unused. Probably it remained from ng_source.c. | Gleb Smirnoff | 2005-03-14 | 1 | -14/+0 |
| * | Use subr_unit allocator instead of own functions. | Gleb Smirnoff | 2005-03-14 | 1 | -94/+5 |
| * | Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input(). | Ruslan Ermilov | 2005-03-01 | 1 | -0/+6 |
| * | bzero() -> M_ZERO. | Ruslan Ermilov | 2005-02-08 | 1 | -2/+1 |
| * | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | Ruslan Ermilov | 2005-02-05 | 1 | -1/+24 |
| * | Fixed an off-by-one error when dealing with interface name | Ruslan Ermilov | 2005-02-03 | 1 | -2/+2 |
| * | Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". | Ruslan Ermilov | 2005-02-03 | 1 | -8/+9 |
| * | Removed unused includes. | Ruslan Ermilov | 2005-02-03 | 1 | -3/+0 |
| * | Fix the comment. | Ruslan Ermilov | 2005-02-02 | 1 | -2/+2 |