aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-235-24/+54
* examined the gateway (from the routing table) only when the addressHajimu UMEMOTO2000-09-151-0/+10
* Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.Ruslan Ermilov2000-09-141-2/+0
* add attrbute(packed) to union def with specific align constraitn.Jun-ichiro itojun Hagino2000-09-091-11/+11
* repair type 0 routing header support. it was caused by RFC2292/2292bisJun-ichiro itojun Hagino2000-09-031-1/+2
* warn that setsockopt/sysctl # spaces are shared among *BSD, and should betterJun-ichiro itojun Hagino2000-08-271-0/+2
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+1
* add missing splx(), when outgoing interface queue is full on tunnelledJun-ichiro itojun Hagino2000-08-162-0/+4
* Make compilable with -DIPFILTER.Hajimu UMEMOTO2000-08-122-2/+7
* backout ND6_USE_RTSOCK change in previousJun-ichiro itojun Hagino2000-08-111-0/+2
* avoid duplicated rtfree() on default router list change (could cause panic).Jun-ichiro itojun Hagino2000-08-111-6/+9
* Make ip6fw zero work.Hajimu UMEMOTO2000-08-101-1/+1
* GRRR! Fix the 'panic: ip6_init' caused by darrenr's incomplete changesPeter Wemm2000-08-021-0/+6
* activate pfil_hooks and covert ipfilter to use itDarren Reed2000-07-312-0/+60
* s/IPSEC_IPV6FWD/IPSEC/. this avoids unexpected behavior on ipv6 fowarding.Jun-ichiro itojun Hagino2000-07-161-10/+10
* remove m_pulldown statistics, which is highly experimental and does notJun-ichiro itojun Hagino2000-07-121-14/+0
* correct rtentry reference count in in6_ifloop_request().Jun-ichiro itojun Hagino2000-07-121-3/+5
* Suppress a warning message about trigraphs.Greg Lehey2000-07-071-1/+1
* add list of KAME files - may not be 100% correctJun-ichiro itojun Hagino2000-07-051-0/+53
* split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.Jun-ichiro itojun Hagino2000-07-052-4/+12
* correct compilation with IPSEC_IPV6FWD.Jun-ichiro itojun Hagino2000-07-051-0/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-0465-6115/+11332
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-042-2/+2
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-032-2/+2
* Inhibit successful DAD messages and "no default interface" messages.Hajimu UMEMOTO2000-06-221-2/+4
* correct bad TTL with packets generated by v4 mapped udp. from kameJun-ichiro itojun Hagino2000-06-221-0/+7
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-268-19/+19
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-242-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-238-19/+19
* Fixed missing prototype for inet6_rthdr_reverse().Bruce Evans2000-05-111-0/+2
* Add missing include machine/in_cksum.h.Paul Saab2000-05-091-0/+2
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-299-9/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-199-9/+0
* even if nd6_nud_hint is called, do not change a neighbor's statusMunechika SUMIKAWA2000-04-171-1/+1
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.Yoshinobu Inoue2000-04-012-5/+5
* in6_pcb.c:Brian Feldman2000-03-221-3/+2
* Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),Yoshinobu Inoue2000-03-131-1/+1
* Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify theYoshinobu Inoue2000-03-121-1/+1
* Forbid include of netinet6/ip6.h from user-land, and if included,Yoshinobu Inoue2000-03-111-2/+0
* Replace m_pkthdr.rcvif with oif when oif is not NULL, to countYoshinobu Inoue2000-03-111-0/+2
* Initialize mbuf pointer at getting ipsec policy.Yoshinobu Inoue2000-03-091-8/+6
* Update icmp node info query message bit order of query types,Yoshinobu Inoue2000-03-092-17/+25
* CMSG_XXX macros alignment fixes to follow RFC2292.Yoshinobu Inoue2000-03-031-2/+2
* At detaching IPv6 raw socket, also finish IPv6 multicast router.Yoshinobu Inoue2000-02-271-0/+2
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-2/+1
* Prototype fix for IPsec authentication related functionsYoshinobu Inoue2000-02-102-11/+13
* Forbid include of soem inet6 header files from wrong placeYoshinobu Inoue2000-02-103-0/+14
* IPv6 prefix assignment bug fixes.Yoshinobu Inoue2000-02-071-3/+44
* Permit site local addr in IPv6 source address selection rule.Yoshinobu Inoue2000-02-071-2/+23
* Add ip6fw.Yoshinobu Inoue2000-01-294-0/+1375