Age | Commit message (Expand) | Author |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-07-31 | Move bridge_broadcast and subsequently all IPsec SPD lookup code out | Mike Belopuhov |
2013-07-04 | format string fixes: size_t and uint16_t | Stefan Fritsch |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-03-24 | Reassemble IPv6 fragments in pf. In the forward case, pf refragments | Alexander Bluhm |
2011-03-23 | With pf IPv6 fragment reassembly, a large packet gets refragmented | Alexander Bluhm |
2011-01-09 | In ip6_forward() only one call to icmp6_error() was not protected | Alexander Bluhm |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
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 |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker |
2009-05-18 | The routing table index rtableid has type unsigned int in the routing | Alexander Bluhm |
2008-11-23 | When accessing cached routes make sure the route is actually still valid. | Claudio Jeker |
2008-10-22 | filter ipv6 ipsec packets on enc0 (in and out), similar to ipv4; | Markus Friedl |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-05-28 | double pf performance. | Henning Brauer |
2006-11-27 | make use of multiple routing tables. | Henning Brauer |
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 |
2004-07-14 | completely revert to r1.31, there were still problems on the forwarding | Daniel Hartmeier |
2004-07-12 | remove PF_FORWARD (which was introduced by ipv6 reass-on-scrub). | Jun-ichiro itojun Hagino |
2004-06-25 | IPv6 reassembly on "scrub" directive. | Jun-ichiro itojun Hagino |
2004-06-24 | "error" could be left uninitialized | Jun-ichiro itojun Hagino |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-02-02 | make the stack compile if NPF=0. ok deraadt@ markus@ | Cedric Berger |
2003-08-07 | make net.inet6.ip6.redirect actually work. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino |
2003-05-15 | IPv6 IPsec gateway now functions; patch by itojun, tested by myself and vincent | Todd T. Fries |
2002-06-09 | whitespace cleanup | Jun-ichiro itojun Hagino |
2002-06-08 | sync with latest KAME in6_ifaddr/prefix/default router manipulation. | Jun-ichiro itojun Hagino |
2002-06-07 | 'fall through' is not a valid LINT keyword. | Jun-ichiro itojun Hagino |
2002-05-29 | attach nd_ifinfo structure to if_afdata. | Jun-ichiro itojun Hagino |
2001-12-07 | whitespace/comment sync with kame | Jun-ichiro itojun Hagino |
2001-11-30 | unifdef OLDIP6OUTPUT | Jun-ichiro itojun Hagino |
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni |
2001-09-29 | filter forwarded ipv6 packets; checked by itojun, tested by | jasoni |
2001-07-18 | sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior | Jun-ichiro itojun Hagino |
2001-06-22 | do not forward packet back into point-to-point link, if the packet has | Jun-ichiro itojun Hagino |
2001-06-09 | No need for net/net_osdep.h | Angelos D. Keromytis |