| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r313025, r313395, r314113, r314442, r315458, r315656 | asomers | 2017-04-17 | 1 | -0/+1 |
* | MFC r306829, r310286, r311695: | markj | 2017-04-11 | 1 | -5/+22 |
* | MFC r306285: | markj | 2016-10-02 | 1 | -1/+1 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | bz | 2016-06-21 | 1 | -1/+1 |
* | This change re-adds L2 caching for TCP and UDP, as originally added in D4306 | gnn | 2016-06-02 | 1 | -1/+1 |
* | Move IPv6 malloc tag definitions into the IPv6 code. | markj | 2016-05-20 | 1 | -0/+4 |
* | Mfp4 @180378: | bz | 2016-03-22 | 1 | -3/+0 |
* | Modify defrouter_remove() to perform the router lookup before removal. | markj | 2016-03-17 | 1 | -1/+1 |
* | Lock the NDP default router list and count defrouter references. | markj | 2016-02-25 | 1 | -1/+20 |
* | Remove a prototype for the non-existent prelist_del(). | markj | 2016-02-17 | 1 | -1/+0 |
* | Rename the flags field of struct nd_defrouter to "raflags". | markj | 2016-02-12 | 1 | -4/+4 |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -0/+2 |
* | Revert r292275 & r292379 | smh | 2015-12-17 | 1 | -4/+0 |
* | Fix lagg failover due to missing notifications | smh | 2015-12-15 | 1 | -0/+4 |
* | Bring back the ability of passing cached route via nd6_output_ifp(). | melifaro | 2015-11-15 | 1 | -1/+1 |
* | Eliminate nd6_llinfo_settimer(). All consumers were converted to | melifaro | 2015-10-04 | 1 | -2/+0 |
* | Eliminate nd6_nud_hint() and its TCP bindings. | melifaro | 2015-09-27 | 1 | -1/+0 |
* | Use standard lle LLE_EXCLUSIVE request flags instead of | melifaro | 2015-09-22 | 1 | -2/+0 |
* | Unify nd6 state switching by using newly-created nd6_llinfo_setstate() | melifaro | 2015-09-21 | 1 | -0/+1 |
* | Simplify the way of attaching IPv6 link-layer header. | melifaro | 2015-09-16 | 1 | -7/+4 |
* | Constantify lookup key in several nd6_* functions. | melifaro | 2015-09-16 | 1 | -3/+3 |
* | Simplify nd6_cache_lladdr: | melifaro | 2015-09-15 | 1 | -1/+1 |
* | * Do more fine-grained locking: call eventhandlers/free_entry | melifaro | 2015-09-14 | 1 | -1/+1 |
* | Do not pass lle to nd6_ns_output(). Use newly-added | melifaro | 2015-09-05 | 1 | -1/+1 |
* | * Split allocation and table linking for lle's. | melifaro | 2015-08-20 | 1 | -1/+1 |
* | MFP r274553: | melifaro | 2015-08-08 | 1 | -2/+2 |
* | - Remove ND6_IFF_IGNORELOOP. This functionality was useless in practice | hrs | 2015-05-12 | 1 | -2/+1 |
* | - Implement loopback probing state in enhanced DAD algorithm. | hrs | 2015-03-05 | 1 | -0/+2 |
* | Implement Enhanced DAD algorithm for IPv6 described in | hrs | 2015-03-02 | 1 | -2/+13 |
* | * Use newly-created nd6_grab_holdchain() function to retrieve lle | melifaro | 2015-01-08 | 1 | -5/+4 |
* | Add refcounting to IPv6 DAD objects and simplify the DAD code to fix a | markj | 2014-12-08 | 1 | -0/+1 |
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr - | melifaro | 2014-11-27 | 1 | -1/+1 |
* | * Make nd6_dad_duplicated() constant. | melifaro | 2014-11-10 | 1 | -1/+0 |
* | Remove unused 'struct route *' argument from nd6_output_flush(). | melifaro | 2014-11-09 | 1 | -1/+1 |
* | Further rework netinet6 address handling code: | melifaro | 2014-01-19 | 1 | -1/+2 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -1/+1 |
* | Add no_prefer_iface option. | ume | 2013-01-09 | 1 | -0/+1 |
* | Remove __P. | delphij | 2012-10-22 | 1 | -55/+55 |
* | Remove "prefer_source" address selection option. FreeBSD has had an | hrs | 2012-07-09 | 1 | -1/+1 |
* | Mark a couple of file local functions static and stop exporting them. | bz | 2012-01-05 | 1 | -3/+0 |
* | Use queue(3) macros instead of home-rolled versions in several places in | jhb | 2011-12-29 | 1 | -3/+0 |
* | A default route learned from the RAs could be deleted manually | qingli | 2011-11-11 | 1 | -0/+1 |
* | - Accept Router Advertisement messages even when net.inet6.ip6.forwarding=1. | hrs | 2011-06-06 | 1 | -0/+1 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | bz | 2010-04-29 | 1 | -5/+4 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 1 | -0/+1 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -17/+17 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -20/+36 |
* | Introduce an infrastructure for dismantling vnet instances. | zec | 2009-06-08 | 1 | -0/+3 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -1/+1 |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 1 | -1/+1 |