summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* Fix r281649: don't call in6_clearscope() twice.glebius2015-04-171-1/+1
* Provide functions to determine presence of a given addressglebius2015-04-171-0/+30
* - Implement loopback probing state in enhanced DAD algorithm.hrs2015-03-051-1/+2
* This fixes a bug in the way that the LLE timers for nd6rrs2015-02-091-2/+1
* Print IPv6 address in log message instead of address of pointer.ae2015-02-051-1/+2
* Remove link-local multicast routes remnants from in6_purgeaddr.ae2014-11-101-39/+5
* Consistently use if_link.glebius2014-11-101-1/+1
* Renove faith(4) and faithd(8) from base. It looks like industrymelifaro2014-11-091-28/+12
* Make checks for rt_mtu generic:melifaro2014-11-061-0/+7
* Fix a bug which prevented ND6_IFF_IFDISABLED flag from clearing whenhrs2014-11-021-26/+24
* Do not automatically install routes to link-local and interface-local multicastae2014-10-271-207/+34
* Remove unused function.ae2014-10-271-14/+0
* Add const qualifier to in6_addrhash() function.ae2014-09-111-0/+23
* Add some missing checks for unsupported interfaces (e.g. pflog(4)) whenmarkj2014-08-221-16/+11
* Garbage collect couple of unused fields from struct ifaddr:glebius2014-07-291-3/+0
* Further rework netinet6 address handling code:melifaro2014-01-191-129/+104
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6melifaro2014-01-181-0/+21
* 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
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codemelifaro2014-01-081-5/+3
* Add IF_AFDATA_WLOCK_ASSERT() in case lla_lookup() is called withae2014-01-031-0/+1
* Remove never used ioctls that originate from KAME. The proofglebius2013-11-111-293/+0
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* Remove ifa_init() and provide ifa_alloc() that will allocate and setupglebius2013-10-151-4/+1
* Fix the length calculation for the final block of a sendfile(2)des2013-09-101-0/+12
* - Use time_uptime instead of time_second in data structures forhrs2013-08-051-9/+9
* Allocate in6_ifextra (ifp->if_afdata[AF_INET6]) only for IPv6-capablehrs2013-07-311-0/+7
* Correct the size of allocated memory to store array of counters.ae2013-07-091-3/+4
* Migrate structs in6_ifstat and icmp6_ifstat to PCPU counters.ae2013-07-091-15/+20
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-0/+26
* Really fix netmask address family this time.melifaro2013-05-191-1/+1
* Finish r85740 : Make IPv6 netmask has address family set.melifaro2013-05-191-0/+1
* Use FF02:0:0:0:0:2:FF00::/104 prefix for IPv6 Node Information Grouphrs2013-05-041-0/+14
* Plug static llentry leak (ipv4 & ipv6 were affected).oleg2013-04-211-8/+10
* Temporarily revert rev 244678. This is causing loopback problems withpeter2013-01-031-9/+0
* The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notifyglebius2012-12-251-0/+9
* In additional to the tailq of IPv6 addresses add the hash table.ae2012-12-151-10/+11
* - Move definition of V_deembed_scopeid to scope6_var.h.hrs2012-12-051-0/+2
* Remove __P.delphij2012-10-221-4/+4
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-8/+1
* Fix races between in_lltable_prefix_free(), lla_lookup(),glebius2012-08-021-9/+9
* Some more whitespace cleanup.glebius2012-08-011-3/+3
* Some style(9) and whitespace changes.glebius2012-07-311-43/+40
* As mentioned in the commit message of r237571 (copied from a prototypebz2012-07-081-1/+3
* Fix a LOR acquiring the if_afdata lock while holding an rtentry lock.delphij2012-06-251-18/+16
* Plug two interface address refcount leaks in early error return casesbz2012-06-051-1/+6
* When we return deprecated addresses, we need to reference them.emax2012-05-301-3/+9
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-15/+15
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-271/+278
* Plug a possible ifa_ref leak in case of premature return from in6_purgeaddr().bz2012-01-241-2/+2
OpenPOWER on IntegriCloud