| Commit message (Expand) | Author | Age | Files | Lines |
* | warn that setsockopt/sysctl # spaces are shared among *BSD, and should better | itojun | 2000-08-27 | 1 | -0/+2 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 1 | -1/+1 |
* | add missing splx(), when outgoing interface queue is full on tunnelled | itojun | 2000-08-16 | 2 | -0/+4 |
* | Make compilable with -DIPFILTER. | ume | 2000-08-12 | 2 | -2/+7 |
* | backout ND6_USE_RTSOCK change in previous | itojun | 2000-08-11 | 1 | -0/+2 |
* | avoid duplicated rtfree() on default router list change (could cause panic). | itojun | 2000-08-11 | 1 | -6/+9 |
* | Make ip6fw zero work. | ume | 2000-08-10 | 1 | -1/+1 |
* | GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changes | peter | 2000-08-02 | 1 | -0/+6 |
* | activate pfil_hooks and covert ipfilter to use it | darrenr | 2000-07-31 | 2 | -0/+60 |
* | s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding. | itojun | 2000-07-16 | 1 | -10/+10 |
* | remove m_pulldown statistics, which is highly experimental and does not | itojun | 2000-07-12 | 1 | -14/+0 |
* | correct rtentry reference count in in6_ifloop_request(). | itojun | 2000-07-12 | 1 | -3/+5 |
* | Suppress a warning message about trigraphs. | grog | 2000-07-07 | 1 | -1/+1 |
* | add list of KAME files - may not be 100% correct | itojun | 2000-07-05 | 1 | -0/+53 |
* | split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*. | itojun | 2000-07-05 | 2 | -4/+12 |
* | correct compilation with IPSEC_IPV6FWD. | itojun | 2000-07-05 | 1 | -0/+1 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 65 | -6148/+11365 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 2 | -2/+2 |
* | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | phk | 2000-07-03 | 2 | -2/+2 |
* | Inhibit successful DAD messages and "no default interface" messages. | ume | 2000-06-22 | 1 | -2/+4 |
* | correct bad TTL with packets generated by v4 mapped udp. from kame | itojun | 2000-06-22 | 1 | -0/+7 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 8 | -19/+19 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 2 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 8 | -19/+19 |
* | Fixed missing prototype for inet6_rthdr_reverse(). | bde | 2000-05-11 | 1 | -0/+2 |
* | Add missing include machine/in_cksum.h. | ps | 2000-05-09 | 1 | -0/+2 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 9 | -9/+0 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 9 | -9/+0 |
* | even if nd6_nud_hint is called, do not change a neighbor's status | sumikawa | 2000-04-17 | 1 | -1/+1 |
* | Support per socket based IPv4 mapped IPv6 addr enable/disable control. | shin | 2000-04-01 | 2 | -5/+5 |
* | in6_pcb.c: | green | 2000-03-22 | 1 | -3/+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 netinet6/ip6.h from user-land, and if included, | shin | 2000-03-11 | 1 | -2/+0 |
* | Replace m_pkthdr.rcvif with oif when oif is not NULL, to count | shin | 2000-03-11 | 1 | -0/+2 |
* | Initialize mbuf pointer at getting ipsec policy. | shin | 2000-03-09 | 1 | -8/+6 |
* | Update icmp node info query message bit order of query types, | shin | 2000-03-09 | 2 | -17/+25 |
* | CMSG_XXX macros alignment fixes to follow RFC2292. | shin | 2000-03-03 | 1 | -2/+2 |
* | At detaching IPv6 raw socket, also finish IPv6 multicast router. | shin | 2000-02-27 | 1 | -0/+2 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -2/+1 |
* | Prototype fix for IPsec authentication related functions | shin | 2000-02-10 | 2 | -11/+13 |
* | Forbid include of soem inet6 header files from wrong place | shin | 2000-02-10 | 3 | -0/+14 |
* | IPv6 prefix assignment bug fixes. | shin | 2000-02-07 | 1 | -3/+44 |
* | Permit site local addr in IPv6 source address selection rule. | shin | 2000-02-07 | 1 | -2/+23 |
* | Add ip6fw. | shin | 2000-01-29 | 4 | -0/+1375 |
* | Backout diffs which should not be included. | shin | 2000-01-28 | 2 | -2/+0 |
* | #This is a null commit to give correct description for the previous change. | shin | 2000-01-28 | 2 | -0/+2 |
* | Sorry I didn't commit these files at the commit just a few minutes before. | shin | 2000-01-28 | 5 | -1/+2197 |
* | IPv6 multicast routing. | shin | 2000-01-28 | 1 | -0/+6 |
* | Added ip6_forwarding check when prefix related ioctl is called. | shin | 2000-01-27 | 1 | -0/+2 |