Age | Commit message (Expand) | Author |
2015-08-24 | Rework the code to decide when to perform DAD to no longer rely on the | Martin Pieuchot |
2015-07-16 | Kill incorrect and never set ``dad_ignore_ns'' button. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | Rework the handling of interfaces and IPv6 addresses for local delivery. | Martin Pieuchot |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-11-10 | Do not pass an ifa pointer when we already have a DAD descriptor. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-07 | g/c unused IFT_L2VLAN, ok reyk bluhm | Henning Brauer |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-03-21 | If a NA is received on a carp interface in BACKUP state and match one | Martin Pieuchot |
2014-01-24 | Instead of calculating the ICMPv6 checksum here, just set the flag that | Christian Weisgerber |
2014-01-13 | Call all local valiables of type struct in6_ifaddr "ia6". This is | Alexander Bluhm |
2014-01-07 | Propagate an rdomain number to the nd6_lookup independently from | Mike Belopuhov |
2013-11-19 | Remove some FDDI/ATM leftovers. | Martin Pieuchot |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-24 | Significant namespace cleanup of netinet6 symbols. | Theo de Raadt |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-03-04 | Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro. | Alexander Bluhm |
2013-03-03 | Make sure that IPv6 source address selection only chooses a CARP | Alexander Bluhm |
2012-05-16 | rfc 4861 mandates that target link local address must be included | Mike Belopuhov |
2012-01-11 | Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input(). | Alexander Bluhm |
2012-01-03 | To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it is | Alexander Bluhm |
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-07-26 | Accept neighbor discovery packets from source IPv6 addresses for | Alexander Bluhm |
2011-03-09 | Log MAC address changes in the IPv6 neighbor discovery protocol | Alexander Bluhm |
2010-02-08 | Destatic and ansify. | Joel Sing |
2008-11-25 | delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed. | Markus Friedl |
2008-10-01 | If a neighbor solictation isn't from the unspecified address, make sure | Claudio Jeker |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-06-11 | ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>. | Ryan Thomas McBride |
2008-05-11 | Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in | Kenneth R Westerback |
2008-04-18 | use arc4random_uniform() for random number requests that are not a | Damien Miller |
2008-03-04 | fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for | Markus Friedl |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-09 | take advantage of M_ZERO | Hans-Joerg Hoexer |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2007-06-01 | apply the "skip ipsec if there are no flows" speedup diff to IPv6 too. | Henning Brauer |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |