| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r222255: | Marko Zec | 2011-05-27 | 1 | -1/+70 |
| * | MFC r215673: | Marko Zec | 2010-11-26 | 1 | -0/+2 |
| * | MFC r207554: | Maxim Sobolev | 2010-11-15 | 1 | -1/+1 |
| * | MFC 198988: | John Baldwin | 2010-06-23 | 1 | -1/+0 |
| * | MFC r202588 | Andrew Thompson | 2010-05-25 | 1 | -0/+1 |
| * | 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 |
| * | Whitespace and "const" changes to reduce diffs to RELENG_4. | Ruslan Ermilov | 2005-02-02 | 1 | -87/+89 |
| * | Raise & drop IFF_RUNNING upon receival of netgraph flow control | Gleb Smirnoff | 2005-01-14 | 1 | -0/+12 |
| * | Remove orphaned comment about Meta data. | Gleb Smirnoff | 2004-09-11 | 1 | -1/+0 |
| * | Introduce a new mutex, ng_eiface_mtx, to protect the global unit list | Robert Watson | 2004-07-14 | 1 | -1/+11 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -2/+2 |
| * | Make the frameworkl responsible for not passing the nodes a NULL mbuf pointer. | Julian Elischer | 2004-06-25 | 1 | -5/+0 |
| * | Switch to using C99 sparse initialisers for the type methods array. | Julian Elischer | 2004-05-29 | 1 | -12/+10 |
| * | + rename and document an unused field in struct arpcom (field is still | Luigi Rizzo | 2004-04-18 | 1 | -1/+0 |
| * | Use the (now standard) Ethernet address parse type. | Ruslan Ermilov | 2003-12-17 | 1 | -19/+5 |
| * | MFS: Make struct arpcom the first entry in softc. (There are at least | Ruslan Ermilov | 2003-12-15 | 1 | -1/+1 |
| * | Check the correct set of interface flags and fix a memory leak. | Ruslan Ermilov | 2003-11-17 | 1 | -1/+2 |