summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_fw.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.kris2001-01-231-1/+6
| | | | This is untested, but believed to work.
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).ume2001-01-221-2/+2
| | | | Obtained from: KAME
* permit icmp6 type <= 256 (was 32).ume2001-01-211-1/+1
| | | | Obtained from: KAME
* Make ip6fw as loadable module.ume2000-09-231-0/+1
|
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-94/+88
| | | | | | | API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change)
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
| | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Add ip6fw.shin2000-01-291-0/+202
| | | | | | | | | | Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project
* IPSEC support in the kernel.shin1999-12-221-202/+0
| | | | | | | | pr_input() routines prototype is also changed to support IPSEC and IPV6 chained protocol headers. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+202
for IPv6 yet) With this patch, you can assigne IPv6 addr automatically, and can reply to IPv6 ping. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud