| Commit message (Expand) | Author | Age | Files | Lines |
* | When storing the results of malloc() in a pointer to a pointer, check | rwatson | 2006-01-14 | 1 | -1/+1 |
* | In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm' | rwatson | 2006-01-13 | 1 | -1/+1 |
* | added a note about the assumption for m->m_pkthdr.rcvif | suz | 2006-01-09 | 1 | -0/+8 |
* | Add RFC 3378 EtherIP support. This change makes it possible to add gif | thompsa | 2005-12-21 | 1 | -0/+19 |
* | fixed a kernel crash at the initialization time of PIM-SM register interface | suz | 2005-12-09 | 1 | -13/+30 |
* | the response NS to a DAD NS was not sent correctly due to the | ume | 2005-12-08 | 1 | -5/+5 |
* | fixed a kernel crash due to an improper removal of callout-timer | suz | 2005-11-16 | 1 | -0/+1 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -93/+154 |
* | statically configured IPv6 address is properly added/deleted now | suz | 2005-10-31 | 1 | -75/+51 |
* | fixed a compilation failure on amd64/sparc64/ia64 | suz | 2005-10-22 | 2 | -4/+6 |
* | nuked non-existing commands | suz | 2005-10-21 | 1 | -5/+0 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 13 | -711/+1367 |
* | perform NUD on an IPv6-aware point-to-point interface | suz | 2005-10-21 | 1 | -0/+2 |
* | sync with KAME (renamed a macro IPV6_DADOUTPUT to IPV6_UNSPECSRC) | suz | 2005-10-21 | 3 | -3/+3 |
* | sync with KAME (nuked unused code, use NULL to denote a NULL pointer) | suz | 2005-10-19 | 3 | -65/+7 |
* | sync with KAME (removed a unnecesary non-standard macro) | suz | 2005-10-19 | 2 | -16/+10 |
* | sync with KAME regarding the following clarification in RFC3542: | suz | 2005-10-19 | 3 | -8/+45 |
* | sync with KAME (don't respond to NI_QTYPE_IPV4ADDR) | suz | 2005-10-19 | 1 | -0/+5 |
* | supported an ndp command suboption to disable IPv6 in the given interface | suz | 2005-10-19 | 3 | -0/+16 |
* | added an ioctl option in kernel so that ndp/rtadvd can change some NDP-relate... | suz | 2005-10-19 | 3 | -0/+30 |
* | sync with KAME in the following points: | suz | 2005-10-19 | 6 | -96/+94 |
* | Raw IPv6 checksum must use the protocol number of the last header, instead of... | suz | 2005-10-19 | 1 | -1/+1 |
* | fixed a kernel crash when IPv6 PIM-SM routing is enabled and a PIM register m... | suz | 2005-10-17 | 1 | -9/+17 |
* | added a missing unlock | suz | 2005-10-15 | 1 | -1/+3 |
* | AES counter mode uses 8byte IV, not 16 bytes. | ume | 2005-10-12 | 1 | -1/+1 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -5/+5 |
* | plugged a possible memory leak | suz | 2005-09-16 | 1 | -1/+1 |
* | IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR, | obrien | 2005-09-07 | 6 | -35/+35 |
* | Add support for multicast to the bridge and allow inet6 addresses to be | thompsa | 2005-09-06 | 3 | -4/+4 |
* | Use the correct mbuf type for MGET(). | andre | 2005-08-30 | 1 | -1/+1 |
* | added a missing unlock (just do the same thing as in netinet/raw_ip.c) | suz | 2005-08-18 | 1 | -0/+1 |
* | - fix race condition using sx lock. | ume | 2005-08-17 | 1 | -14/+24 |
* | avoid exclusive sleep mutex. | ume | 2005-08-16 | 1 | -3/+3 |
* | added a knob to enable path MTU discovery for multicast packets. | ume | 2005-08-13 | 4 | -14/+28 |
* | - fix typo in comment. | ume | 2005-08-12 | 6 | -45/+20 |
* | o Make rt_check() function more strict: | glebius | 2005-08-11 | 1 | -0/+6 |
* | create sysctl tree dynamically. it is required to share | ume | 2005-08-11 | 1 | -10/+21 |
* | removed RFC1885-related code. it was obsoleted by RFC2463, and the | ume | 2005-08-10 | 1 | -52/+0 |
* | supports stealth forwarding in IPv6, as well as in IPv4 | suz | 2005-08-10 | 4 | -1/+22 |
* | Remove public declarations of variables that were forgotten when they were | obrien | 2005-08-10 | 1 | -2/+0 |
* | Style nit. | obrien | 2005-08-10 | 1 | -1/+1 |
* | fixed a kernel crash at the start-up time of an IPv6 multicast daemons o | suz | 2005-08-10 | 1 | -0/+1 |
* | corrected the fourth argument to ni6_addrs(). | ume | 2005-08-09 | 1 | -7/+4 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 2 | -3/+3 |
* | In preparation for fixing races in ARP (and probably in other | glebius | 2005-08-09 | 1 | -0/+1 |
* | - Use 'error' variable to store error value, instead of 'i'. | glebius | 2005-08-09 | 1 | -9/+6 |
* | Modify network protocol consumers of the ifnet multicast address lists | rwatson | 2005-08-02 | 2 | -0/+4 |
* | simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worried | ume | 2005-07-28 | 1 | -35/+9 |
* | Correct a buffer overflow which can occur when decompressing a | cperciva | 2005-07-27 | 1 | -7/+9 |
* | nuke duplicate inclusion of scope6_var.h. | ume | 2005-07-26 | 1 | -3/+0 |