aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_fw.c
Commit message (Expand)AuthorAgeFilesLines
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-0/+29
* o Move NTOHL() and associated macros into <sys/param.h>. These areMike Barcroft2002-02-181-2/+2
* Staticise the fw chain.Mike Smith2002-01-081-1/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Fix fragmented packet handling.Munechika SUMIKAWA2001-10-291-2/+2
* Fix typo (s/=/+=/) in previous commit.Jun Kuriyama2001-06-281-1/+1
* Merge from netinet/ip_fw.c (1.117 -> 1.118).Jun Kuriyama2001-06-241-45/+69
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-7/+8
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.Kris Kennaway2001-01-231-4/+12
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).Hajimu UMEMOTO2001-01-221-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-4/+4
* Make ip6fw as loadable module.Hajimu UMEMOTO2000-09-231-0/+49
* Make ip6fw zero work.Hajimu UMEMOTO2000-08-101-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-14/+27
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* Replace m_pkthdr.rcvif with oif when oif is not NULL, to countYoshinobu Inoue2000-03-111-0/+2
* Add ip6fw.Yoshinobu Inoue2000-01-291-0/+1171