summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_rtr.c
AgeCommit message (Expand)Author
2014-03-27Stop mixing interface address flags with routing entry ones.Martin Pieuchot
2014-03-18Rename rt_gettable() into rtable_get(), swap its arguments to beMartin Pieuchot
2014-01-23Merge two chunks of code to inform listeners of a route change into aMartin Pieuchot
2014-01-13Call all local valiables of type struct in6_ifaddr "ia6". This isAlexander Bluhm
2014-01-10replace the rest of the obsolete radix macrosTed Unangst
2014-01-07Propagate an rdomain number to the nd6_lookup independently fromMike Belopuhov
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-10-20Put a large chunk of the IPv6 rdomain support in-tree.Peter Hessler
2013-07-01Do not access queue fields directly, use FOREACH() macro instead.Alexander Bluhm
2013-07-01Use the LIST_FOREACH() macro when looping over advertising routers.Alexander Bluhm
2013-05-31Remove a bunch of sockaddr_in6 pointer casts and replace othersAlexander Bluhm
2013-03-25Substitute the handcrafted list of IPv6 addresses by a proper TAILQ.Martin Pieuchot
2013-03-11Remove unused code manipulating a default interface and its index,Martin Pieuchot
2013-03-07Remove unused ifa_ifwithaf() function.Martin Pieuchot
2013-03-04Replace the cast to struct in6_ifaddr pointer with the ifatoia6() macro.Alexander Bluhm
2012-09-26add M_ZEROIZE as an mbuf flag, so copied PFKEY messages (with embedded keys)Markus Friedl
2012-09-07Create IPv6 privacy addresses even if static IPv6 addresses are present.Stefan Sperling
2012-09-04Raise IPL to IPL_SOFTNET in nd6_addr_add(). This code originally ran atStefan Sperling
2012-08-28Do not add SLAAC or privacy addresses when a static address in the same prefixsperreault
2012-08-21Reverse the name and meaning of the IFXF_INET6_PRIVACY interfaceAlexander Bluhm
2012-07-14Make IPv6 privacy addresses appear alongside regular SLAAC addresses.sperreault
2012-05-18rt6_flush should remove all routes configured via a specified gw,Mike Belopuhov
2012-01-03To access the ifaddr of an in_ifaddr or in6_ifaddr struct, it isAlexander Bluhm
2011-12-27Instead of hand crafted code, use the macros TAILQ_FOREACH(_SAFE)Alexander Bluhm
2011-11-24rdomain support for IPv6sperreault
2011-02-24Prevent the nd6_addr_add() work queue task from adding multiple addressesStefan Sperling
2010-09-24When processing IPv6 RA messages we may end up adding a new IPv6 addressJoel Sing
2010-06-28Add the rtable id as an argument to rn_walktree(). Functions likeClaudio Jeker
2010-04-06Simple implementation of RFC4941, "Privacy Extensions for StatelessStefan Sperling
2010-02-08Destatic and ansify.Joel Sing
2009-01-30Mark routers internal as uninstalled after deleting the default route.Rainer Giedat
2009-01-30"XXX: should this be performed under splnet()?"... Yes, yes it should.Ryan Thomas McBride
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-06-11From KAME, allow adjustable limits on NDP entries and discovered routes.Ryan Thomas McBride
2008-05-11rtrequest to rtrequest1 conversion in inet6. With that no rtrequest shouldClaudio Jeker
2007-10-01Last of the really easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'Kenneth R Westerback
2007-05-28typo slipped in, unbreak.Pierre-Yves Ritschard
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2006-11-15unifdef -USCOPEDROUTINGJun-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-04-22Routes announced via rt_missmsg() do not have rtm_index set. While in mostClaudio Jeker
2006-03-22prevent anything outside rote.c from accessing the routing table headsHenning Brauer
2006-03-05Use more queue macros rather than doing it by hand; ok otto@ krw@Miod Vallat
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-27don't let anything outside route.c access the routing table heads directly,Henning Brauer
2004-11-17wrong paren. Patrick LatifiJun-ichiro itojun Hagino
2004-10-28remove onlink assumption behavior (consider destination on-link if defaultJun-ichiro itojun Hagino
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert