| Age | Commit message (Expand) | Author |
| 2013-09-26 | sess_hash_bucket: convert to murmurhash2, include ports, use random seed. | rmind |
| 2013-09-20 | bpfjit: replace malloc with kmem, KNF a little, add RCS ID. | rmind |
| 2013-09-19 | NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm! | rmind |
| 2013-09-19 | - Convert NPF to use BPF byte-code by default. Compile BPF byte-code in | rmind |
| 2013-09-19 | npfctl_rule: fixes for the dynamic rules. | rmind |
| 2013-09-19 | bpf_validate_ext: allow COP to modify the memstore. | rmind |
| 2013-09-18 | Add bpf_filter_ext() to use with BPF COP, restore bpf_filter() as it was | rmind |
| 2013-09-13 | Remove unused variable | martin |
| 2013-09-13 | Remove unused variable | martin |
| 2013-09-12 | Remove unused variable | martin |
| 2013-09-09 | PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpf | christos |
| 2013-08-30 | bpf_filter: add a custom argument which can be passed to coprocessor routine. | rmind |
| 2013-08-29 | Remove SS_ISCONFIRMING, it is unused and TP4 will not come back. | rmind |
| 2013-08-29 | Implement BPF_COP/BPF_COPX instructions in the misc category (BPF_MISC) | rmind |
| 2013-08-23 | - npf_cache_ip: re-fetch IPv6 header since nbufs might have been reallocated. | rmind |
| 2013-08-20 | - deal with softint_establish failure | yamt |
| 2013-08-04 | Fix build failed, if undef INET. | kiyohara |
| 2013-07-24 | report about route tag in sysctl route walker | kefren |
| 2013-07-23 | Implement RFC4182 changes - switchable via sysctl | kefren |
| 2013-07-17 | if received PADT, get correct sc related with session id. | oki |
| 2013-07-15 | stop abusing kmem during softint context | kefren |
| 2013-06-29 | - Rewrite parts of pfil(9): use array to store hooks and thus be more cache | rmind |
| 2013-06-20 | Move the detaching and making tentative addresses out if in6_if_up | roy |
| 2013-06-11 | When an interface link state changes to down, mark all attached IPv6 | roy |
| 2013-06-08 | PR/44032: Proxy entries stopped working with pppd. The issue here is that | christos |
| 2013-06-02 | - NPF connection tracking: rework synchronisation on tracking disable/enable | rmind |
| 2013-05-19 | - Add NPF table flushing functionality. | rmind |
| 2013-04-07 | recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.c | kardel |
| 2013-04-06 | update from libpcap | christos |
| 2013-03-20 | Make ALG's autoloadable by providing in the config file: | christos |
| 2013-03-18 | Always use BPF JIT for NPF rules (using BPF code) if it is available. | rmind |
| 2013-03-18 | npf_session_establish: fix previous. | rmind |
| 2013-03-18 | Add npf_session_trackable_p() and npf_session_fillent() for the common code. | rmind |
| 2013-03-13 | add missing argument | christos |
| 2013-03-13 | don't auto-unload | christos |
| 2013-03-12 | normali{s,z}e | christos |
| 2013-03-11 | use sizeof(req) to find if it was empty or not (from uwe) | christos |
| 2013-03-11 | *"" is not constant according to gcc. So we move the responsibility for adding | christos |
| 2013-03-11 | - avoid trailing , in dependencies when there are none other the npf module | christos |
| 2013-03-11 | prevent the lookup function from autoloading recursively. | christos |
| 2013-03-11 | move the module loading in the correct place. | christos |
| 2013-03-11 | remove the detach that does not belong here anymore. | christos |
| 2013-03-10 | Split the npflog cloner and auto-load the extensions. | christos |
| 2013-03-10 | allow cloners as modules. | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-02-19 | nbuf_ensure_contig: fix assert (can be equal if there is zero-length mbuf). | rmind |
| 2013-02-16 | - Convert NPF dynamic rule ID to just incremented 64-bit counter. | rmind |
| 2013-02-10 | - Fix NPF config reload with dynamic rules present. | rmind |
| 2013-02-09 | NPF: | rmind |
| 2013-02-05 | Remove remnants of AF_IMPLINK. | joerg |