summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
AgeCommit message (Expand)Author
2014-06-07g/c unused IFT_L2VLAN, ok reyk bluhmHenning Brauer
2014-04-18Invert the signature logic of in{,6}_selectsrc, make them return theJeremie Courreges-Anglas
2014-04-14"struct pkthdr" holds a routing table ID, not a routing domain one.Martin Pieuchot
2014-03-21If a NA is received on a carp interface in BACKUP state and match oneMartin Pieuchot
2014-01-24Instead of calculating the ICMPv6 checksum here, just set the flag thatChristian Weisgerber
2014-01-13Call all local valiables of type struct in6_ifaddr "ia6". This isAlexander Bluhm
2014-01-07Propagate an rdomain number to the nd6_lookup independently fromMike Belopuhov
2013-11-19Remove some FDDI/ATM leftovers.Martin Pieuchot
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-10-24Significant namespace cleanup of netinet6 symbols.Theo de Raadt
2013-10-20Put a large chunk of the IPv6 rdomain support in-tree.Peter Hessler
2013-10-17The header file netinet/in_var.h included netinet6/in6_var.h. ThisAlexander Bluhm
2013-05-31Remove a bunch of sockaddr_in6 pointer casts and replace othersAlexander Bluhm
2013-03-07Remove the IFAFREE() macro, the ifafree() function it was calling alreadyMartin Pieuchot
2013-03-04Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.Alexander Bluhm
2013-03-03Make sure that IPv6 source address selection only chooses a CARPAlexander Bluhm
2012-05-16rfc 4861 mandates that target link local address must be includedMike Belopuhov
2012-01-11Simplify the #if CARP and if (IFT_CARP) dance in nd6_ns_input().Alexander Bluhm
2012-01-03To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it isAlexander Bluhm
2011-11-24rdomain support for IPv6sperreault
2011-10-15dont define proxydl in nd6_na_output when NCARP = 0 as unusedNigel Taylor
2011-10-14Prevent carp slaves from sending IPv6 neighbour advertisements for carpStefan Sperling
2011-07-26Accept neighbor discovery packets from source IPv6 addresses forAlexander Bluhm
2011-03-09Log MAC address changes in the IPv6 neighbor discovery protocolAlexander Bluhm
2010-02-08Destatic and ansify.Joel Sing
2008-11-25delay /etc/netstart until IPv6-DAD (dup-address-detection) is completed.Markus Friedl
2008-10-01If a neighbor solictation isn't from the unspecified address, make sureClaudio Jeker
2008-09-17remove dead stores and newly created unused variables.Charles Longeau
2008-06-11ANSIfy to sync with KAME. From Karl Sjodahl <dunceor@gmail.com>.Ryan Thomas McBride
2008-05-11Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain inKenneth R Westerback
2008-04-18use arc4random_uniform() for random number requests that are not aDamien Miller
2008-03-04fix use-after-free: pfxlist_onlink_check() might free rt_llinfo forMarkus Friedl
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2007-12-09take advantage of M_ZEROHans-Joerg Hoexer
2007-06-08kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>,Henning Brauer
2007-06-01apply the "skip ipsec if there are no flows" speedup diff to IPv6 too.Henning Brauer
2007-03-18Add IP load balancing support for carp(4).Marco Pfatschbacher
2006-11-17change semantics of ff01::/16 to interface local multicastJun-ichiro itojun Hagino
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer
2006-06-16Spelling.Christopher Pascoe
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2006-02-06typos from alexey dobriyan;Jason McIntyre
2005-02-10remove #if 0'ed code (which was experimental and should never be used)Jun-ichiro itojun Hagino
2005-01-18Rewriting the lladdr can now be done without using mbuf tags.Marco Pfatschbacher
2004-12-21Check that if_type != IFT_CARP before using ifp->if_carp.Ryan Thomas McBride
2004-10-28treat IFT_CARP like IFT_PROPVIRTUAL, ryan daniel okHenning Brauer
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
2003-06-27split ND6 cache timer management to per-entry. increased accuracy,Jun-ichiro itojun Hagino
2003-06-24remove unneeded checks of accept_rtadv. from kameJun-ichiro itojun Hagino
2003-06-24use time.tv_sec directly, rather than having time_second (freebsd NIH).Jun-ichiro itojun Hagino