summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_fw.c
Commit message (Expand)AuthorAgeFilesLines
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Bah, just use %zu for printing size_t.mike2003-01-061-4/+4
* Cast return values of sizeof() to int so they can be printed with %d.mike2003-01-061-2/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-2/+2
* Lock the sysctl(8) knobs that turn ip{,6}fw(8) firewalling andcjc2002-08-251-3/+5
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-0/+29
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-2/+2
* Staticise the fw chain.msmith2002-01-081-1/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Fix fragmented packet handling.sumikawa2001-10-291-2/+2
* Fix typo (s/=/+=/) in previous commit.kuriyama2001-06-281-1/+1
* Merge from netinet/ip_fw.c (1.117 -> 1.118).kuriyama2001-06-241-45/+69
* Sync with recent KAME.ume2001-06-111-7/+8
* Fix the vulnerability with TCP ECE packets recently fixed in ipfw.kris2001-01-231-4/+12
* avoid conflicting #define symbol (s/FW_IFNLEN/IP6&/).ume2001-01-221-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-4/+4
* Make ip6fw as loadable module.ume2000-09-231-0/+49
* Make ip6fw zero work.ume2000-08-101-1/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-14/+27
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Replace m_pkthdr.rcvif with oif when oif is not NULL, to countshin2000-03-111-0/+2
* Add ip6fw.shin2000-01-291-0/+1171
OpenPOWER on IntegriCloud