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