| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -8/+1 |
* | Provide fake link status information in an attempt to let ng_eiface(4) | zec | 2011-05-24 | 1 | -1/+70 |
* | Node constructor methods are supposed to be called in syscall | glebius | 2011-04-18 | 1 | -3/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Allow for MTU sizes of up to ETHER_MAX_LEN_JUMBO (i.e. 9018) bytes to be | zec | 2010-11-22 | 1 | -0/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -1/+1 |
* | Declare a new EVENTHANDLER called iflladdr_event which signals that the L2 | thompsa | 2010-01-18 | 1 | -0/+1 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -1/+0 |
* | 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 | -30/+9 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -10/+5 |
* | Update Netgraph nodes to use if_addr_rlock()/if_addr_runlock() instead | rwatson | 2009-06-26 | 1 | -3/+3 |
* | Assign ng_eiface nodes a netgraph name on instantiation, in a way which | zec | 2009-06-12 | 1 | -6/+4 |
* | Introduce a mechanism for detecting calls from outbound path of the | zec | 2009-06-11 | 1 | -0/+3 |
* | In preparation to make options VIMAGE operational, where needed, | zec | 2009-04-26 | 1 | -2/+41 |
* | Lock interface address list when building a reply to NGM_EIFACE_GET_IFADDRS | rwatson | 2009-04-19 | 1 | -0/+3 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -3/+0 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+8 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -4/+5 |
* | Honor the IFF_MONITOR flag. | glebius | 2007-07-26 | 1 | -0/+6 |
* | ng_send_fn() can return with an error, the function of interest | ru | 2007-03-08 | 1 | -1/+2 |
* | SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags | ru | 2006-09-15 | 1 | -1/+1 |
* | Don't count output bytes twice (the byte accouting is done | ru | 2006-02-11 | 1 | -7/+4 |
* | Two fixes: | ru | 2006-02-06 | 1 | -33/+33 |
* | Simplify setting the link-level address. | ru | 2005-11-08 | 1 | -19/+3 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -14/+17 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -11/+17 |
* | - Initialize interface as UP when hook is connected. | glebius | 2005-04-20 | 1 | -2/+5 |
* | Remove extra ifnet pointer from private data. It can be accessed via arpcom. | glebius | 2005-04-20 | 1 | -6/+5 |
* | Remove ng_connect_t where it is unused. Probably it remained from ng_source.c. | glebius | 2005-03-14 | 1 | -14/+0 |
* | Use subr_unit allocator instead of own functions. | glebius | 2005-03-14 | 1 | -94/+5 |
* | Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input(). | ru | 2005-03-01 | 1 | -0/+6 |
* | bzero() -> M_ZERO. | ru | 2005-02-08 | 1 | -2/+1 |
* | Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD. | ru | 2005-02-05 | 1 | -1/+24 |
* | Fixed an off-by-one error when dealing with interface name | ru | 2005-02-03 | 1 | -2/+2 |
* | Added ASCII version of the NGM_EIFACE_GET_IFNAME message, "getifname". | ru | 2005-02-03 | 1 | -8/+9 |
* | Removed unused includes. | ru | 2005-02-03 | 1 | -3/+0 |
* | Fix the comment. | ru | 2005-02-02 | 1 | -2/+2 |
* | Whitespace and "const" changes to reduce diffs to RELENG_4. | ru | 2005-02-02 | 1 | -87/+89 |
* | Raise & drop IFF_RUNNING upon receival of netgraph flow control | glebius | 2005-01-14 | 1 | -0/+12 |
* | Remove orphaned comment about Meta data. | glebius | 2004-09-11 | 1 | -1/+0 |
* | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | rwatson | 2004-07-14 | 1 | -1/+11 |
* | Consistently use __inline instead of __inline__ as the former is an empty macro | stefanf | 2004-07-04 | 1 | -2/+2 |
* | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | julian | 2004-06-25 | 1 | -5/+0 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+10 |