History log of /freebsd-10-stable/sys/netpfil/ipfw/ip_fw_dynamic.c
Revision Date Author Comments
# 314667 04-Mar-2017 avg

MFC r283291: don't use CALLOUT_MPSAFE with callout_init()

The main purpose of this MFC is to reduce conflicts for other merges.
Parts of the original change have already "trickled down" via individual MFCs.


# 296649 11-Mar-2016 ae

MFC r296348:
Use correct size for malloc.


# 291772 04-Dec-2015 bdrewery

MFC r291001:

ipfw: Fix dynamic IPv6 rules showing junk for non-specified address masks.

Relnotes: yes


# 262210 19-Feb-2014 dim

MFC r261915:

Under sys/netpfil/ipfw, surround two IPv6-specific static functions with
#ifdef INET6, since they are unused when INET6 is disabled.


# 262210 19-Feb-2014 dim

MFC r261915:

Under sys/netpfil/ipfw, surround two IPv6-specific static functions with
#ifdef INET6, since they are unused when INET6 is disabled.