summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4: 92972, 98913 + one more changebz2006-12-121-23/+35
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* the response NS to a DAD NS was not sent correctly due to theume2005-12-081-5/+5
* sync with KAME regarding NDPsuz2005-10-211-30/+37
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-211-1/+1
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-191-13/+1
* sync with KAME regarding the following clarification in RFC3542:suz2005-10-191-2/+39
* sync with KAME in the following points:suz2005-10-191-13/+13
* plugged a possible memory leaksuz2005-09-161-1/+1
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-061-0/+1
* - fix typo in comment.ume2005-08-121-34/+13
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+1
* scope cleanup. with this changeume2005-07-251-52/+109
* Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressbrooks2005-06-121-1/+2
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-3/+26
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
* ifp has the same value as rt->rti_ifp so remove the dependencyluigi2004-04-191-2/+2
* we don't need to include ipsec.h.ume2004-02-161-8/+0
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-8/+0
* - cleanup SP refcnt issue.ume2003-11-041-0/+8
* use arc4random.ume2003-10-311-2/+2
* use a local variable to avoid holding a lock across a call out of viewsam2003-10-301-4/+6
* - change scope to zone.ume2003-10-211-5/+2
* - add dom_if{attach,detach} framework.ume2003-10-171-5/+5
* - typo in commentume2003-10-091-60/+41
* Enable IPv6 for Token Ring.mdodd2003-09-141-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-2/+2
* Replace aux mbufs with packet tags:sam2002-10-161-10/+2
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-17/+24
* Pacify gcc-3.1.peter2002-03-191-2/+1
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.sumikawa2001-06-191-0/+3
* Sync with recent KAME.ume2001-06-111-93/+157
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-91/+301
* Inhibit successful DAD messages and "no default interface" messages.ume2000-06-221-2/+4
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* IPSEC support in the kernel.shin1999-12-221-3/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-3/+1
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.shin1999-11-231-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+1123
OpenPOWER on IntegriCloud