summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not pass lle to nd6_ns_output(). Use newly-addedmelifaro2015-09-051-16/+50
* Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state inmelifaro2015-08-311-3/+0
* * Split allocation and table linking for lle's.melifaro2015-08-201-41/+78
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-111-4/+4
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-15/+11
* MFP r274553:melifaro2015-08-081-14/+29
* Add LLE event handler to report ND6 events to userland via rtsock.ae2015-07-201-0/+59
* Move RTM announces into generic code to be independent from Layer2 code.ae2015-05-291-3/+0
* Remove #ifdef IFT_FOO.glebius2015-05-021-8/+0
* Fix a possible refcount leak in regen_tmpaddr().markj2015-04-131-4/+3
* Implement Enhanced DAD algorithm for IPv6 described inhrs2015-03-021-4/+5
* This fixes a bug in the way that the LLE timers for nd6rrs2015-02-091-2/+21
* * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4:melifaro2015-01-091-13/+0
* Add forgotten definition for nd6_output_ifp().melifaro2015-01-081-0/+2
* * Use newly-created nd6_grab_holdchain() function to retrieve llemelifaro2015-01-081-167/+90
* Add refcounting to IPv6 DAD objects and simplify the DAD code to fix amarkj2014-12-081-0/+2
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-3/+5
* Skip L2 addresses lookups for p2p interfaces.ae2014-11-241-3/+2
* Consistently use if_link.glebius2014-11-101-1/+1
* Remove unused 'struct route *' argument from nd6_output_flush().melifaro2014-11-091-3/+3
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-4/+4
* Make checks for rt_mtu generic:melifaro2014-11-061-1/+0
* Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet andasomers2014-09-111-1/+1
* Fix condition.ae2014-07-111-1/+1
* Make nd6_gctimer tunable.ume2014-06-231-0/+2
* Fix unintended KBI change from r264905. Add _fib versions ofasomers2014-05-291-1/+1
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-1/+1
* Further simplify nd6_output_lle.melifaro2014-02-131-72/+127
* Simplify nd6_output_lle:melifaro2014-02-101-29/+14
* Unlock entry before retry.ae2014-02-071-0/+1
* Take exclusive lock only when lle isn't NULL. We don't need write accessae2014-02-021-1/+1
* Further rework netinet6 address handling code:melifaro2014-01-191-0/+57
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-021-5/+5
* Use an RLOCK here instead of an RWLOCK - matching all the other callsadrian2014-01-011-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-251-1/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+5
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-191-2/+1
* Return 0 in nbi->expire when la_expire == 0. Conversion from time_uptime tohrs2013-08-171-1/+5
* Fix incompatibility in ICMPV6CTL_ND6_PRLIST sysctl, and SIOCGPRLST_IN6,hrs2013-08-061-5/+8
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-5/+5
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capablehrs2013-07-311-0/+4
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-6/+18
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-2/+2
* Clean up some unused leftover code.kevlo2013-03-221-8/+0
* Generate lle_event in the IPv6 neighbor discovery code too.np2013-01-261-0/+4
* Avoid NULL dereference in nd6_storelladdr when no mbuf is provided. Itnp2013-01-251-1/+1
* Fix problem in r238990. The LLE_LINKED flag should be tested prior toglebius2012-12-131-2/+8
* Reduce the overhead of locking, use IF_AFDATA_RLOCK() when we are doingae2012-11-161-6/+6
* Remove __P.delphij2012-10-221-2/+2
OpenPOWER on IntegriCloud