| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the correct option name in the preprocessor command to enable | qingli | 2009-10-23 | 1 | -1/+1 |
* | Explicitly compare to a return code. | bz | 2009-10-14 | 1 | -1/+1 |
* | - Do not assign a link-local address when ND6_IFF_IFDISABLED. | hrs | 2009-10-12 | 1 | -0/+3 |
* | Virtualize the pfil hooks so that different jails may chose different | julian | 2009-10-11 | 4 | -15/+17 |
* | Enable adding a link-local address even if ND6_IFF_IFDISABLED. | hrs | 2009-10-02 | 1 | -1/+0 |
* | Support for VNET in SCTP (hopefully) | rrs | 2009-09-17 | 1 | -4/+4 |
* | Self pointing routes are installed for configured interface addresses | qingli | 2009-09-15 | 1 | -39/+5 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 8 | -34/+115 |
* | The addresses that are assigned to the loopback interface | qingli | 2009-09-05 | 1 | -4/+7 |
* | This patch fixes an address scope violation. Considering the | qingli | 2009-09-05 | 1 | -0/+4 |
* | This patch fixes the following issues: | qingli | 2009-09-05 | 3 | -21/+35 |
* | Prefix on-link verification is being performed on statically | qingli | 2009-08-30 | 1 | -0/+9 |
* | When multiple interfaces exist in the system, with each interface having | qingli | 2009-08-26 | 1 | -2/+25 |
* | Use locks specific to the lltable code, rather than borrow the ifnet | rwatson | 2009-08-25 | 1 | -1/+1 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 4 | -19/+14 |
* | A piece of code was added to install a host route when an IPv6 interface | qingli | 2009-08-12 | 1 | -12/+3 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -0/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 24 | -24/+2 |
* | This patch does the following: | qingli | 2009-07-27 | 1 | -2/+6 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 2 | -42/+13 |
* | sysctl_msec_to_ticks is used with both virtualized and | bz | 2009-07-21 | 1 | -10/+2 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 2 | -21/+0 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 2 | -9/+11 |
* | Fix a problem, whereby misbehaving IPv6 applications, which don't include | bms | 2009-07-18 | 1 | -2/+12 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 19 | -100/+100 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 30 | -858/+412 |
* | This patch adds a host route to an interface address (that is assigned | qingli | 2009-07-12 | 1 | -0/+46 |
* | Fix "options VIMAGE_GLOBALS" build following introduction of | rwatson | 2009-06-29 | 1 | -1/+1 |
* | In in6_update_ifa(), jump to 'cleanup' rather than returning directly | rwatson | 2009-06-27 | 1 | -4/+7 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 7 | -5/+46 |
* | Clean up reference management in in6_update_ifa and in6_unlink_ifa, and | rwatson | 2009-06-25 | 1 | -7/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 9 | -68/+35 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 8 | -89/+84 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 14 | -86/+213 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 2 | -2/+0 |
* | In r194702 I meant to remove vnet.h which is no longer needed, not route.h. | bz | 2009-06-23 | 1 | -1/+1 |
* | in6_rtqdrain() has been unused. Cleanup. | bz | 2009-06-23 | 1 | -23/+0 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 3 | -10/+9 |
* | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | rdivacky | 2009-06-21 | 3 | -4/+4 |
* | Add explicit includes for jail.h to the files that need them and | bz | 2009-06-17 | 1 | -0/+1 |
* | Rename the host-related prison fields to be the same as the host.* | jamie | 2009-06-13 | 2 | -8/+10 |
* | Remove unnecessary #ifdef lines and code. | zec | 2009-06-12 | 1 | -7/+0 |
* | Prevent integer overflow in direct pipe write code from circumventing | cperciva | 2009-06-10 | 1 | -1/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 13 | -16/+0 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 7 | -7/+55 |
* | Fix and add a workaround on an issue of EtherIP packet with reversed | hrs | 2009-06-07 | 1 | -2/+16 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 4 | -5/+0 |
* | V_loif is not an array but a pure pointer, so treat it as such. | zec | 2009-06-01 | 1 | -1/+1 |
* | Remove an #undef MIN that slipped under the radar and led me to | zec | 2009-06-01 | 1 | -9/+0 |
* | Convert the two dimensional array to be malloced and introduce | bz | 2009-06-01 | 3 | -17/+29 |