Age | Commit message (Expand) | Author |
2011-03-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2011-03-23 | Don't process ICMP6 redirects by default anymore. This is in line with | Claudio Jeker |
2011-01-07 | Add socket option SO_SPLICE to splice together two TCP sockets. | Alexander Bluhm |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2009-11-05 | IPv6 support for divert sockets. | Michele Marchetto |
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl |
2008-06-11 | From KAME, allow adjustable limits on NDP entries and discovered routes. | Ryan Thomas McBride |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson |
2008-05-06 | remove tcp_drain code since it's not longer used; ok henning, feedback thib | Markus Friedl |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-05-03 | Reduce ip6_hdrnestlimit from 50 to 10. Normal IPv6 packets should not have | Claudio Jeker |
2006-11-21 | introduce sysctl net.inet6.ip6.multicast_mtudisc (for multicast routers). | Jun-ichiro itojun Hagino |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-16 | SZpelling. | Christopher Pascoe |
2006-05-27 | Do the same thing as for IPv4. Use a sysctl to enable/disable mfrowarding | Claudio Jeker |
2005-10-14 | bye bye more compile time knobs, use the sysctl to enable v6 forwarding. | Brad Smith |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-10-18 | g/c ip6_flow_seq. found by mcbride. mcbride ok | Jun-ichiro itojun Hagino |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2003-10-31 | Add IPv6 support to CARP. | Ryan Thomas McBride |
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-11-11 | pmtu_probe is not used anywhere (it is used in KAME TCP6-only code). | Jun-ichiro itojun Hagino |
2002-08-20 | set use_deprecated back to 1. sync w/kame | Jun-ichiro itojun Hagino |
2002-08-17 | set default value for use_deprecated to 0, to avoid consequences with ftpd. | Jun-ichiro itojun Hagino |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino |
2002-06-07 | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. | Jun-ichiro itojun Hagino |
2002-06-07 | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, | Jun-ichiro itojun Hagino |
2002-05-29 | move per-interface ip6/icmp6 stat to ifnet->if_afdata. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-28 | limit number of IPv6 fragments (not the fragment queue size) to | Jun-ichiro itojun Hagino |
2002-01-08 | correct behavior of IPv4 over IPv6 tunnel (using gif). | Jun-ichiro itojun Hagino |
2001-08-08 | remove IPCOMP option. deraadt@ ok. | Jean-Jacques Bernard-Gundol |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis |
2001-05-25 | recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket. | Jun-ichiro itojun Hagino |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
2000-12-11 | nuke #ifdef TCP6 (no longer supported). | Jun-ichiro itojun Hagino |
2000-10-10 | little bit of sync with kame ($KAME, s/u_char/u_int8_t/) | Jun-ichiro itojun Hagino |
2000-10-10 | do not call tcp_init twice on dualstack machine | Jun-ichiro itojun Hagino |
2000-07-06 | - more icmp6/ip6 stats. | Jun-ichiro itojun Hagino |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino |
2000-05-25 | net.inet.ip.gif_ttl (and IPv6 counterpart) is never used. | Jun-ichiro itojun Hagino |
2000-05-22 | use ratecheck(9) for ICMPv6 rate limitation. sync with netbsd-current. | Jun-ichiro itojun Hagino |
2000-02-28 | - check raw socket icmp6 filter only if the packet is icmp6. | Jun-ichiro itojun Hagino |
2000-02-28 | bring in recent KAME changes (only important and stable ones, as usual). | Jun-ichiro itojun Hagino |
2000-02-07 | fix include file path related to ip6. | Jun-ichiro itojun Hagino |
2000-02-02 | remove never-visited code (#ifdef MAPPED_ADDR_ENABLED) | Jun-ichiro itojun Hagino |
2000-01-23 | ip4_input -> ip4_input6, and fix typo in comment | Angelos D. Keromytis |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
2000-01-13 | We do need netinet/ip_ip4.h after all... | Angelos D. Keromytis |