Age | Commit message (Expand) | Author |
2007-09-07 | Do not recalculate TCP payload length in pf_test_rule() as it has | Alexander Bluhm |
2007-09-07 | Check if rtm_hdrlen is smaller then the passed message or it would be possible | Claudio Jeker |
2007-09-07 | use M_ZERO | Reyk Floeter |
2007-09-06 | bump the copyright while touching these files | Reyk Floeter |
2007-09-06 | With a trunk(4) interface in fail over mode the trunk(4) interface | Reyk Floeter |
2007-09-05 | IPv6 support for sppp layer, based on NetBSD version. | Can Erkin Acar |
2007-09-03 | Bump RTM_VERSION to 4 and start a new aera of routing in OpenBSD :) | Claudio Jeker |
2007-09-03 | Make use of the pfsync 'badval' and 'stale' counters instead of using | Joel Knight |
2007-09-01 | since the | Henning Brauer |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-08-31 | zap unused "pf_tag" structure. | Thordur I. Bjornsson |
2007-08-30 | mechanic change: | Henning Brauer |
2007-08-30 | handle address ranges in skip step calculation | Daniel Hartmeier |
2007-08-30 | add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/to | Daniel Hartmeier |
2007-08-28 | showing this diff is shameful... | Henning Brauer |
2007-08-28 | The m_pulldown used for aligning was not copying the header, | Can Erkin Acar |
2007-08-23 | allow RSTs with th_seq == seqlo +- 1, reduces the amount of 'loose state' | Daniel Hartmeier |
2007-08-21 | don't access th_flags when it isn't available (only 8 bytes of the | Daniel Hartmeier |
2007-08-20 | Align the packet after the ppp header. | Can Erkin Acar |
2007-08-14 | Make sure all the packet is in one continuous mbuf. | Can Erkin Acar |
2007-08-07 | Use the length of the mbuf instead of the packet. | Can Erkin Acar |
2007-08-06 | Fix some "that that"s. | Tom Cosgrove |
2007-07-30 | With adding ipsec tags and exporting flow filters via sysctl SADB_GET | Hans-Joerg Hoexer |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-07-21 | add ETHERTYPE_PAE (802.1X Port Access Entity). | Damien Bergamini |
2007-07-18 | Don't drop outgoing packets in case of a congested input queue. | Marco Pfatschbacher |
2007-07-13 | remove obsolete pfi_statehead and pfik_w_states; ok henning@ | Markus Friedl |
2007-07-10 | adjust pf_find_state_all() so that it works correctly for the new global | Kurt Miller |
2007-07-06 | btintrq has been removed from bt_input.c, don't reference it here. | Christian Weisgerber |
2007-07-04 | Fix a use after free crash in in_delmulti(). If a interface is detached | Claudio Jeker |
2007-07-04 | No m_copyback for ICMP and "other" protocols on rdr/binat. | Marco Pfatschbacher |
2007-06-26 | Fix a race condition during ruleset reload; make sure we don't walk off | Ryan Thomas McBride |
2007-06-25 | crank ifq_maxlen from 50 to 256, so it is not smaller than most interfaces | Henning Brauer |
2007-06-25 | pretty mechanical change: now that the state tables use seperate state | Henning Brauer |
2007-06-24 | Save some bytes and make code more readable by removing junk union and | Ryan Thomas McBride |
2007-06-22 | export the flow/filter information attached to the SA, too; ok hshoexer@ | Markus Friedl |
2007-06-21 | force logif to zero if no logging is asked for | Henning Brauer |
2007-06-21 | reimplement interface bound states in a non-retarded way. | Henning Brauer |
2007-06-20 | Allow "log" for nat rules without "pass". | Marco Pfatschbacher |
2007-06-17 | add back missing bcopy & break, got lost when removing arcnet. | Henning Brauer |
2007-06-15 | in pf_test_rule, before handling IPPROTO_ICMP / IPPROTO_ICMPV6, check that | Henning Brauer |
2007-06-14 | Add a new "rtlabel" option to ifconfig. It allows to specify a route label | Reyk Floeter |
2007-06-14 | sprinkle some #ifdef IPSEC so that pfsync compiles w/o ipsec | Henning Brauer |
2007-06-11 | move definitions for the flags in the mbuf header used by pf to mbuf.h | Henning Brauer |
2007-06-09 | fix wrong argument passing to m_copyback for the log case | Henning Brauer |
2007-06-09 | sizeof(ptr) is no good if you want sizeof(*ptr). icmp/icmpv6. | Henning Brauer |
2007-06-08 | kill arcnet leftovers, some pt out by Mike Belopuhov <mkb@crypt.org.ru>, | Henning Brauer |
2007-06-07 | PR 5502 From: Marc Huber <Marc.Huber@web.de> | Henning Brauer |
2007-06-06 | vlan interfaces do not allow the parent interface and the vlan number to be | Henning Brauer |
2007-06-06 | remove remaining IPX hooks. all inside #ifdef IPX, so no actual change | Henning Brauer |