summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Make per-address input packet counts for lo0 work.ume2001-03-281-6/+22
* nuke IPSEC_SRCSEL which does not do the right thing.ume2001-03-161-33/+3
* Merge from kame (1.175 -> 1.176):kuriyama2001-03-161-1/+27
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-111-3/+12
* More IP option length validation.kris2001-02-264-21/+41
* Better detection of duplicated initialization.simokawa2001-02-201-2/+8
* Correct IPv4 option processing.kris2001-02-202-2/+22
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-5/+9
* Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-062-3/+2
* Yikes, these files bogusly #include "loop.h" but didn't use the value.peter2001-01-293-6/+0
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.kris2001-01-232-5/+18
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).ume2001-01-222-4/+4
* on in6_ifdetach(), do not remove default route mistakenlyume2001-01-221-2/+2
* First step towards an MP-safe zone allocator:des2001-01-211-1/+1
* permit icmp6 type <= 256 (was 32).ume2001-01-211-1/+1
* When ip6_fw_ctl() or soopt_mcopyout() return without success,ume2001-01-201-1/+1
* workaround; be sure to initialize nd6 interface information when IPv6itojun2001-01-181-0/+8
* do not touch ra_addr if it is NULL. from IIJ SEIL teamume2001-01-021-2/+4
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-213-7/+7
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-253-22/+9
* Change check from mbuf->m_ext.ext_free to use the new ext_type in orderbmilekic2000-11-111-6/+3
* backout my previous commit (KAME PR 296). foo != TUNNEL willume2000-11-091-4/+0
* check whether the packet is tunnel mode. reported from <larse@ISI.EDU>ume2000-11-031-0/+4
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-294-4/+0
* Count per-address statistics for IP fragments.joe2000-10-291-0/+6
* Convert all users of fldoff() to offsetof(). fldoff() is badphk2000-10-275-17/+1
* be careful on mbuf overrun on ctlinput.itojun2000-10-231-1/+5
* kame 1.32 -> 1.33itojun2000-10-231-1/+27
* Augment the 'ifaddr' structure with a 'struct if_data' to keepjoe2000-10-192-1/+12
* Fix broken const'ness in declaration of sha1_loop().archie2000-10-091-4/+4
* make pr_type type meet with struct protosw. sync with kameitojun2000-10-031-2/+2
* add missing \n. sync with kame.itojun2000-10-011-3/+3
* Make ip6fw as loadable module.ume2000-09-235-24/+54
* examined the gateway (from the routing table) only when the addressume2000-09-151-0/+10
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.ru2000-09-141-2/+0
* add attrbute(packed) to union def with specific align constraitn.itojun2000-09-091-11/+11
* repair type 0 routing header support. it was caused by RFC2292/2292bisitojun2000-09-031-1/+2
* warn that setsockopt/sysctl # spaces are shared among *BSD, and should betteritojun2000-08-271-0/+2
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+1
* add missing splx(), when outgoing interface queue is full on tunnelleditojun2000-08-162-0/+4
* Make compilable with -DIPFILTER.ume2000-08-122-2/+7
* backout ND6_USE_RTSOCK change in previousitojun2000-08-111-0/+2
* avoid duplicated rtfree() on default router list change (could cause panic).itojun2000-08-111-6/+9
* Make ip6fw zero work.ume2000-08-101-1/+1
* GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changespeter2000-08-021-0/+6
* activate pfil_hooks and covert ipfilter to use itdarrenr2000-07-312-0/+60
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.itojun2000-07-161-10/+10
OpenPOWER on IntegriCloud