summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2013-09-26sess_hash_bucket: convert to murmurhash2, include ports, use random seed.rmind
2013-09-20bpfjit: replace malloc with kmem, KNF a little, add RCS ID.rmind
2013-09-19NPF: 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 inrmind
2013-09-19npfctl_rule: fixes for the dynamic rules.rmind
2013-09-19bpf_validate_ext: allow COP to modify the memstore.rmind
2013-09-18Add bpf_filter_ext() to use with BPF COP, restore bpf_filter() as it wasrmind
2013-09-13Remove unused variablemartin
2013-09-13Remove unused variablemartin
2013-09-12Remove unused variablemartin
2013-09-09PR/48198: Peter Bex: Avoid kernel panic caused by setting a very small bpfchristos
2013-08-30bpf_filter: add a custom argument which can be passed to coprocessor routine.rmind
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
2013-08-29Implement 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 failureyamt
2013-08-04Fix build failed, if undef INET.kiyohara
2013-07-24report about route tag in sysctl route walkerkefren
2013-07-23Implement RFC4182 changes - switchable via sysctlkefren
2013-07-17if received PADT, get correct sc related with session id.oki
2013-07-15stop abusing kmem during softint contextkefren
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2013-06-20Move the detaching and making tentative addresses out if in6_if_uproy
2013-06-11When an interface link state changes to down, mark all attached IPv6roy
2013-06-08PR/44032: Proxy entries stopped working with pppd. The issue here is thatchristos
2013-06-02- NPF connection tracking: rework synchronisation on tracking disable/enablermind
2013-05-19- Add NPF table flushing functionality.rmind
2013-04-07recover DLT_HIPPY and DLT_HDLC from before for if_hippisubr.c and hd64570.ckardel
2013-04-06update from libpcapchristos
2013-03-20Make ALG's autoloadable by providing in the config file:christos
2013-03-18Always use BPF JIT for NPF rules (using BPF code) if it is available.rmind
2013-03-18npf_session_establish: fix previous.rmind
2013-03-18Add npf_session_trackable_p() and npf_session_fillent() for the common code.rmind
2013-03-13add missing argumentchristos
2013-03-13don't auto-unloadchristos
2013-03-12normali{s,z}echristos
2013-03-11use 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 addingchristos
2013-03-11- avoid trailing , in dependencies when there are none other the npf modulechristos
2013-03-11prevent the lookup function from autoloading recursively.christos
2013-03-11move the module loading in the correct place.christos
2013-03-11remove the detach that does not belong here anymore.christos
2013-03-10Split the npflog cloner and auto-load the extensions.christos
2013-03-10allow cloners as modules.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-19nbuf_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-09NPF:rmind
2013-02-05Remove remnants of AF_IMPLINK.joerg