Age | Commit message (Expand) | Author |
2002-12-27 | Initialize rt_ifp in newly allocated pf_state objects to NULL. | Daniel Hartmeier |
2002-12-26 | Prettier debug printing in pf_map_addr. | Ryan Thomas McBride |
2002-12-26 | Additional sanity checks for pf_route(). Please report when any of these | Daniel Hartmeier |
2002-12-23 | no need to htons the port, it's already in net order, since we swapped it bac... | Michael Shalayeff |
2002-12-23 | Change from array to single pf_pabuf (no longer need multiple buffers as | Ryan Thomas McBride |
2002-12-22 | pfioc_changealtq is not needed anymore; queues will eventually be | Ryan Thomas McBride |
2002-12-22 | Handle rdr rules with unspecified proxy ports correctly. Also don't | Ryan Thomas McBride |
2002-12-22 | mv PF_RULESET_MAX into the enum, slightly less confusing. | Ryan Thomas McBride |
2002-12-20 | replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ... | Michael Shalayeff |
2002-12-19 | Clear pf_state.nat_rule pointers when non-main nat rules are removed. | Daniel Hartmeier |
2002-12-19 | Replace skip step calculation so it scales O(n) instead of O(n*n). | Daniel Hartmeier |
2002-12-19 | fix 'no nat/rdr/binat' evaluation. from mcbride@, slightly modified :) | Daniel Hartmeier |
2002-12-19 | Initialize pf_state.nat_rule to NULL if there's no translation used. | Daniel Hartmeier |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | little style | Henning Brauer |
2002-12-18 | When logging packets matched by rules within anchors, use the anchor rule | Daniel Hartmeier |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | big KNF round | Henning Brauer |
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | Daniel Hartmeier |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | Match the rule protocol against the actual protocol of the packet, not just | Ryan Thomas McBride |
2002-12-17 | Merge pf_nat/pf_binat/pf_rdr structs into pf_rule. Simplifies code, allows | Ryan Thomas McBride |
2002-12-16 | add options for 2 more queueing disciplines, PRIQ and HFSC. | Kenjiro Cho |
2002-12-13 | add pqueue and pqid to pf_rule. | Henning Brauer |
2002-12-12 | Pastos in pf_compare_pool(); dhartmei@, mcbride@ ok. | Aaron Campbell |
2002-12-12 | minor KNF | Henning Brauer |
2002-12-11 | Use m_copym2 to copy the whole mbuf (cluster included) and not | Federico G. Schwindt |
2002-12-11 | unpee | Michael Shalayeff |
2002-12-10 | renumber the get/set debug ioctls for they conflict w/ ppp, we do not keep th... | Michael Shalayeff |
2002-12-10 | check IFF_RUNNING early in bstp_transmit_tcn; from netbsd; ok jason@ | Markus Friedl |
2002-12-09 | NPF, not NFP (prevented outgoing bridge_ipsec() packets from being filtered);... | Jason Wright |
2002-12-09 | knf | Theo de Raadt |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl |
2002-12-06 | Replace license with something that's actually free. | Nathan Binkert |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-04 | spanning tree: flush dynamic mac cache if interface goes to the | Markus Friedl |
2002-12-03 | no need to mh_align (while it's wrong), cleaner mtu setting; dhartmei@ ok | Michael Shalayeff |
2002-12-01 | KNF | Henning Brauer |
2002-12-01 | - Clean up pf_ioctl mainly by adding new functions to handle cleaning and | Ryan Thomas McBride |
2002-12-01 | pfsync currently causes kernel faults, so we don't want to call these functions | Ryan Thomas McBride |
2002-11-29 | minor KNF | Henning Brauer |
2002-11-29 | expose state table changes | Michael Shalayeff |
2002-11-29 | Get the address pool in DIOCCHANGEADDR for all operations, prevents | Ryan Thomas McBride |
2002-11-28 | - MD5 too slow, replace with pf_hash (based on hash from if_bridge.c) | Ryan Thomas McBride |
2002-11-26 | Call the enable function, don't set the variable directly. | Jason Wright |
2002-11-26 | pass struct pfioc_changeaddr to DIOCCHANGEADDR | Ryan Thomas McBride |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-11-26 | fix "pfctl -Fq". | Kenjiro Cho |
2002-11-24 | move } outside #ifdef INET6 | Ryan Thomas McBride |