aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6_nbr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressBrooks Davis2005-06-121-1/+2
* Add CARP (Common Address Redundancy Protocol), which allows multipleGleb Smirnoff2005-02-221-3/+26
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-1/+1
* ifp has the same value as rt->rti_ifp so remove the dependencyLuigi Rizzo2004-04-191-2/+2
* we don't need to include ipsec.h.Hajimu UMEMOTO2004-02-161-8/+0
* pass pcb rather than so. it is expected that per socket policyHajimu UMEMOTO2004-02-031-8/+0
* - cleanup SP refcnt issue.Hajimu UMEMOTO2003-11-041-0/+8
* use arc4random.Hajimu UMEMOTO2003-10-311-2/+2
* use a local variable to avoid holding a lock across a call out of viewSam Leffler2003-10-301-4/+6
* - change scope to zone.Hajimu UMEMOTO2003-10-211-5/+2
* - add dom_if{attach,detach} framework.Hajimu UMEMOTO2003-10-171-5/+5
* - typo in commentHajimu UMEMOTO2003-10-091-60/+41
* Enable IPv6 for Token Ring.Matthew N. Dodd2003-09-141-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-2/+2
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-10/+2
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-17/+24
* Pacify gcc-3.1.Peter Wemm2002-03-191-2/+1
* Add IFT_L2VLAN for supported NDP type. IPv6 over VLAN works now.Munechika SUMIKAWA2001-06-191-0/+3
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-93/+157
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-91/+301
* Inhibit successful DAD messages and "no default interface" messages.Hajimu UMEMOTO2000-06-221-2/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-3/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-3/+1
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.Yoshinobu Inoue1999-11-231-1/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+1123