aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ipfilter/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. ThisCy Schubert2019-11-273-45/+49
* Save a little stack by removing a used once intermediate variable.Cy Schubert2019-11-271-3/+1
* Remove redundant #ifdef'd function definitions.Cy Schubert2019-11-271-10/+2
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-0/+3
* Add missing definition in DEBUG code.Cy Schubert2019-10-041-1/+1
* ipf mistakenly regards UDP packets with a checksum of 0xffff as bad.Cy Schubert2019-09-261-1/+4
* Document ipf_nat_hashtab_add() return codes.Cy Schubert2019-08-281-0/+1
* Destroy the mutex in case of error.Cy Schubert2019-08-281-2/+6
* Fixup typo in comment.Cy Schubert2019-08-281-1/+1
* Specifying array sizes for fully initialized tables at compile time isCy Schubert2019-08-221-2/+2
* Initialize the frentry (the control block that defines a rule) checksumCy Schubert2019-08-121-1/+1
* Calculate the number interface array elements using the new FR_NUM macroCy Schubert2019-08-112-5/+5
* r272552 applied the patch from ipfilter upstream fil.c r1.129 to fixCy Schubert2019-08-112-7/+61
* Resolve ipfilter kld unload issues related to VNET jails.Cy Schubert2019-08-042-11/+19
* Returning an uninitialized error is a bad thing.Cy Schubert2019-08-041-1/+1
* MFC after: 3 daysCy Schubert2019-08-021-10/+10
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-4/+4
* As of upstream fil.c CVS r1.53 (March 1, 2009), prior to the import ofCy Schubert2019-07-161-3/+0
* Refactor, removing one compare.Cy Schubert2019-07-161-9/+7
* Calculate the offset of the interface name using FR_NAME rather thanCy Schubert2019-07-141-5/+5
* Recycle the unused FR_CMPSIZ macro which became orphaned in ipfilter 5Cy Schubert2019-07-142-3/+3
* style(9)Cy Schubert2019-07-141-8/+8
* Move the new ipf_pcksum6() function from ip_fil_freebsd.c to fil.c.Cy Schubert2019-07-123-57/+55
* Remove a tautological test for adding a rule in the block thatCy Schubert2019-07-111-2/+1
* Correct r349898. The default is add a rule.Cy Schubert2019-07-111-8/+7
* ipfilter commands, in this case ipf(8), passes its operations and rulesCy Schubert2019-07-111-9/+14
* Update frtuc struct comments. It not only defines TCP things we areCy Schubert2019-07-081-3/+3
* Correct the description for the low port in the port compare struct.Cy Schubert2019-07-081-2/+2
* The RFC 3128 test should be made after the offset mask has been applied.Cy Schubert2019-06-301-4/+4
* Revert r349400. It has uintended effects.Cy Schubert2019-06-301-16/+18
* While working on PR/238796 I discovered an unused variable in frdest,Cy Schubert2019-06-262-5/+0
* Remove a tautological compare for offset != 0.Cy Schubert2019-06-261-18/+16
* Prompted by r349366, ipfilter is also does not conform to RFC 3128Cy Schubert2019-06-261-0/+4
* The definition of icmptypes in ip_compt.h is dead code as it alreadyCy Schubert2019-06-251-153/+3
* Clean out duplicate definitions of TCP macros also found in netinet/tcp.h.Cy Schubert2019-06-241-31/+0
* Make ipf_objbytes a constant. ipf_objbytes is a table of internal dataCy Schubert2019-06-171-1/+1
* Whitespace adjustments replacing spaces with tabs.Cy Schubert2019-06-121-14/+14
* Resolve IPv6 checksum errors with stateful inspection. According toCy Schubert2019-06-123-22/+75
* Register pfil hooks when VNET != vnet0. r302298, which virtualized ipf,Cy Schubert2019-06-121-0/+3
* Enclose a long multi-line single conditional statement in braces toCy Schubert2019-06-121-1/+2
* While working on a PR, more are discovered.Cy Schubert2019-06-041-3/+3
* Clean up #ifdefs from old unsupported releases of FreeBSD.Cy Schubert2019-06-042-58/+24
* Properly define the fourth argument to ipf_check, the main entry pointCy Schubert2019-06-032-4/+4
* Contuation of r343701, removal of irrelevant #ifdefs.Cy Schubert2019-05-283-11/+7
* style(9)Cy Schubert2019-05-271-3/+3
* Fix indentation and while at it simplfy the code.Cy Schubert2019-05-271-5/+5
* Remove compile-time tests for unsupported versions of FreeBSD.Cy Schubert2019-05-271-2/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* Support the use of the ipsec kld.Cy Schubert2019-05-111-1/+1
* Left justify a function header brace as it should be.Cy Schubert2019-04-281-1/+1