Age | Commit message (Expand) | Author |
2004-05-28 | bpf device cloning. | Alexander Yurchenko |
2004-05-25 | Return buffered packets when reading from a bpf descriptor and the | Can Erkin Acar |
2004-05-21 | Use '/' instead of ':' as separator for anchor path components. Note that | Daniel Hartmeier |
2004-05-21 | copy out relative anchor paths correctly | Daniel Hartmeier |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-05-18 | if_ether.h | Brad Smith |
2004-05-18 | In DIOCCHANGERULE, move ticket increment above code that might free | Daniel Hartmeier |
2004-05-17 | fix uninitialized var; found by millert@ | Michael Shalayeff |
2004-05-16 | add DLT_PPP_ETHER DLT type | Brad Smith |
2004-05-12 | Rework a block readded by the multipath commit that should ensure that | Claudio Jeker |
2004-05-11 | pf_cksum_fixup() was called without last argument from normalization, | Daniel Hartmeier |
2004-05-11 | change pf_route() loop detection: introduce a counter (number of times | Daniel Hartmeier |
2004-05-09 | Don't dereference scrub pointer when it's NULL, fix PR 3775, from | Daniel Hartmeier |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |
2004-05-04 | Apply bridge filter rules to incoming packets destined to the local machine. | Can Erkin Acar |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2004-05-03 | fix a stupid mistake in my previous commit. | Kenjiro Cho |
2004-04-30 | Unbreak building pfsync without carp. Found by marc@ | Ryan Thomas McBride |
2004-04-28 | gcc3 shut up (from naddy@) | Philipp Buehler |
2004-04-28 | do not return here | Philipp Buehler |
2004-04-28 | make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@ | Cedric Berger |
2004-04-28 | Dont step into INET6 code, just because af != AF_INET | Philipp Buehler |
2004-04-28 | spacing | Theo de Raadt |
2004-04-28 | pfsync stats fixups: | Ryan Thomas McBride |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride |
2004-04-28 | point out that pfsync_send_bus and pfsync_sendout must be called in splnet() | Philipp Buehler |
2004-04-27 | validate the sequence numbers on TCP resets are an exact match. check is only | Mike Frantzen |
2004-04-27 | make separate functions to enable/disable altq, and call them when we | Kenjiro Cho |
2004-04-26 | - make the k field in struct bpf_insn unsigned, as promised in the | Otto Moerbeek |
2004-04-26 | Before enqueueing the packet, copy the contents of incoming clusters | Ryan Thomas McBride |
2004-04-26 | Prevent biases in arc4random() from disclosing the byte order of the firewall. | Ryan Thomas McBride |
2004-04-26 | The rule_number parameter for pf_get_pool() needs to be 32 bits, not 8 - | Ryan Thomas McBride |
2004-04-26 | anchor refcounting. ok dhartmei@ mcbride@ | Cedric Berger |
2004-04-25 | permit multiple default route. from kame | Jun-ichiro itojun Hagino |
2004-04-25 | check for input queue congestion on those as well and call if_congestion when | Henning Brauer |
2004-04-25 | prevent an endless loop with route-to lo0, fixes PR 3736, | Daniel Hartmeier |
2004-04-25 | get rid of a complete state tree walk at state expire while in splnet() | Philipp Buehler |
2004-04-25 | dont splx across functions | Philipp Buehler |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-04-25 | sync 'other' in test6, too. | Philipp Buehler |
2004-04-25 | sync with NetBSD, mostly a Lite2 merge. | Brad Smith |
2004-04-25 | don't add PF_GENERATED tag to synproxy generated packets for the second | Daniel Hartmeier |
2004-04-25 | undo "oops" commit on 1.14 (radix_mpath). | Jun-ichiro itojun Hagino |
2004-04-25 | indentation fix | Jun-ichiro itojun Hagino |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger |
2004-04-24 | be careful about option lengths. ok henning@ mcbride@ | Mike Frantzen |
2004-04-17 | unbreak | Henning Brauer |