| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update a comment which to my reading had been misplaced in rev. 1.12 | bz | 2008-10-20 | 1 | -2/+3 |
* | Cache so_cred as inp_cred in the inpcb. | bz | 2008-10-04 | 1 | -4/+8 |
* | Implement IPv4 source address selection for unbound sockets. | bz | 2008-10-03 | 1 | -43/+205 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -31/+53 |
* | Expand comments relating various detach/free/drop inpcb routines. | rwatson | 2008-09-29 | 1 | -9/+31 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -33/+34 |
* | Minor white space tweaks. | rwatson | 2008-08-07 | 1 | -3/+3 |
* | Correct comment typo. | rwatson | 2008-08-07 | 1 | -2/+2 |
* | Trying to fix compilation bustage: | avatar | 2008-07-22 | 1 | -3/+3 |
* | make new accessor functions consistent with existing style | kmacy | 2008-07-21 | 1 | -3/+5 |
* | Add accessor functions for socket fields. | kmacy | 2008-07-21 | 1 | -0/+14 |
* | add inpcb accessor functions for fields needed by TOE devices | kmacy | 2008-07-21 | 1 | -0/+54 |
* | ia is a pointer thus use NULL rather then 0 for initialization and | bz | 2008-07-20 | 1 | -5/+5 |
* | Pass the ucred along into in{,6}_pcblookup_local for upcoming | bz | 2008-07-10 | 1 | -7/+7 |
* | For consistency take lport as u_short in in{,6}_pcblookup_local. | bz | 2008-07-10 | 1 | -2/+1 |
* | For consistency with the rest of the function use the locally cached | bz | 2008-07-09 | 1 | -1/+1 |