Age | Commit message (Expand) | Author |
2012-05-18 | rt6_flush should remove all routes configured via a specified gw, | Mike Belopuhov |
2012-05-16 | rfc 4861 mandates that target link local address must be included | Mike Belopuhov |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2012-04-03 | According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 | Mike Belopuhov |
2012-04-03 | bail if redirect destination is not unicast before doing other | Mike Belopuhov |
2012-03-15 | Direct IPv6 packets with Ethernet encapsulation into the appropriate | Mike Belopuhov |
2012-02-14 | typo in comment. | Stuart Henderson |
2012-01-24 | Add a short cut for atomic IPv6 fragments. They will be processed | Alexander Bluhm |
2012-01-23 | Do not keep state when dropping overlapping IPv6 fragments in pf | Alexander Bluhm |
2012-01-17 | During IPv6 source address selection, give address scope higher priority | Stefan Sperling |
2012-01-11 | Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input(). | Alexander Bluhm |
2012-01-10 | Implement RFC 5722 and drop all IPv6 fragments that belong to a | Alexander Bluhm |
2012-01-10 | Flush the cached IPv6 forward route every 500 ms. This prevents | Alexander Bluhm |
2012-01-09 | Remove the IPv6 fragment overlapping length adjustment code. It | Alexander Bluhm |
2012-01-09 | Replace the hand-crafted queue for IPv6 fragments with LIST. | Alexander Bluhm |
2012-01-05 | Remove dead code from #if 0: we do not have an ipsrcchk_rt anywhere else. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-05 | Replace the hand-crafted queue for fragmented IPv6 packets with TAILQ. | Alexander Bluhm |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
2011-12-27 | Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE) | Alexander Bluhm |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert |
2011-11-24 | rdomain support for IPv6 | sperreault |
2011-10-15 | dont define proxydl in nd6_na_output when NCARP = 0 as unused | Nigel Taylor |
2011-10-14 | Prevent carp slaves from sending IPv6 neighbour advertisements for carp | Stefan Sperling |
2011-10-13 | Since the IPv6 madness is not enough introduce NAT64 -- which is actually | Claudio Jeker |
2011-08-08 | If two carp interfaces on the same physical interface had addresses | Alexander Bluhm |
2011-08-07 | Several fixes for the IPV6_PKTINFO handling with sendmsg(2) | Mike Belopuhov |
2011-08-07 | When checking wether a prefix belongs to an interface, also allow | Alexander Bluhm |
2011-08-04 | Move the check that ::1 is not allowed from the wire before pf_test(). | Alexander Bluhm |
2011-07-26 | Accept neighbor discovery packets from source IPv6 addresses for | Alexander Bluhm |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-05-13 | Revert the pf->socket linking diff. | Owain Ainsworth |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-05-02 | Fix potential null dereference. | Charles Longeau |
2011-05-02 | recognize SO_RTABLE socket option at the SOL_SOCKET level; | Mike Belopuhov |
2011-04-24 | Double link between pf states and sockets. Henning has already | Alexander Bluhm |
2011-04-15 | Remove dead assignment. | Charles Longeau |
2011-04-06 | comment typo | Stuart Henderson |
2011-04-05 | Passing M_WAITOK to mbuf functions is supposed to be a contract between | Bret Lambert |
2011-04-04 | Add the same SS_CANTRCVMORE check as was done in the other input | Claudio Jeker |
2011-04-03 | fix typos in comments | Stefan Sperling |
2011-04-03 | As of r1.54 of nd6_rtr.c we don't add addresses from interrupt context | Stefan Sperling |
2011-04-03 | Kill redundant offsetof definitions; ok deraadt henning sthen thib | Stefan Sperling |
2011-03-31 | - use nitems(); no binary change | Jasper Lievisse Adriaanse |
2011-03-24 | Reassemble IPv6 fragments in pf. In the forward case, pf refragments | Alexander Bluhm |
2011-03-23 | Don't process ICMP6 redirects by default anymore. This is in line with | Claudio Jeker |
2011-03-23 | With pf IPv6 fragment reassembly, a large packet gets refragmented | Alexander Bluhm |
2011-03-22 | Extract the new function ip6_fragment() from ip6_output() to make | Alexander Bluhm |