| Commit message (Expand) | Author | Age | Files | Lines |
* | remove #if 0'ed code (which was experimental and should never be used) |  itojun | 2005-02-10 | 1 | -26/+1 |
* | Rewriting the lladdr can now be done without using mbuf tags. |  mpf | 2005-01-18 | 1 | -9/+1 |
* | should not check "code" field on icmp6 too big message. from kame |  itojun | 2005-01-17 | 1 | -3/+1 |
* | correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF, |  djm | 2005-01-11 | 1 | -26/+37 |
* | Check that if_type != IFT_CARP before using ifp->if_carp. |  mcbride | 2004-12-21 | 1 | -3/+3 |
* | Convert carp(4) to behave more like a regular interface, much in the same |  mcbride | 2004-12-07 | 2 | -3/+4 |
* | wrong paren. Patrick Latifi |  itojun | 2004-11-17 | 1 | -3/+3 |
* | Fix 'netstat -sp pim6' |  mcbride | 2004-11-10 | 2 | -2/+3 |
* | treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel ok |  henning | 2004-10-28 | 2 | -2/+4 |
* | remove onlink assumption behavior (consider destination on-link if default |  itojun | 2004-10-28 | 1 | -142/+5 |
* | g/c ip6_flow_seq. found by mcbride. mcbride ok |  itojun | 2004-10-18 | 3 | -6/+3 |
* | missing dohooks(), needed for (em0:network) style notation with v6, was not |  henning | 2004-10-07 | 1 | -1/+2 |
* | revert. itojun notes that 128 is ok because of bitlen check. |  tedu | 2004-08-24 | 1 | -3/+5 |
* | make sure we do not overwrite checksum field on shared mbuf. |  itojun | 2004-08-23 | 1 | -6/+13 |
* | correct bounds checks. found at/by Coverity. |  tedu | 2004-08-21 | 1 | -3/+3 |
* | completely revert to r1.31, there were still problems on the forwarding |  dhartmei | 2004-07-14 | 1 | -20/+15 |
* | remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub). |  itojun | 2004-07-12 | 1 | -2/+2 |
* | IPv6 reassembly on "scrub" directive. |  itojun | 2004-06-25 | 1 | -16/+21 |
* | "error" could be left uninitialized |  itojun | 2004-06-24 | 1 | -2/+2 |
* | First step towards more sane time handling in the kernel -- this changes |  tholo | 2004-06-21 | 8 | -41/+41 |
* | Get rid of pf_test_eh() wrapper. |  mcbride | 2004-06-21 | 3 | -6/+6 |
* | correct multicast handling for special groups (like solicited node multicast). |  itojun | 2004-06-17 | 1 | -72/+56 |
* | missing paren in macro def. Patrick Latifi |  itojun | 2004-06-16 | 1 | -2/+2 |
* | avoid creating multiple multicast filter entry for the same group. |  itojun | 2004-06-15 | 1 | -40/+54 |
* | support IPV6_USE_MIN_MTU, to make BIND9 better. |  itojun | 2004-06-12 | 4 | -9/+18 |
* | back out tree breakage. Like, come on |  deraadt | 2004-06-11 | 4 | -18/+9 |
* | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame |  itojun | 2004-06-11 | 4 | -9/+18 |
* | there's no use in checking curproc privilege in input path. |  itojun | 2004-06-01 | 1 | -18/+7 |
* | do not loop on nd6_output() when transmission fails. from kame |  itojun | 2004-05-19 | 1 | -6/+3 |
* | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. |  millert | 2004-05-07 | 1 | -2/+3 |
* | radix tree with multipath support. from kame. deraadt ok |  itojun | 2004-04-25 | 1 | -1/+8 |
* | correct arg to in6_cksum. keiichi@kame |  itojun | 2004-04-22 | 1 | -2/+2 |
* | Don't use mbuf pointer in error case, when it has been set to NULL. |  dhartmei | 2004-03-25 | 1 | -2/+1 |
* | avoid touching out-of-bound memory if len == 128. |  itojun | 2004-02-23 | 1 | -2/+3 |
* | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt |  markus | 2004-02-15 | 3 | -74/+60 |
* | 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 |
* | typo within comment, deilver -> deliver |  dhartmei | 2004-02-04 | 1 | -2/+2 |
* | remove kludge now that proper IPV6_MMTU handling is in |  dhartmei | 2004-02-04 | 1 | -2/+2 |
* | strictly follow RFC2460 section 5, last paragraph (sender behavior when |  itojun | 2004-02-04 | 1 | -18/+100 |
* | make the stack compile if NPF=0. ok deraadt@ markus@ |  cedric | 2004-02-02 | 2 | -3/+5 |
* | ignore too small MTUs (below 296 octets), similar to IPv4. |  dhartmei | 2004-02-01 | 1 | -2/+2 |
* | Provide explicit function argument declarations. |  miod | 2004-01-15 | 1 | -2/+2 |
* | Expose in6_ifremloop() and in6_ifaddloop() so that they can be used by carp. |  mcbride | 2004-01-13 | 2 | -4/+6 |
* | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros |  espie | 2004-01-03 | 1 | -2/+2 |
* | 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 | 3 | -14/+8 |
* | niels kindly dropped clause 3/4 from the license. tnx! |  itojun | 2003-12-12 | 1 | -6/+1 |
* | validate set/getsockopt arg more strictly. local privileged user could cause |  itojun | 2003-12-10 | 1 | -24/+39 |
* | correct non-repetitive ID code, based on comments from niels provos. |  itojun | 2003-12-10 | 1 | -6/+3 |