| Commit message (Expand) | Author | Age | Files | Lines |
| * | Explicit CTLFLAG_DYN not needed | Ryan Moeller | 2020-10-04 | 1 | -4/+4 |
| * | Continued ipfilter #ifdef cleanup. The r343701 log entry contains a | Cy Schubert | 2020-09-30 | 1 | -4/+3 |
| * | Remove extraneous bracket. | Cy Schubert | 2020-09-27 | 1 | -1/+1 |
| * | Fix incorrect byte order in ipfstat -f output. | Cy Schubert | 2020-07-17 | 2 | -1/+5 |
| * | pfil_run_hooks() can be called recursively, so we have to | Cy Schubert | 2020-07-17 | 1 | -0/+2 |
| * | Convert ipfilter to the new routing KPI. | Cy Schubert | 2020-04-19 | 1 | -8/+13 |
| * | fib4_free_nh_ext is an empty function. It does nothing. Don't call it. | Cy Schubert | 2020-04-19 | 1 | -5/+0 |
| * | Retire macros: | Cy Schubert | 2020-03-02 | 3 | -8/+5 |
| * | Remove the now unused FREEBSD_GE_REV, FREEBSD_GT_REV, and FREEBSD_LT_REV | Cy Schubert | 2020-03-02 | 1 | -6/+0 |
| * | Continuing the effort started in r343701, #ifdef cleanup, checking for | Cy Schubert | 2020-03-02 | 5 | -7/+6 |
| * | With the planned removal of GIANT (sysctl uses GIANT), make future-proof | Cy Schubert | 2020-02-26 | 1 | -6/+10 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (8 of many) | Pawel Biernacki | 2020-02-24 | 1 | -11/+17 |
| * | Rather than pass the address of the packet information control block to | Cy Schubert | 2019-12-12 | 3 | -6/+4 |
| * | in6_cksum() returns zero when checksums are good. | Cy Schubert | 2019-12-12 | 1 | -1/+1 |
| * | Include fin, the packet information structure (fr_info_t), in the | Cy Schubert | 2019-11-28 | 1 | -1/+1 |
| * | Move ipf_pcksum6() to its rightful place, in ip_fil_freebsd.c. This | Cy Schubert | 2019-11-27 | 3 | -45/+49 |
| * | Save a little stack by removing a used once intermediate variable. | Cy Schubert | 2019-11-27 | 1 | -3/+1 |
| * | Remove redundant #ifdef'd function definitions. | Cy Schubert | 2019-11-27 | 1 | -10/+2 |
| * | Widen NET_EPOCH coverage. | Gleb Smirnoff | 2019-10-07 | 1 | -0/+3 |
| * | Add missing definition in DEBUG code. | Cy Schubert | 2019-10-04 | 1 | -1/+1 |
| * | ipf mistakenly regards UDP packets with a checksum of 0xffff as bad. | Cy Schubert | 2019-09-26 | 1 | -1/+4 |
| * | Document ipf_nat_hashtab_add() return codes. | Cy Schubert | 2019-08-28 | 1 | -0/+1 |
| * | Destroy the mutex in case of error. | Cy Schubert | 2019-08-28 | 1 | -2/+6 |
| * | Fixup typo in comment. | Cy Schubert | 2019-08-28 | 1 | -1/+1 |
| * | Specifying array sizes for fully initialized tables at compile time is | Cy Schubert | 2019-08-22 | 1 | -2/+2 |
| * | Initialize the frentry (the control block that defines a rule) checksum | Cy Schubert | 2019-08-12 | 1 | -1/+1 |
| * | Calculate the number interface array elements using the new FR_NUM macro | Cy Schubert | 2019-08-11 | 2 | -5/+5 |
| * | r272552 applied the patch from ipfilter upstream fil.c r1.129 to fix | Cy Schubert | 2019-08-11 | 2 | -7/+61 |
| * | Resolve ipfilter kld unload issues related to VNET jails. | Cy Schubert | 2019-08-04 | 2 | -11/+19 |
| * | Returning an uninitialized error is a bad thing. | Cy Schubert | 2019-08-04 | 1 | -1/+1 |
| * | MFC after: 3 days | Cy Schubert | 2019-08-02 | 1 | -10/+10 |
| * | IPv6 cleanup: kernel | Bjoern A. Zeeb | 2019-08-02 | 1 | -4/+4 |
| * | As of upstream fil.c CVS r1.53 (March 1, 2009), prior to the import of | Cy Schubert | 2019-07-16 | 1 | -3/+0 |
| * | Refactor, removing one compare. | Cy Schubert | 2019-07-16 | 1 | -8/+6 |
| * | Calculate the offset of the interface name using FR_NAME rather than | Cy Schubert | 2019-07-14 | 1 | -5/+5 |
| * | Recycle the unused FR_CMPSIZ macro which became orphaned in ipfilter 5 | Cy Schubert | 2019-07-14 | 2 | -3/+3 |
| * | style(9) | Cy Schubert | 2019-07-14 | 1 | -8/+8 |
| * | Move the new ipf_pcksum6() function from ip_fil_freebsd.c to fil.c. | Cy Schubert | 2019-07-12 | 3 | -57/+55 |
| * | Remove a tautological test for adding a rule in the block that | Cy Schubert | 2019-07-11 | 1 | -2/+1 |
| * | Correct r349898. The default is add a rule. | Cy Schubert | 2019-07-11 | 1 | -8/+7 |
| * | ipfilter commands, in this case ipf(8), passes its operations and rules | Cy Schubert | 2019-07-11 | 1 | -9/+14 |
| * | Update frtuc struct comments. It not only defines TCP things we are | Cy Schubert | 2019-07-08 | 1 | -3/+3 |
| * | Correct the description for the low port in the port compare struct. | Cy Schubert | 2019-07-08 | 1 | -2/+2 |
| * | The RFC 3128 test should be made after the offset mask has been applied. | Cy Schubert | 2019-06-30 | 1 | -4/+4 |
| * | Revert r349400. It has uintended effects. | Cy Schubert | 2019-06-30 | 1 | -16/+18 |
| * | While working on PR/238796 I discovered an unused variable in frdest, | Cy Schubert | 2019-06-26 | 2 | -5/+0 |
| * | Remove a tautological compare for offset != 0. | Cy Schubert | 2019-06-26 | 1 | -18/+16 |
| * | Prompted by r349366, ipfilter is also does not conform to RFC 3128 | Cy Schubert | 2019-06-26 | 1 | -0/+4 |
| * | The definition of icmptypes in ip_compt.h is dead code as it already | Cy Schubert | 2019-06-25 | 1 | -153/+3 |
| * | Clean out duplicate definitions of TCP macros also found in netinet/tcp.h. | Cy Schubert | 2019-06-24 | 1 | -31/+0 |