| Age | Commit message (Expand) | Author |
| 2023-06-24 | Fix typo in comment. | msaitoh |
| 2023-02-03 | Fix use after free on packet with broken lengths | christos |
| 2022-09-02 | Remove unnecessary inclusion of <net/netisr.h>. | thorpej |
| 2022-05-07 | remove conditional code that defines members of natstat_t. | mrg |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2022-02-02 | s/Incluse/Include/ | msaitoh |
| 2021-12-05 | s/recusive/recursive/ in comment. | msaitoh |
| 2021-12-05 | s/imples/implies/ in comment. | msaitoh |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-05-26 | Fix ip_nat memory leak and use-after-free, wrong element freed (Cy Schubert) | christos |
| 2021-03-08 | Adjust for fewer args in calling functions | christos |
| 2021-02-10 | From Cy Schubert: | christos |
| 2020-08-01 | Remove #ifdef BRIDGE_IPF, compile in the code by default. Sent to | maxv |
| 2020-06-24 | reduce stack usage in ipf_nat_ioctl() | jdolecek |
| 2020-06-12 | ipfilter: Prepare for life without in kernel RA | roy |
| 2020-04-18 | be consistent about byte flipping (cosmetic no functional change) | christos |
| 2020-04-09 | PR/55149: Kouichi Hashikawa: Get morefrag before we strip it out from off | christos |
| 2020-04-05 | PR/55137: Kouichi Hashikawa: ipfstat -f incorrect output | christos |
| 2020-04-05 | PR/55137: Kouichi Hashikawa: ipfstat -f incorrect output | christos |
| 2020-02-21 | Explicitly cast pointers to uintptr_t before casting to enums. They are | joerg |
| 2019-11-11 | revert rev 1.7 (which removed the fd_local field from frdest_t). | chs |
| 2019-09-30 | fix double space in comment | bouyer |
| 2019-09-30 | Fix 2 bugs, reported by Edgar Fuß on tech-net@ | bouyer |
| 2019-08-08 | PR/54443: Edgar Fuß: ip mistakenly regards UDP packet with checksum field | christos |
| 2019-06-28 | Revert previous and do the off == 1 case after we've taken the mask. | christos |
| 2019-06-26 | Conform to RFC 3128 by dropping TCP fragments with offset = 1. | christos |
| 2019-06-26 | Remove fd_local, it is not used, from FreeBSD r349401, reported by Cy Schubert | christos |
| 2019-06-26 | Remove redundant off != 0 check, from FreeBSD r349400, reported by Cy Schubert | christos |
| 2019-02-04 | add fallthru comments. | mrg |
| 2018-08-10 | Fix compilation of PF/IPF... | maxv |
| 2018-08-10 | Rename | maxv |
| 2018-07-11 | Rename | maxv |
| 2018-06-03 | Constify a bunch of global varialbes under ipf/ so that they land in | maxv |
| 2018-05-03 | Remove now unused tcpip.h includes. Some were already unused before. | maxv |
| 2018-05-03 | Remove m_copy completely. | maxv |
| 2018-05-01 | Remove unused alias to tcpiphdr. | maxv |
| 2018-02-08 | updates for GCC 6: | mrg |
| 2018-02-04 | apply __attribute__((__used__)) for rcsid, etc. | mrg |
| 2017-10-12 | put back the cast. | christos |
| 2017-10-12 | When growing the state, remember to grow the seed array, otherwise we'll end | christos |
| 2017-09-05 | Revert changing the byte order of fi->fi_addr. It is already correct. From | christos |
| 2017-07-23 | use the scoping functions (JINMEI, Tatuya) | christos |
| 2017-07-23 | From Edgar Fuss: | christos |
| 2017-07-20 | Fix ipf failing to sent TCP RST's on link-local interfaces by stuffing | christos |
| 2017-07-01 | Typo | khorben |
| 2017-05-12 | Call the right filter function for hook removal found by Stephen Borrill. | christos |
| 2017-04-23 | Disconnect maintaining fragment state from keeping session state. The user | christos |
| 2017-04-23 | Free the right fragment (Cy Schubert @ FreeBSD). This will cause use after free | christos |
| 2017-02-14 | Do ND in L2_output in the same manner as arpresolve | ozaki-r |
| 2017-01-13 | Don't play with the linked list while holding only a read lock! | christos |