Age | Commit message (Expand) | Author |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-03-22 | Extract the new function ip6_fragment() from ip6_output() to make | Alexander Bluhm |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-07-08 | remove some unused netinet6 code | Jonathan Gray |
2010-07-01 | Allow to specify an alternative enc(4) interface for an SA. All | Reyk Floeter |
2010-06-29 | Replace enc(4) with a new implementation as a cloner device. We still | Reyk Floeter |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-02-08 | More destatic and ansification. | Joel Sing |
2009-11-25 | Small cleanup for setsockopt IPSEC6_OUTSA: | Marco Pfatschbacher |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |
2009-10-28 | *NULL store in IP_AUTH_LEVEL, IP_ESP_TRANS_LEVEL, IP_ESP_NETWORK_LEVEL, | Theo de Raadt |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2008-10-22 | filter ipv6 ipsec packets on enc0 (in and out), similar to ipv4; | Markus Friedl |
2008-09-03 | Remove dead code: ip6_copypktopts() is not used anywhere. | Marco Pfatschbacher |
2008-08-08 | Do not latch the IPSec tdb to the inpcb unconditionally. This has | Alexander Bluhm |
2008-07-30 | Call ip6_clearpktopts() on error in copypktopts() instead of freeing | Can Erkin Acar |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-06-09 | Introduce a facility to generate unpredictable 32 bit numbers with | Damien Miller |
2008-03-31 | strictly interpret msg_controllen to be the exact total length of the | Theo de Raadt |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-02-08 | - AH: when computing crypto checksum for output, massage source-routing | 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 | leftover from interface-local multicast change. | Jun-ichiro itojun Hagino |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
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 | More spelling fixes. | 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-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2005-01-11 | correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF, | Damien Miller |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-12 | support IPV6_USE_MIN_MTU, to make BIND9 better. | Jun-ichiro itojun Hagino |
2004-06-11 | back out tree breakage. Like, come on | Theo de Raadt |
2004-06-11 | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame | Jun-ichiro itojun Hagino |
2004-02-04 | strictly follow RFC2460 section 5, last paragraph (sender behavior when | Jun-ichiro itojun Hagino |
2004-02-02 | make the stack compile if NPF=0. ok deraadt@ markus@ | Cedric Berger |
2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | Jun-ichiro itojun Hagino |
2003-11-07 | fix behavior when ipv6mr_interface is 0. reported on netbsd list | Jun-ichiro itojun Hagino |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino |
2003-10-01 | correct m_cat misuse. i remember it was ok'ed by someone but don't remember ... | Jun-ichiro itojun Hagino |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |