summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Cancel DAD for an ifa when the ifp has ND6_IFF_IFDISABLED as early ashrs2014-05-161-2/+16
* Pass radix head ptr along with rte to rtexpunge().melifaro2014-05-031-1/+1
* Use "hash" value in rtalloc_mpath_fib() instead of RTF_ANNOUNCE flag.melifaro2014-04-261-1/+1
* Unify sa_equal() macro usage.melifaro2014-04-261-3/+0
* Fix subnet and default routes on different FIBs on the same subnet.asomers2014-04-241-1/+1
* Remove unused variable.ae2014-04-171-3/+0
* Properly release the in6_multi lock.ae2014-04-121-36/+29
* Minor style cleanups.kevlo2014-04-071-1/+1
* Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks.kevlo2014-04-074-44/+139
* Remove unused label.ae2014-03-311-1/+0
* Don't generate an ICMPv6 error message if packet was consumed by filter.ae2014-03-311-4/+2
* Several years after initial development, merge prototype support forrwatson2014-03-152-5/+57
* Since both netinet/ and netinet6/ call into netipsec/ and netpfil/,glebius2014-03-122-14/+12
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-053-15/+12
* Remove more constants related to static sysctl nodes. The MAXID constantsjhb2014-02-251-2/+1
* Remove KASSERT from in6p_lookup_mcast_ifp().rodrigc2014-02-231-2/+0
* o Remove at compile time the HASH_ALL code, that was neverglebius2014-02-171-13/+2
* Further simplify nd6_output_lle.melifaro2014-02-131-72/+127
* Drop packets to multicast address whose scop field contains theae2014-02-131-1/+12
* Only count table lookups when we're actually processing packets.brueffer2014-02-101-1/+1
* For IPv6, return the same error code as IPv4 when mrouter is not initialized.brueffer2014-02-101-1/+1
* Simplify nd6_output_lle:melifaro2014-02-101-29/+14
* o Revamp API between flowtable and netinet, netinet6.glebius2014-02-073-39/+1
* 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-194-132/+164
* 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-184-49/+30
* Do some style(9) not done in r260851 to improve readability.melifaro2014-01-181-45/+40
* Split in6_update_ifa() into smaller pieces leaving functionality intact.melifaro2014-01-181-78/+131
* Mechanically replace direct accessing to if_xname to using if_name() macro.ae2014-01-102-36/+36
* revert part of r260485 which changes how part of the header getsjmg2014-01-091-1/+1
* Remove extra nesting from X_ip6_mforward() function.ae2014-01-092-166/+147
* Add MRT6_DLOG() macro for debugging.ae2014-01-091-198/+96
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codemelifaro2014-01-085-28/+17
* Use pointer to struct sockaddr_in6 in lla_lookup() call.ae2014-01-031-1/+1
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withae2014-01-031-0/+1
* lla_lookup() does modification only when LLE_CREATE is specified.ae2014-01-022-7/+7
* Use an RLOCK here instead of an RWLOCK - matching all the other callsadrian2014-01-011-2/+2
* Correct warnings comparing unsigned variables < 0 constantly reportedbz2013-12-251-4/+3
* In sys/netinet6/in6_mcast.c, in6m_is_ifp_detached() is only useddim2013-12-241-0/+4
* Free mbuf in case of error.ae2013-12-171-0/+1
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingattilio2013-11-255-6/+0
* Fix panic with RADIX_MPATH, when RTFREE_LOCKED() called for alreadyae2013-11-111-25/+12
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-111-293/+0
* Changes from upstream to improve compilation when INET or INET6tuexen2013-11-021-1/+3
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Provide includes that are needed in these files, and before were readglebius2013-10-261-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-2622-0/+23
* Initialize inc_fibnum for properly handling ICMP6_PACKET_TOO_BIG errorsae2013-10-251-0/+1
OpenPOWER on IntegriCloud