summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/arch/amd64/linux32_syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux32/arch/amd64/linux32_syscalls.c')
0 files changed, 0 insertions, 0 deletions
ated connections). Once the interface is reattached they will become active. Bump NPF_VERSION. 2013-09-19NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!rmind 2013-06-02- NPF connection tracking: rework synchronisation on tracking disable/enablermind points and document it. Split the worker thread into a separate module with an interface, so it could be re-used for other tasks. - Replace ALG list with arrays and thus hit fewer cache lines. - Misc bug fixes. 2013-03-12normali{s,z}echristos 2013-03-10remember to detach and add if_npflog modulechristos 2013-02-09NPF:rmind - Implement dynamic NPF rules. Controlled through npf(3) library of via npfctl rule command. A rule can be removed using a unique identifier, returned on addition, or using a key which is SHA1 hash of the rule. Adjust npftest and add a regression test. - Improvements to rule inspection mechanism. - Initial BPF support as an alternative to n-code. - Minor fixes; bump the version. 2012-11-21This component is not WARNS>3 clean (example: it includes socketvar.hpooka which does signed-unsigned comparison in an inline function). Why it compiled at all is one of those marvels of compiler technology. 2012-09-16Implement dynamic NPF extensions interface. An extension consists ofrmind dynamically loaded module (.so) supplementing npfctl(8) and a kernel module. Move normalisation and logging functionality into their own extensions. More improvements to come. 2012-08-14Move and rename librumpdev_npf to librumpnet_npf.rmind