| Commit message (Expand) | Author | Age | Files | Lines |
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 4 | -4/+0 |
* | Count per-address statistics for IP fragments. | joe | 2000-10-29 | 1 | -0/+6 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 5 | -17/+1 |
* | be careful on mbuf overrun on ctlinput. | itojun | 2000-10-23 | 1 | -1/+5 |
* | kame 1.32 -> 1.33 | itojun | 2000-10-23 | 1 | -1/+27 |
* | Augment the 'ifaddr' structure with a 'struct if_data' to keep | joe | 2000-10-19 | 2 | -1/+12 |
* | Fix broken const'ness in declaration of sha1_loop(). | archie | 2000-10-09 | 1 | -4/+4 |
* | make pr_type type meet with struct protosw. sync with kame | itojun | 2000-10-03 | 1 | -2/+2 |
* | add missing \n. sync with kame. | itojun | 2000-10-01 | 1 | -3/+3 |
* | Make ip6fw as loadable module. | ume | 2000-09-23 | 5 | -24/+54 |
* | examined the gateway (from the routing table) only when the address | ume | 2000-09-15 | 1 | -0/+10 |
* | Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time. | ru | 2000-09-14 | 1 | -2/+0 |
* | add attrbute(packed) to union def with specific align constraitn. | itojun | 2000-09-09 | 1 | -11/+11 |
* | repair type 0 routing header support. it was caused by RFC2292/2292bis | itojun | 2000-09-03 | 1 | -1/+2 |
* | 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 |