| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Do not print "ip6" keyword in print_icmp6types() for O_ICMP6TYPE opcode. | Andrey V. Elsukov | 2018-11-06 | 1 | -1/+1 |
| * | ipfw(8): clarify layer2 processing abilities | Eugene Grosbein | 2018-11-04 | 1 | -0/+21 |
| * | Do not use bzero() for the O_ICMP6TYPE opcode. | Andrey V. Elsukov | 2018-11-03 | 1 | -2/+0 |
| * | Use correct format specificator to print setdscp action. | Andrey V. Elsukov | 2018-10-25 | 1 | -1/+1 |
| * | Retire IPFIREWALL_NAT64_DIRECT_OUTPUT kernel option. And add ability | Andrey V. Elsukov | 2018-10-21 | 1 | -3/+43 |
| * | Add IPFW_RULE_JUSTOPTS flag, that is used by ipfw(8) to mark rule, | Andrey V. Elsukov | 2018-10-21 | 1 | -1/+10 |
| * | Add description, parameters, options, sysctl and examples of using AQMs to ip... | Guangyuan Yang | 2018-09-27 | 1 | -3/+426 |
| * | Add "src-ip" or "dst-ip" keyword to the output, when we are printing the | Andrey V. Elsukov | 2018-09-26 | 1 | -0/+12 |
| * | Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths of | Patrick Kelsey | 2018-08-22 | 1 | -0/+3 |
| * | Restore the behaviour changed in r337536, when bad `ipfw delete` command | Andrey V. Elsukov | 2018-08-10 | 2 | -4/+9 |
| * | If -q flag is specified, do not complain when we are trying to delete | Andrey V. Elsukov | 2018-08-09 | 1 | -3/+9 |
| * | Add "record-state", "set-limit" and "defer-action" rule options to ipfw. | Andrey V. Elsukov | 2018-07-09 | 3 | -26/+172 |
| * | Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8), | Jamie Gritton | 2018-07-03 | 3 | -9/+9 |
| * | Remove extra "ipfw" from example. | Andrey V. Elsukov | 2018-06-28 | 1 | -4/+4 |
| * | Fix the printing of rule comments. | Andrey V. Elsukov | 2018-05-10 | 1 | -3/+3 |
| * | Update NAT64 documentation, now we support any IPv6 prefixes. | Andrey V. Elsukov | 2018-05-09 | 1 | -9/+11 |
| * | Bring in some last changes in NAT64 implementation: | Andrey V. Elsukov | 2018-05-09 | 3 | -16/+20 |
| * | Fix indenting in ipv6.c file, use tabs instead of mixing tabs and spaces. | Andrey V. Elsukov | 2018-04-12 | 1 | -171/+166 |
| * | Remove printing of "not" keyword from print_ip6() function. | Andrey V. Elsukov | 2018-04-12 | 3 | -13/+9 |
| * | Remove printing of "not" keyword from print_ip() function. | Andrey V. Elsukov | 2018-04-12 | 1 | -3/+2 |
| * | Fix typo. | Oleg Bulyzhin | 2018-04-11 | 1 | -1/+1 |
| * | Rework ipfw rules parsing and printing code. | Andrey V. Elsukov | 2018-03-28 | 3 | -745/+779 |
| * | Remove note that `fwd tablearg` is supported only by IPv4. IPv6 is | Andrey V. Elsukov | 2018-03-19 | 1 | -2/+2 |
| * | Do not try to reassemble IPv6 fragments in "reass" rule. | Andrey V. Elsukov | 2018-03-12 | 1 | -2/+2 |
| * | ipfw(8): Fix endianness for Legacy and Ipv4 table hostname values | Conrad Meyer | 2018-03-08 | 1 | -3/+6 |
| * | fix typo in ipfw(8). No functional change. | Alan Somers | 2018-02-27 | 1 | -1/+1 |
| * | DSCP values passed to setdscp need to be lowercase. | Nick Hibma | 2018-02-13 | 1 | -22/+22 |
| * | Fix a few more speelling errors | Eitan Adler | 2017-12-28 | 1 | -1/+1 |
| * | Fix rule number truncation, use uint16_t type to specify rulenum. | Andrey V. Elsukov | 2017-12-24 | 1 | -3/+4 |
| * | Revert r327005 - SPDX tags for license similar to BSD-2-Clause. | Pedro F. Giffuni | 2017-12-20 | 7 | -15/+1 |
| * | SPDX: These are fundamentally BSD-2-Clause. | Pedro F. Giffuni | 2017-12-19 | 7 | -7/+21 |
| * | Add to ipfw support for sending an SCTP packet containing an ABORT chunk. | Michael Tuexen | 2017-11-26 | 3 | -1/+27 |
| * | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| * | Return 'errno' value from the table_do_modify_record(), it is expected | Andrey V. Elsukov | 2017-10-13 | 1 | -0/+2 |
| * | Whitespace changes: Remove leading spaces followed by a tab. | Michael Tuexen | 2017-10-02 | 1 | -7/+7 |
| * | Fix a bug which avoided that rules for matching port numbers for SCTP | Michael Tuexen | 2017-10-02 | 1 | -3/+3 |
| * | ipfw: Note that bandwidth can take G suffix in the manpage | Emmanuel Vadot | 2017-06-23 | 1 | -1/+1 |
| * | ipfw: dummynet: Add 'G' and 'g' suffix for bandwidth configuration/display | Emmanuel Vadot | 2017-06-23 | 1 | -0/+5 |
| * | sbin/ipfw: strcpy, strncpy => strlcpy | Alan Somers | 2017-06-13 | 1 | -9/+10 |
| * | ipfw.8: Note that the ipfw_nat kernel module must be loaded or that the | Emmanuel Vadot | 2017-06-01 | 1 | -0/+5 |
| * | Allow zero port specification in table entries with type flow. | Andrey V. Elsukov | 2017-05-17 | 1 | -10/+6 |
| * | Add `ipfw table all destroy` support. | Andrey V. Elsukov | 2017-05-02 | 2 | -9/+37 |
| * | In parse_range() validate both range values instead of checking | Andrey V. Elsukov | 2017-05-02 | 1 | -1/+1 |
| * | Add sets support for ipfw table info/list/flush commands. | Andrey V. Elsukov | 2017-05-02 | 1 | -5/+6 |
| * | Properly initialize ipfw_range_tlv variable to fix possible EINVAL | Andrey V. Elsukov | 2017-05-02 | 1 | -7/+7 |
| * | In fill_ip6(), the value of the pointer av changes before it is | Marius Strobl | 2017-04-23 | 1 | -2/+3 |
| * | Add ipfw_pmod kernel module. | Andrey V. Elsukov | 2017-04-03 | 3 | -1/+40 |
| * | Add O_EXTERNAL_DATA opcode support. | Andrey V. Elsukov | 2017-04-03 | 1 | -0/+16 |
| * | Change the syntax of ipfw's named states. | Andrey V. Elsukov | 2017-03-15 | 2 | -59/+45 |
| * | Fix a bug in r272840; given that the optlen parameter of setsockopt(2) | Marius Strobl | 2016-12-28 | 2 | -4/+6 |