| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+3 |
* | Restore behavior changed with rev. 1.46 and make | bz | 2007-07-19 | 1 | -1/+1 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -5/+5 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -1/+0 |
* | Link pf 4.1 to the build: | mlaier | 2007-07-03 | 1 | -0/+5 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -2/+2 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -2/+3 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | bms | 2007-06-12 | 1 | -0/+20 |
* | This comment on various IPPORT_ defines was copied from in.h and | dwmalone | 2006-03-28 | 1 | -25/+3 |
* | updates net.inet6.ip6.kame_version as the proof of the latest KAME merge | suz | 2006-03-19 | 1 | -1/+1 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 1 | -4/+6 |
* | sync with KAME (removed a unnecesary non-standard macro) | suz | 2005-10-19 | 1 | -8/+0 |
* | added a knob to enable path MTU discovery for multicast packets. | ume | 2005-08-13 | 1 | -1/+5 |
* | supports stealth forwarding in IPv6, as well as in IPv4 | suz | 2005-08-10 | 1 | -1/+3 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -0/+1 |
* | update comments: | ume | 2005-07-20 | 1 | -3/+3 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | byebye in6_ifawithscope(). it was a function for old source | ume | 2003-11-05 | 1 | -1/+0 |
* | source address selection part of RFC3484. | ume | 2003-11-04 | 1 | -1/+1 |
* | add management part of address selection policy described in | ume | 2003-10-30 | 1 | -0/+3 |
* | use uint32_t instead of u_int32_t for newly introduced | ume | 2003-10-26 | 1 | -1/+1 |
* | revert following unwanted changes: | ume | 2003-10-25 | 1 | -7/+7 |
* | correct namespace pollution. | ume | 2003-10-25 | 1 | -0/+5 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -33/+90 |
* | - implement lock around IPv6 reassembly, to avoid panic due to | ume | 2003-10-22 | 1 | -1/+3 |
* | - change scope to zone. | ume | 2003-10-21 | 1 | -3/+8 |
* | nuke unused CTL_IPV6PROTO_NAMES macro. | ume | 2003-10-07 | 1 | -47/+0 |
* | Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP. | mdodd | 2003-04-29 | 1 | -0/+3 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -3/+3 |
* | correct comment for setsockopt arg size. | ume | 2002-07-25 | 1 | -3/+3 |
* | sin6_len is not an address family. I believe this doesn't | ume | 2002-07-22 | 1 | -1/+1 |
* | o Conditionalize sections for POSIX.1-2001 compatibility. | mike | 2002-05-23 | 1 | -31/+49 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -12/+12 |
* | Unconditionalize the definition of INET_ADDRSTRLEN and | mike | 2002-04-10 | 1 | -2/+0 |
* | put an extern for ip6_protox in here where it is only used for kernel compiling | darrenr | 2002-03-19 | 1 | -0/+1 |
* | o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h> | mike | 2002-03-10 | 1 | -0/+2 |
* | Make faith loadable, unloadable, and clonable. | brooks | 2001-09-25 | 1 | -0/+2 |
* | remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time) | ume | 2001-06-24 | 1 | -7/+0 |
* | Sync with recent KAME. | ume | 2001-06-11 | 1 | -65/+118 |
* | warn that setsockopt/sysctl # spaces are shared among *BSD, and should better | itojun | 2000-08-27 | 1 | -0/+2 |
* | split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*. | itojun | 2000-07-05 | 1 | -1/+7 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -158/+161 |
* | Fixed missing prototype for inet6_rthdr_reverse(). | bde | 2000-05-11 | 1 | -0/+2 |
* | Backout the previous change to __KAME_VERSION (FreeBSD4.x addition), | shin | 2000-03-13 | 1 | -1/+1 |
* | Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify the | shin | 2000-03-12 | 1 | -1/+1 |
* | Forbid include of soem inet6 header files from wrong place | shin | 2000-02-10 | 1 | -0/+4 |
* | wrapped prototype declarations by __P(()) | shin | 2000-01-15 | 1 | -6/+8 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -64/+2 |
* | there's no memcmp() in kernel, use bcmp() instead. | itojun | 1999-11-29 | 1 | -0/+8 |