Age | Commit message (Expand) | Author |
2006-11-27 | make use of multiple routing tables. | Henning Brauer |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-11-17 | move comment to a line where it makes more sense | Jun-ichiro itojun Hagino |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-11-15 | unifdef -USCOPEDROUTING | Jun-ichiro itojun Hagino |
2006-11-14 | typo | Jun-ichiro itojun Hagino |
2006-10-31 | Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. | Marco Pfatschbacher |
2006-08-31 | Automatically add a IPv6 link-local address to carp interfaces when the | Ryan Thomas McBride |
2006-08-28 | Make carp see all IPv6 address additions and remove dead code in carp_ioctl() | Ryan Thomas McBride |
2006-07-06 | u_quad_t -> u_int64_t | Brad Smith |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-06-16 | Spelling. | Christopher Pascoe |
2006-06-16 | More spelling fixes. | Christopher Pascoe |
2006-06-16 | SZpelling. | Christopher Pascoe |
2006-06-16 | Spelling. | Christopher Pascoe |
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker |
2006-05-27 | Fix obvious error in code that is currently not compiled. | Claudio Jeker |
2006-05-24 | fix 2 !foo & bar | Thordur I. Bjornsson |
2006-04-22 | Routes announced via rt_missmsg() do not have rtm_index set. While in most | Claudio Jeker |
2006-04-16 | Fix typo in queue.h conversion. | Can Erkin Acar |
2006-03-22 | prevent anything outside rote.c from accessing the routing table heads | Henning Brauer |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-21 | use after free; from itojun@ | Markus Friedl |
2006-02-14 | Fix pasto: clear correct buffer, from James Juran via NetBSD. ok markus@ | Otto Moerbeek |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-11 | bitfields must be off an int or such type | Theo de Raadt |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2005-11-29 | something in the eurobsdcon route-a-thon broke my simple home network | Jolan Luff |
2005-11-27 | don't let anything outside route.c access the routing table heads directly, | Henning Brauer |
2005-11-20 | splimp -> splvm. mbuf allocation here. | Brad Smith |
2005-10-22 | In icmp6_redirect_output(), sip6 is initialised to point to the data area of | Brad Smith |
2005-10-14 | avoid silly static variables that even caused nesting issues, | Brad Smith |
2005-10-14 | bye bye more compile time knobs, use the sysctl to enable v6 forwarding. | Brad Smith |
2005-09-19 | sin6_scope_id maps to interface indices for link local addresses only! | Brad Smith |
2005-09-19 | remove the unused in6_ifindex2scopeid() | Brad Smith |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher |
2005-06-24 | simplify port allocation in pcb_bind(); based on freebsd; ok claudio henning | Markus Friedl |
2005-05-23 | carp needs a multicast kludge storage. | Marco Pfatschbacher |
2005-05-09 | Make sure that prefixes get purged. | Brad Smith |
2005-04-21 | remove (now obsolete) handling of IFT_PROPVIRTUAL/bridge*. tested by camield@ | Jun-ichiro itojun Hagino |
2005-03-06 | move pf_test6() call slightly up, so pf gets called for incoming packets | Daniel Hartmeier |
2005-02-10 | remove #if 0'ed code (which was experimental and should never be used) | Jun-ichiro itojun Hagino |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2005-01-17 | should not check "code" field on icmp6 too big message. from kame | Jun-ichiro itojun Hagino |
2005-01-11 | correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF, | Damien Miller |
2004-12-21 | Check that if_type != IFT_CARP before using ifp->if_carp. | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |