| Commit message (Expand) | Author | Age | Files | Lines |
* | permit IPv6-only operation (permit AF_INET6 bind(2) without IPv4 address). |  itojun | 2004-02-06 | 1 | -3/+2 |
* | remove never-to-be-used codepath (IPv4 mapped address). ok mcbride |  itojun | 2004-02-05 | 1 | -49/+22 |
* | change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning |  markus | 2003-12-21 | 1 | -4/+4 |
* | use CIRCLEQ* for pcb's; ok deraadt, henning, mcbride, with help from canacar |  markus | 2003-12-21 | 1 | -4/+4 |
* | don't call in_pcbrehash twice; ok itojun@ |  markus | 2003-11-04 | 1 | -4/+4 |
* | use random number generator to generate IPv6 fragment ID/flowlabel. |  itojun | 2003-10-01 | 1 | -11/+9 |
* | Correct off-by-ones with respect to PRC_NCMDS. Mostly from FreeBSD. |  cloder | 2003-09-28 | 1 | -2/+2 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -3/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | specifed -> specified |  deraadt | 2003-03-15 | 1 | -2/+2 |
* | KNF - return is not a function. sync w/kame |  itojun | 2002-09-11 | 1 | -9/+9 |
* | pass struct proc * down to in6_pcbsetport |  itojun | 2002-09-04 | 1 | -4/+4 |
* | more comment on bind(deprecated) handling |  itojun | 2002-08-20 | 1 | -5/+12 |
* | correct getpeername(2). |  itojun | 2002-06-09 | 1 | -1/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -2/+2 |
* | remove couple of #if 0'ed portion we will never use |  itojun | 2002-01-21 | 1 | -45/+5 |
* | repair copyright notices for NRL & cmetz; cmetz |  deraadt | 2001-06-05 | 1 | -11/+40 |
* | pull in new pcb notification code from kame. better handling of scope address. |  itojun | 2001-02-16 | 1 | -37/+84 |
* | kill register declarations. to sync with kame better. |  itojun | 2001-02-16 | 1 | -11/+11 |
* | witch raw ip6 socket code from NRL to kame. |  itojun | 2001-02-08 | 1 | -2/+1 |
* | prohibited binding to an anycast, notready, or detached IPv6 address. |  itojun | 2001-01-06 | 1 | -1/+25 |
* | correct ipv6 path mtu discovery. |  itojun | 2000-12-21 | 1 | -4/+8 |
* | nuke inp_flags bits for controlling IPv4 mapped address. |  itojun | 2000-10-11 | 1 | -27/+13 |
* | KNF (sorry craig) |  itojun | 2000-06-18 | 1 | -282/+264 |
* | remove now-unnecessary statement due to "for" logic clarfication. |  itojun | 2000-06-18 | 1 | -2/+1 |
* | correct logic mistake in in6_pcbnotify, due to indentation. |  itojun | 2000-06-18 | 1 | -8/+5 |
* | use in6_recoverscope |  itojun | 2000-06-18 | 1 | -123/+167 |
* | allow link-local IPv6 addres in in6_pcbbind. |  itojun | 2000-06-13 | 1 | -32/+18 |
* | correctly handle ctlinput messages for IPv6. |  itojun | 2000-06-03 | 1 | -19/+42 |
* | do not treat bind(2) with IPv4 mapped address in a special way. |  itojun | 2000-05-28 | 1 | -1/+5 |
* | avoid infinite loop in in{6,}_pcbnotify (can occurs on family mismatch) |  itojun | 2000-04-27 | 1 | -2/+4 |
* | NRL pcb issue; inp_{f,l}addr{,6} is a union so we need to be sure about |  itojun | 2000-04-21 | 1 | -1/+5 |
* | bring in recent KAME changes (only important and stable ones, as usual). |  itojun | 2000-02-28 | 1 | -1/+1 |
* | fix include file path related to ip6. |  itojun | 2000-02-07 | 1 | -2/+2 |
* | Add RCS tags, remove unused header files and code, remove a few |  angelos | 1999-12-10 | 1 | -0/+2 |
* | Removed about 24KB of ifdef'ed code. It's nice to be able to see what |  angelos | 1999-12-08 | 1 | -945/+3 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -34/+173 |
* | Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al. |  cmetz | 1999-03-24 | 1 | -18/+18 |
* | Demangled the INET6 stuff so as not to require any extra options and not to |  cmetz | 1999-03-09 | 1 | -9/+15 |
* | Synchronized changes needed to integrate into OpenBSD with the NRL source |  cmetz | 1999-02-24 | 1 | -0/+5 |
* | rename baddynamic() to in_baddynamic(), and export it |  deraadt | 1999-01-07 | 1 | -4/+0 |
* | first few files of NRL ipv6. This NRL release was officially exported |  deraadt | 1999-01-06 | 1 | -0/+1426 |