summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+1
* Clean up VCS Ids.obrien2007-12-101-3/+3
* sync with KAME regarding NDPsuz2005-10-211-21/+32
* supported an ndp command suboption to disable IPv6 in the given interfacesuz2005-10-191-0/+4
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* use arc4random.ume2003-10-311-1/+1
* drop unused defines.ume2003-10-261-4/+0
* drop unused fields.ume2003-10-261-6/+1
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-9/+28
* correct linkmtu handling.ume2003-10-201-1/+0
* - add dom_if{attach,detach} framework.ume2003-10-171-1/+13
* - typo in commentume2003-10-091-10/+9
* introduced a flag bit "ND6_IFF_ACCEPT_RTADV" in the nd_ifinfo structure toume2003-08-051-0/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-10/+10
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-1/+1
* Fix unaligned access (fault) on alpha with ndp -p/-r and sysctl -a.simokawa2001-08-101-2/+2
* Sync with recent KAME.ume2001-06-111-18/+87
OpenPOWER on IntegriCloud