summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.h
Commit message (Expand)AuthorAgeFilesLines
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* This change re-adds L2 caching for TCP and UDP, as originally added in D4306gnn2016-06-021-1/+1
* Move IPv6 malloc tag definitions into the IPv6 code.markj2016-05-201-0/+4
* Mfp4 @180378:bz2016-03-221-3/+0
* Modify defrouter_remove() to perform the router lookup before removal.markj2016-03-171-1/+1
* Lock the NDP default router list and count defrouter references.markj2016-02-251-1/+20
* Remove a prototype for the non-existent prelist_del().markj2016-02-171-1/+0
* Rename the flags field of struct nd_defrouter to "raflags".markj2016-02-121-4/+4
* Implement interface link header precomputation API.melifaro2015-12-311-0/+2
* Revert r292275 & r292379smh2015-12-171-4/+0
* Fix lagg failover due to missing notificationssmh2015-12-151-0/+4
* Bring back the ability of passing cached route via nd6_output_ifp().melifaro2015-11-151-1/+1
* Eliminate nd6_llinfo_settimer(). All consumers were converted tomelifaro2015-10-041-2/+0
* Eliminate nd6_nud_hint() and its TCP bindings.melifaro2015-09-271-1/+0
* Use standard lle LLE_EXCLUSIVE request flags instead ofmelifaro2015-09-221-2/+0
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()melifaro2015-09-211-0/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-7/+4
* Constantify lookup key in several nd6_* functions.melifaro2015-09-161-3/+3
* Simplify nd6_cache_lladdr:melifaro2015-09-151-1/+1
* * Do more fine-grained locking: call eventhandlers/free_entrymelifaro2015-09-141-1/+1
* Do not pass lle to nd6_ns_output(). Use newly-addedmelifaro2015-09-051-1/+1
* * Split allocation and table linking for lle's.melifaro2015-08-201-1/+1
* MFP r274553:melifaro2015-08-081-2/+2
* - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practicehrs2015-05-121-2/+1
* - Implement loopback probing state in enhanced DAD algorithm.hrs2015-03-051-0/+2
* Implement Enhanced DAD algorithm for IPv6 described inhrs2015-03-021-2/+13
* * Use newly-created nd6_grab_holdchain() function to retrieve llemelifaro2015-01-081-5/+4
* Add refcounting to IPv6 DAD objects and simplify the DAD code to fix amarkj2014-12-081-0/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-271-1/+1
* * Make nd6_dad_duplicated() constant.melifaro2014-11-101-1/+0
* Remove unused 'struct route *' argument from nd6_output_flush().melifaro2014-11-091-1/+1
* Further rework netinet6 address handling code:melifaro2014-01-191-1/+2
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Add no_prefer_iface option.ume2013-01-091-0/+1
* Remove __P.delphij2012-10-221-55/+55
* Remove "prefer_source" address selection option. FreeBSD has had anhrs2012-07-091-1/+1
* Mark a couple of file local functions static and stop exporting them.bz2012-01-051-3/+0
* Use queue(3) macros instead of home-rolled versions in several places injhb2011-12-291-3/+0
* A default route learned from the RAs could be deleted manuallyqingli2011-11-111-0/+1
* - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1.hrs2011-06-061-0/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+4
* Improve flexibility of receiving Router Advertisement andhrs2009-09-121-0/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-17/+17
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-20/+36
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+3
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
* in6_clsroute() was applied to prefix routes causing someqingli2008-12-171-1/+1
* This main goals of this project are:qingli2008-12-151-22/+16
* Put a global variables, which were virtualized but formerlybz2008-12-111-2/+4
* Default to ignoring potentially evil IPv6 Neighbor Solicitationcperciva2008-10-021-0/+1
OpenPOWER on IntegriCloud