aboutsummaryrefslogtreecommitdiff
path: root/sys/netpfil/ipfw/ip_fw_log.c
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of struct ip_fw_args from 240 to 128 bytes on amd64.Andrey V. Elsukov2019-01-101-1/+1
* Add UDPLite support to ipfw(4).Andrey V. Elsukov2018-01-191-1/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add to ipfw support for sending an SCTP packet containing an ABORT chunk.Michael Tuexen2017-11-261-0/+4
* Add the log formatting for an external action opcode.Andrey V. Elsukov2017-04-031-0/+5
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-1/+2
* Move logging via BPF support into separate file.Andrey V. Elsukov2016-08-131-169/+8
* Move the ipfw_log_bpf() calls from global module initialisation toBjoern A. Zeeb2016-06-301-15/+19
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-1/+2
* Print proper setfib values in ipfw log.Alexander V. Chernikov2015-11-081-1/+1
* The offset variable has been cleared all bits except IP6F_OFF_MASK.Andrey V. Elsukov2015-03-311-1/+1
* Add support for multi-field values inside ipfw tables.Alexander V. Chernikov2014-08-311-9/+10
* make this code compile in userspace on OSXLuigi Rizzo2013-11-221-0/+7
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Use the correct EtherType for logging IPv6 packets.Philip Paeps2013-09-281-2/+9
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-1/+1
* Add ipfw support for setting/matching DiffServ codepoints (DSCP).Alexander V. Chernikov2013-03-201-4/+2
* Use unified IP_FW_ARG_TABLEARG() macro for most tablearg checks.Alexander V. Chernikov2012-12-231-4/+4
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-9/+9
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+553