summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-211-0/+19
* fixed a kernel crash at the initialization time of PIM-SM register interfacesuz2005-12-091-13/+30
* the response NS to a DAD NS was not sent correctly due to theume2005-12-081-5/+5
* fixed a kernel crash due to an improper removal of callout-timersuz2005-11-161-0/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-93/+154
* statically configured IPv6 address is properly added/deleted nowsuz2005-10-311-75/+51
* fixed a compilation failure on amd64/sparc64/ia64suz2005-10-222-4/+6
* nuked non-existing commandssuz2005-10-211-5/+0
* sync with KAME regarding NDPsuz2005-10-2113-711/+1367
* perform NUD on an IPv6-aware point-to-point interfacesuz2005-10-211-0/+2
* sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC)suz2005-10-213-3/+3
* sync with KAME (nuked unused code, use NULL to denote a NULL pointer)suz2005-10-193-65/+7
* sync with KAME (removed a unnecesary non-standard macro)suz2005-10-192-16/+10
* sync with KAME regarding the following clarification in RFC3542:suz2005-10-193-8/+45
* sync with KAME (don't respond to NI_QTYPE_IPV4ADDR)suz2005-10-191-0/+5
* supported an ndp command suboption to disable IPv6 in the given interfacesuz2005-10-193-0/+16
* added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate...suz2005-10-193-0/+30
* sync with KAME in the following points:suz2005-10-196-96/+94
* Raw IPv6 checksum must use the protocol number of the last header, instead of...suz2005-10-191-1/+1
* fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m...suz2005-10-171-9/+17
* added a missing unlocksuz2005-10-151-1/+3
* AES counter mode uses 8byte IV, not 16 bytes.ume2005-10-121-1/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-5/+5
* plugged a possible memory leaksuz2005-09-161-1/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-076-35/+35
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-063-4/+4
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* added a missing unlock (just do the same thing as in netinet/raw_ip.c)suz2005-08-181-0/+1
* - fix race condition using sx lock.ume2005-08-171-14/+24
* avoid exclusive sleep mutex.ume2005-08-161-3/+3
* added a knob to enable path MTU discovery for multicast packets.ume2005-08-134-14/+28
* - fix typo in comment.ume2005-08-126-45/+20
* o Make rt_check() function more strict:glebius2005-08-111-0/+6
* create sysctl tree dynamically. it is required to shareume2005-08-111-10/+21
* removed RFC1885-related code. it was obsoleted by RFC2463, and theume2005-08-101-52/+0
* supports stealth forwarding in IPv6, as well as in IPv4suz2005-08-104-1/+22
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-2/+0
* Style nit.obrien2005-08-101-1/+1
* fixed a kernel crash at the start-up time of an IPv6 multicast daemons osuz2005-08-101-0/+1
* corrected the fourth argument to ni6_addrs().ume2005-08-091-7/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-3/+3
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* - Use 'error' variable to store error value, instead of 'i'.glebius2005-08-091-9/+6
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-022-0/+4
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedume2005-07-281-35/+9
* Correct a buffer overflow which can occur when decompressing acperciva2005-07-271-7/+9
* nuke duplicate inclusion of scope6_var.h.ume2005-07-261-3/+0
* oops, make it compilable. i need sleep. X-(ume2005-07-251-2/+2
* restore locks which disappeared wrongly by my previous commit.ume2005-07-251-1/+10
* scope cleanup. with this changeume2005-07-2526-1167/+1313
OpenPOWER on IntegriCloud