Age | Commit message (Expand) | Author |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-05-31 | Sync comment regarding rthdr0 w/ kame tree. | Ryan Thomas McBride |
2007-05-28 | typo slipped in, unbreak. | Pierre-Yves Ritschard |
2007-05-28 | avoid bypassing sys/queue.h in many places in the kernel. | Pierre-Yves Ritschard |
2007-05-28 | double pf performance. | Henning Brauer |
2007-05-08 | KILL all IPv6 packets with the rthdr0 extension header or multiple routing | Ryan Thomas McBride |
2007-05-03 | Reduce ip6_hdrnestlimit from 50 to 10. Normal IPv6 packets should not have | Claudio Jeker |
2007-05-01 | framgent -> fragment | Ray Lai |
2007-04-21 | did you know that IPv6 packets are actually carried by turtles? | Jun-ichiro itojun Hagino |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2007-02-15 | Simplify the #if NBRIDGE case as in in_gif.c:1.33. | Claudio Jeker |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-02-08 | - AH: when computing crypto checksum for output, massage source-routing | Jun-ichiro itojun Hagino |
2007-01-22 | Fix KAME cvsweb urls | Miod Vallat |
2007-01-16 | oops, previous commit was incorrect. | Jun-ichiro itojun Hagino |
2007-01-15 | fix infinite loop in case nip6 and nicmp6 are not on the same mbuf. NetBSD P... | Jun-ichiro itojun Hagino |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-12-27 | correct rhlen computation (if the "if" clause on the next line is taken, | Jun-ichiro itojun Hagino |
2006-12-19 | reject (potentially malicious) packets from outside, | Jun-ichiro itojun Hagino |
2006-12-11 | de-__P. noted by Dries Schellekens | Jun-ichiro itojun Hagino |
2006-12-10 | In ip6_output(), make sure ia is initialized before it is used. | Miod Vallat |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-12-08 | whitespace | Jun-ichiro itojun Hagino |
2006-12-08 | typo in comment. from kame | Jun-ichiro itojun Hagino |
2006-12-08 | unifdef -UCOMPAT_RFC1883 (ancient) | Jun-ichiro itojun Hagino |
2006-12-08 | leftover from interface-local multicast change. | Jun-ichiro itojun Hagino |
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 |