summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_rtr.c
Commit message (Expand)AuthorAgeFilesLines
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Modify defrouter_remove() to perform the router lookup before removal.markj2016-03-171-32/+28
* Lock the NDP default router list and count defrouter references.markj2016-02-251-33/+162
* Use pfxrtr_del() instead of freeing advertising routers directly.markj2016-02-171-2/+2
* Rename the flags field of struct nd_defrouter to "raflags".markj2016-02-121-4/+4
* Simplify defrtrlist_update() slightly in preparation for future changes.markj2016-02-121-28/+23
* Remove superfluous return statements from the neighbour discovery code.markj2016-02-121-3/+0
* Fix style around allocations from M_IP6NDP.markj2016-02-121-8/+5
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-3/+4
* Add new rt_foreach_fib_walk_del() function for deleting route entriesmelifaro2015-11-301-5/+4
* Fix the handling of IPv6 On-Link Redirects.vangyzen2015-09-141-1/+1
* Rename rt_foreach_fib() to rt_foreach_fib_walk().melifaro2015-08-101-1/+1
* MFP r274295:melifaro2015-08-081-14/+3
* Mitigate Local Denial of Service with IPv6 Router Advertisementsdelphij2015-04-071-2/+10
* Use in6_localip() instead of hand-rolled cycle.melifaro2014-01-181-17/+9
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6melifaro2014-01-181-22/+5
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codemelifaro2014-01-081-13/+5
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-16/+16
* Delete the nd6 entries associated with an off-link prefixqingli2013-06-241-1/+7
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-6/+6
* Remove __P.delphij2012-10-221-7/+7
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-36/+7
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-71/+117
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-6/+6
* Mark a couple of file local functions static and stop exporting them.bz2012-01-051-3/+6
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-29/+19
* A default route learned from the RAs could be deleted manuallyqingli2011-11-111-2/+3
* Add $ipv6_cpe_wanif to enable functionality required for IPv6 CPEhrs2011-09-131-4/+6
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-22/+18
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+7
* The IFA_RTSELF address flag marks a loopback route has been installedqingli2010-01-041-1/+1
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-9/+7
* Prefix on-link verification is being performed on staticallyqingli2009-08-301-0/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-29/+10
* Add address list locking for in6_ifaddrhead/ia_link: as with lockingrwatson2009-06-251-0/+6
* Convert netinet6 to using queue(9) rather than hand-crafted linked listsrwatson2009-06-241-4/+4
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-6/+28
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Convert the two dimensional array to be malloced and introducebz2009-06-011-4/+7
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+1
* Prefer structure fields (ifa_link) to macro aliases for themrwatson2009-04-201-2/+2
* Acquire interface address list lock around access to if_addrhead,rwatson2009-04-201-2/+8
* Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manuallyrwatson2009-04-201-3/+3
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-4/+4
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
OpenPOWER on IntegriCloud