Age | Commit message (Expand) | Author |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-10-02 | When redirect is used with sticky-address and a matching pass rule uses | Joel Sing |
2008-10-01 | Don't timeout_del() if we're going to do a timeout_add() right away. | Michael Knudsen |
2008-09-28 | Ansify function declarations for gif(4). | Joel Sing |
2008-09-28 | Teach PF pf_print_state_parts() about IPv4 in IP and IPv6 in IP | Joel Sing |
2008-09-22 | Reorder PFSTATE_PFLOW define: | Marco Pfatschbacher |
2008-09-17 | Solve m_free problem with a not correctly configured pflow interface | Joerg Goltermann |
2008-09-17 | fix whitespaces | Joerg Goltermann |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-09-16 | fix whitespace/tab typos | Joerg Goltermann |
2008-09-15 | Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking. | Claudio Jeker |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-09-10 | re-enable the state key linking. i believe the bugs that hit us shortly | Henning Brauer |
2008-09-09 | welcome pflow(4), a netflow v5 compatible flow export interface. | Henning Brauer |
2008-09-03 | before linking state keys compare them to verify they actually are the | Henning Brauer |
2008-09-02 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-08-28 | some style fixes. | Brad Smith |
2008-08-28 | Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe. | Brad Smith |
2008-08-28 | encode the speed and link state in the local port key. | Reyk Floeter |
2008-08-27 | Fix length check when parsing PPPoE discovery phase packets. | Brad Smith |
2008-08-26 | introduce a function to be called when addressing information has changed, | Henning Brauer |
2008-08-22 | Make pf_print_host() print IPv6 addresses correctly. | Alexander Bluhm |
2008-08-09 | turn an MFREE() into an m_free() and garbage collect an | Thordur I. Bjornsson |
2008-08-07 | Remove workaround used for the 4.4 release. More route prio stuff is comming | Claudio Jeker |
2008-08-07 | account spanning tree frames in if_obytes and if_omcasts. | Damien Bergamini |
2008-08-07 | do not touch m after IFQ_ENQUEUE()+if_start(). | Damien Bergamini |
2008-08-06 | fix trunk breakage that sneaked in with the lacp diff: | Reyk Floeter |
2008-08-04 | do not count ethernet header twice in if_obytes stats. | Damien Bergamini |
2008-08-02 | do not write the pf state key pointer to the pkhdr. | Henning Brauer |
2008-08-01 | force route priority to RTP_DEFAULT unconditionally, effectively disabling | Henning Brauer |
2008-07-30 | Prevent a divide by zero panic if trunkproto loadbalance is | Marco Pfatschbacher |
2008-07-28 | Align the route message length to the next natural boundary via ALIGN() to | Claudio Jeker |
2008-07-28 | Fix the tracking of RTF_MPATH. Until now the magic happend on the first route | Claudio Jeker |
2008-07-22 | after pf_state_key_atach nothing must use the state keys passed to it any | Henning Brauer |
2008-07-21 | some whitespace cleanup I did while looking through the code | David Krause |
2008-07-21 | fix typo that broke rdr rules (without pass) with non-TCP/UDP/ICMP protocols | David Krause |
2008-07-14 | m_copy can return NULL, so check for it | Henning Brauer |
2008-07-10 | check pf NAT source port allocation against net.inet.(tcp|udp).baddynamic | Damien Miller |
2008-07-10 | In pf_state_insert(), if the first pf_state_key_attach() fails, the | David Krause |
2008-07-05 | in pf_state_key_attach(), when there is already an existing state key that | David Krause |
2008-07-04 | in pf_state_key_attach(), when we find that there already is a state key | Henning Brauer |
2008-07-04 | remove prototype for nonexistant function | Henning Brauer |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-07-01 | Don't return immediately if we're actually passing the traffic, we want to | Ryan Thomas McBride |
2008-07-01 | PF_DT_SKIP_STATETREE is no longer used. | Ryan Thomas McBride |
2008-06-29 | this stupid per-arch SIZEOF_BPF_HDR define is really really stupid, but | Theo de Raadt |
2008-06-29 | Simplify state creation code; merge state import/export code between pfsync | Ryan Thomas McBride |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | Fix sticky-address on rdr; With the current nat code, we always use the same | Ryan Thomas McBride |