summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r282805:hrs2015-07-231-2/+1
* MFC r261708, r261847, r268525, r274316, r274347, r275593,hiren2015-05-081-8/+20
* 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
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-143/+180
* Back out the previous change to the queue(3) interface.jake2000-05-261-6/+6
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-6/+6
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-4/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+302
OpenPOWER on IntegriCloud