summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_fw.c
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-2/+2
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+1
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* When calculating the sequence number to use in an ip6fw reset, remember todwmalone2003-12-251-0/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-7/+10
* - fix typo in comments.ume2003-10-081-11/+14
* return(code) -> return (code)ume2003-10-061-29/+29
* Cleanup useless break.ume2003-07-291-3/+0
* ip6fw does not handle ESP correctlyume2003-07-271-0/+1
* 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