summaryrefslogtreecommitdiffstats
path: root/sys/netpfil/ipfw/ip_fw_log.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r316433:ae2017-04-171-0/+5
* MFC r304041:ae2017-04-031-169/+8
* MFC r313821 r315277 r315286vangyzen2017-03-171-1/+2
* Move the ipfw_log_bpf() calls from global module initialisation tobz2016-06-301-15/+19
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-1/+2
* Print proper setfib values in ipfw log.melifaro2015-11-081-1/+1
* The offset variable has been cleared all bits except IP6F_OFF_MASK.ae2015-03-311-1/+1
* Add support for multi-field values inside ipfw tables.melifaro2014-08-311-9/+10
* make this code compile in userspace on OSXluigi2013-11-221-0/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Use the correct EtherType for logging IPv6 packets.philip2013-09-281-2/+9
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).melifaro2013-03-201-4/+2
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.melifaro2012-12-231-4/+4
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-9/+9
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-0/+553
OpenPOWER on IntegriCloud