summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.c
Commit message (Expand)AuthorAgeFilesLines
* Provide additional lle data in IPv6 lltable dump used by ndp(8).melifaro2015-12-161-2/+9
* Fix lagg failover due to missing notificationssmh2015-12-151-1/+1
* inet6: Do not assume every interface has ip6 enabled.kp2015-12-141-0/+2
* Remove LLE read lock from IPv6 fast path.melifaro2015-12-131-2/+11
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),melifaro2015-12-091-11/+12
* This fixes several places where callout_stops return is examined. Therrs2015-11-131-1/+1
* Unify setting lladdr for AF_INET[6].melifaro2015-11-071-2/+2
* rtsock requests for deleting interface address lles started to return EPERMmelifaro2015-09-271-0/+2
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-141-37/+39
* Remove SIOCGDRLST_IN6 and SIOCGPRLST_IN6 forgotten in the previous commit.hrs2015-09-101-2/+0
* Do not add IN6_IFF_TENTATIVE when ND6_IFF_NO_DAD.hrs2015-09-101-4/+6
* Do not skip entries without LLE_VALID flag.melifaro2015-09-051-2/+2
* Make in6ifa_ifpwithaddr() take const param.melifaro2015-09-051-3/+2
* Simplify lla_rt_output()/nd6_add_ifa_lle() by setting lle state inmelifaro2015-08-311-0/+3
* - Deprecate IN6_IFF_NODAD. It was used to prevent DAD on a loopbackhrs2015-08-241-13/+8
* * Split allocation and table linking for lle's.melifaro2015-08-201-13/+2
* Use single 'lle_timer' callout in lltable instead ofmelifaro2015-08-111-2/+2
* Store addresses instead of sockaddrs inside llentry.melifaro2015-08-111-13/+7
* MFP r276712.melifaro2015-08-111-12/+24
* Partially merge r274887,r275334,r275577,r275578,r275586 to minimizemelifaro2015-08-101-71/+93
* Fix compilation after r286457 w/o INVARIANTS or INVARIANT_SUPPORT.marius2015-08-081-4/+2
* MFP r274553:melifaro2015-08-081-58/+113
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-11/+17
* Invoke LLE event handler when entry is deleted.ae2015-07-201-0/+1
* Move RTM announces into generic code to be independent from Layer2 code.ae2015-05-291-0/+2
* Remove #ifdef IFT_FOO.glebius2015-05-021-9/+0
* 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
OpenPOWER on IntegriCloud