summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Utilize counter(9) to accumulate statistics on interface addresses. Addglebius2013-10-152-8/+12
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-151-4/+1
* Hide 'struct ifaddr' definition from userland. Two tools left that use it,glebius2013-10-151-0/+2
* Remove unsigned < 0 check.glebius2013-10-151-3/+1
* Remove useless check of ia6 against NULL, right after dereferencing it.glebius2013-10-151-2/+2
* Now counter_u64_t is known to userland, thus remove hack from r253086.glebius2013-10-151-14/+1
* Do not try to detach if the interface does not support IPv6.hrs2013-10-101-0/+3
* Fix mbuf leak.glebius2013-10-071-1/+1
* Update comment from draft to RFC number.bz2013-09-221-3/+2
* Unregister inet/inet6 pfil hooks on vnet destroy.trociny2013-09-131-0/+4
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+12
* Use an unsigned long when indexing into mfchashtbl[] and mf6ctable[]. Thisjhb2013-09-051-2/+2
* Remove most of the remaining sysctl name list macros. They were onlyjhb2013-08-261-4/+0
OpenPOWER on IntegriCloud