summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.h
Commit message (Expand)AuthorAgeFilesLines
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-211-1/+1
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306George V. Neville-Neil2016-06-021-1/+1
* Move IPv6 malloc tag definitions into the IPv6 code.Mark Johnston2016-05-201-0/+4
* Mfp4 @180378:Bjoern A. Zeeb2016-03-221-3/+0
* Modify defrouter_remove() to perform the router lookup before removal.Mark Johnston2016-03-171-1/+1
* Lock the NDP default router list and count defrouter references.Mark Johnston2016-02-251-1/+20
* Remove a prototype for the non-existent prelist_del().Mark Johnston2016-02-171-1/+0
* Rename the flags field of struct nd_defrouter to "raflags".Mark Johnston2016-02-121-4/+4
* Implement interface link header precomputation API.Alexander V. Chernikov2015-12-311-0/+2
* Revert r292275 & r292379Steven Hartland2015-12-171-4/+0
* Fix lagg failover due to missing notificationsSteven Hartland2015-12-151-0/+4
* Bring back the ability of passing cached route via nd6_output_ifp().Alexander V. Chernikov2015-11-151-1/+1
* Eliminate nd6_llinfo_settimer(). All consumers were converted toAlexander V. Chernikov2015-10-041-2/+0
* Eliminate nd6_nud_hint() and its TCP bindings.Alexander V. Chernikov2015-09-271-1/+0
* Use standard lle LLE_EXCLUSIVE request flags instead ofAlexander V. Chernikov2015-09-221-2/+0
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()Alexander V. Chernikov2015-09-211-0/+1
* Simplify the way of attaching IPv6 link-layer header.Alexander V. Chernikov2015-09-161-7/+4
* Constantify lookup key in several nd6_* functions.Alexander V. Chernikov2015-09-161-3/+3
* Simplify nd6_cache_lladdr:Alexander V. Chernikov2015-09-151-1/+1
* * Do more fine-grained locking: call eventhandlers/free_entryAlexander V. Chernikov2015-09-141-1/+1
* Do not pass lle to nd6_ns_output(). Use newly-addedAlexander V. Chernikov2015-09-051-1/+1
* * Split allocation and table linking for lle's.Alexander V. Chernikov2015-08-201-1/+1
* MFP r274553:Alexander V. Chernikov2015-08-081-2/+2
|\
| * * Move lle creation/deletion from lla_lookup to separate functions:Alexander V. Chernikov2014-11-151-2/+2
| * Fix nd6_output_flush() prototype.Alexander V. Chernikov2014-11-091-1/+1
* | - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practiceHiroki Sato2015-05-121-2/+1
* | - Implement loopback probing state in enhanced DAD algorithm.Hiroki Sato2015-03-051-0/+2
* | Implement Enhanced DAD algorithm for IPv6 described inHiroki Sato2015-03-021-2/+13
* | * Use newly-created nd6_grab_holdchain() function to retrieve lleAlexander V. Chernikov2015-01-081-5/+4
* | Add refcounting to IPv6 DAD objects and simplify the DAD code to fix aMark Johnston2014-12-081-0/+1
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -Alexander V. Chernikov2014-11-271-1/+1
* | * Make nd6_dad_duplicated() constant.Alexander V. Chernikov2014-11-101-1/+0
* | Remove unused 'struct route *' argument from nd6_output_flush().Alexander V. Chernikov2014-11-091-1/+1
|/
* Further rework netinet6 address handling code:Alexander V. Chernikov2014-01-191-1/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Add no_prefer_iface option.Hajimu UMEMOTO2013-01-091-0/+1
* Remove __P.Xin LI2012-10-221-55/+55
* Remove "prefer_source" address selection option. FreeBSD has had anHiroki Sato2012-07-091-1/+1
* Mark a couple of file local functions static and stop exporting them.Bjoern A. Zeeb2012-01-051-3/+0
* Use queue(3) macros instead of home-rolled versions in several places inJohn Baldwin2011-12-291-3/+0
* A default route learned from the RAs could be deleted manuallyQing Li2011-11-111-0/+1
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.Hiroki Sato2011-06-061-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-5/+4
* Improve flexibility of receiving Router Advertisement andHiroki Sato2009-09-121-0/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-17/+17
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-19/+35
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+3
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-1/+1
* in6_clsroute() was applied to prefix routes causing someQing Li2008-12-171-1/+1
* This main goals of this project are:Qing Li2008-12-151-22/+16