Age | Commit message (Expand) | Author |
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck |
2004-06-19 | require RTF_MPATH to enter a multipath route with RTM_ADD. | Cedric Berger |
2004-06-19 | starting TDM T1->E3->whatever media interface model we will attempt | Theo de Raadt |
2004-06-14 | Remove DIOCBEGINRULES, DIOCCOMMITRULES, DIOCBEGINALTQS, DIOCCOMMITALTQS, | Cedric Berger |
2004-06-14 | de-__P | Theo de Raadt |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |
2004-06-11 | Eliminate a dereference after pool_put when an inactive/no-longer referenced | Ryan Thomas McBride |
2004-06-10 | rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved | Daniel Hartmeier |
2004-06-07 | Make deletion of a few addresses much faster on big tables. ok claudio@ | Cedric Berger |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-06-04 | Remove the multicast address when we unconfigure the syncif. | Ryan Thomas McBride |
2004-06-02 | tables like to allocate lots of memory at once. use the previous | Ted Unangst |
2004-05-31 | thinko, reported by Fernando Braga | Daniel Hartmeier |
2004-05-31 | remove the broken auto-append-'0' code; ok canacar, deraadt, thierry | Markus Friedl |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
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 |