summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-255-2/+27
* Provide human readable debug output.tuexen2013-08-251-2/+2
* For now limit printf(9) %x of the 64bit pkthdr.csum_flags field to 32bits.andre2013-08-251-1/+1
* Restructure the mbuf pkthdr to make it fit for upcoming capabilities andandre2013-08-242-5/+5
* Fix an integer overflow in computing the size of a temporary bufferdelphij2013-08-221-0/+2
* Add m_clrprotoflags() to clear protocol specific mbuf flags at up andandre2013-08-194-3/+5
* Move the global M_SKIP_FIREWALL mbuf flags to a protocol layer specificandre2013-08-191-1/+6
* 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-058-42/+42
* Fix a panic in tmpaddrtimer.hrs2013-08-051-0/+2
OpenPOWER on IntegriCloud