| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly check for an IPv4 socket after r219579. | bz | 2011-03-19 | 1 | -2/+2 |
* | Merge the two identical implementations for local port selections from | bz | 2011-03-12 | 1 | -67/+123 |
* | Prison check addresses set with multicast interface options. | deischen | 2011-01-26 | 1 | -6/+9 |
* | Make sure to always do source address selection on | deischen | 2011-01-08 | 1 | -8/+9 |
* | Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop(); | rwatson | 2010-12-27 | 1 | -6/+0 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -1/+1 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -1/+1 |
* | Fix so that a multicast packet can be sent | rrs | 2010-11-11 | 1 | -5/+4 |
* | This patch fixes the problem where proxy ARP entries cannot be added | qingli | 2010-05-25 | 1 | -2/+2 |
* | Abstract out initialization of most aspects of struct inpcbinfo from | rwatson | 2010-03-14 | 1 | -0/+41 |
* | Add ip4.saddrsel/ip4.nosaddrsel (and equivalent for ip6) to control | bz | 2010-01-17 | 1 | -0/+7 |
* | Previously local end of point-to-point interface is not reachable | qingli | 2009-09-14 | 1 | -0/+2 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 1 | -2/+2 |
* | 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 | -50/+42 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -6/+15 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -3/+8 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 1 | -1/+1 |
* | Remove a hack from r186086 so that IPsec via loopback routes continued | bz | 2009-06-22 | 1 | -4/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Continue work to optimize performance of "options MAC" when no MAC policy | rwatson | 2009-06-03 | 1 | -2/+0 |
* | - Rename IP_NONLOCALOK IP socket option to IP_BINDANY, to be more consistent | pjd | 2009-06-01 | 1 | -7/+3 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -7/+9 |
* | Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and | rwatson | 2009-05-14 | 1 | -2/+4 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -1/+3 |
* | Do not assume that ip6_moptions is always set, it is | bms | 2009-04-29 | 1 | -1/+2 |
* | Lock interface address lists in in_pcbladdr() when searching for a | rwatson | 2009-04-19 | 1 | -1/+12 |
* | Correct a number of evolved problems with inp_vflag and inp_flags: | rwatson | 2009-03-15 | 1 | -19/+19 |
* | Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whether | rwatson | 2009-03-11 | 1 | -4/+10 |
* | Remove redundant calls of prison_local_ip4 in in_pcbbind_setup, and of | jamie | 2009-02-05 | 1 | -11/+4 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -29/+28 |
* | For consistency with prison_{local,remote,check}_ipN rename | bz | 2009-01-25 | 1 | -4/+4 |
* | Fix fat-fingered comment. | adrian | 2009-01-09 | 1 | -1/+1 |
* | Comment some potentially confusing logic. | adrian | 2009-01-09 | 1 | -0/+5 |
* | Implement a new IP option (not compiled/enabled by default) to allow | adrian | 2009-01-09 | 1 | -1/+6 |
* | Use inc_flags instead of the inc_isipv6 alias which so far | bz | 2008-12-17 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+1 |
* | Add a check, that is currently under discussion for 8 but that we need | bz | 2008-12-14 | 1 | -0/+4 |
* | Remove inconsistent white space from in_pcballoc(). | rwatson | 2008-12-10 | 1 | -2/+0 |
* | Add a reference count to struct inpcb, which may be explicitly | rwatson | 2008-12-08 | 1 | -12/+82 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+2 |
* | MFp4: | bz | 2008-11-29 | 1 | -51/+111 |
* | Replace most INP_CHECK_SOCKAF() uses checking if it is an | bz | 2008-11-27 | 1 | -2/+1 |
* | Merge in6_pcbfree() into in_pcbfree() which after the previous | bz | 2008-11-27 | 1 | -1/+8 |
* | Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy. | bz | 2008-11-27 | 1 | -1/+1 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -1/+2 |
* | Unify the v4 and v6 versions of pcbdetach and pcbfree as good | bz | 2008-11-26 | 1 | -3/+3 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -12/+14 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |