| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r261858 | brueffer | 2014-02-20 | 1 | -1/+1 |
* | Further restrict the MAC addresses that we use for UUID generation | marcel | 2013-07-24 | 1 | -3/+3 |
* | In uuid_ether_add(), avoid false positives due to the limited type | marcel | 2013-07-24 | 1 | -5/+4 |
* | Decouple the UUID generator from network interfaces by having MAC | marcel | 2013-07-24 | 1 | -34/+92 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -3/+3 |
* | In order to maximize the re-usability of kernel code in user space this | kmacy | 2011-09-16 | 1 | -1/+1 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -3/+3 |
* | Stop uuidgen(2) from crashing in vimage kerenels. | julian | 2009-08-02 | 1 | -0/+4 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -1/+0 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 1 | -1/+0 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -2/+0 |
* | Lock the interface address list while iterating a network interface's | rwatson | 2009-04-19 | 1 | -0/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+3 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Correct typo. | pjd | 2007-04-23 | 1 | -1/+1 |
* | Further system call comment cleanup: | rwatson | 2007-03-05 | 1 | -1/+0 |
* | Separate functions with a newline. | stefanf | 2006-07-17 | 1 | -0/+1 |
* | Add parse_uuid() that creates a binary representation of an UUID from | marcel | 2005-10-07 | 1 | -0/+46 |
* | Move the UUID generator into its own function, called kern_uuidgen(), | marcel | 2005-09-18 | 1 | -29/+39 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Fix generation of random multicast MAC address. | rse | 2004-01-22 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encoding | phk | 2003-05-31 | 1 | -0/+80 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 1 | -3/+3 |
* | Include <sys/systm.h> for the declarations of many things instead of | bde | 2002-08-22 | 1 | -0/+1 |
* | Fix a minor whitespace style nit that broke 'grep ^uuidgen'. | jhb | 2002-07-09 | 1 | -1/+2 |
* | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 1 | -0/+222 |