| Commit message (Expand) | Author | Age | Files | Lines |
* | check return from lla_lookup against NULL not zero | kmacy | 2008-12-16 | 1 | -1/+1 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -1/+1 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -20/+45 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | MFp4: | bz | 2008-11-29 | 1 | -0/+21 |
* | Merge more of currently non-functional (i.e. resolving to | zec | 2008-11-26 | 1 | -1/+0 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -2/+8 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -2/+2 |
* | Bring over the change switching from using sequential to random | bz | 2008-10-20 | 1 | -47/+52 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+12 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -31/+32 |
* | Pass the ucred along into in{,6}_pcblookup_local for upcoming | bz | 2008-07-10 | 1 | -3/+3 |
* | Document required locking in in6_sleectsrc() in case an inp is | bz | 2008-07-09 | 1 | -2/+4 |
* | Change the parameters to in6_selectsrc(): | bz | 2008-07-08 | 1 | -4/+11 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 1 | -1/+1 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 1 | -0/+9 |
* | Correct the commented out debugging printf()s in REPLACE and NEXT macros. | bz | 2008-01-20 | 1 | -2/+8 |
* | un-__P() | obrien | 2008-01-08 | 1 | -7/+7 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -2/+2 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -57/+33 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | rwatson | 2007-06-12 | 1 | -2/+1 |
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix, | rwatson | 2007-04-30 | 1 | -3/+3 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 1 | -0/+1 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -3/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+4 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | Avoid spurious release of an rtentry. | tanimura | 2006-05-23 | 1 | -3/+3 |
* | Move lock assertions to top of in6_pcbladdr(): we still want them to run | rwatson | 2006-04-25 | 1 | -0/+3 |
* | sync with KAME (removed a unnecesary non-standard macro) | suz | 2005-10-19 | 1 | -8/+10 |
* | - fix race condition using sx lock. | ume | 2005-08-17 | 1 | -14/+24 |
* | avoid exclusive sleep mutex. | ume | 2005-08-16 | 1 | -3/+3 |
* | - fix typo in comment. | ume | 2005-08-12 | 1 | -1/+1 |
* | nuke duplicate inclusion of scope6_var.h. | ume | 2005-07-26 | 1 | -3/+0 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -231/+115 |
* | Fixes for various nits found by the Coverity tool. | gnn | 2005-05-15 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | pjd | 2004-03-27 | 1 | -3/+3 |
* | KNF | ume | 2004-02-04 | 1 | -8/+7 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 1 | -1/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -8/+37 |
* | reflect ip6_pktopts and ip6_moptions into embeded scope of | ume | 2003-11-12 | 1 | -3/+17 |
* | make sure to treat destrination address as KAME internal form | ume | 2003-11-05 | 1 | -29/+8 |
* | source address selection part of RFC3484. | ume | 2003-11-04 | 1 | -104/+555 |
* | - update comments to refrect recent BSDs. | ume | 2003-11-04 | 1 | -1/+2 |
* | - unlock on error. | ume | 2003-10-30 | 1 | -4/+10 |
* | add management part of address selection policy described in | ume | 2003-10-30 | 1 | -0/+202 |
* | check return result from rtalloc1 before invoking RTUNLOCK | sam | 2003-10-23 | 1 | -1/+2 |
* | drop the code of HAVE_NRL_INPCB part. our system doesn't | ume | 2003-10-22 | 1 | -10/+0 |