summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2003-01-10Cosmetic change, makes code a bit easier to understand.Cedric Berger
2003-01-09minor KNFHenning Brauer
2003-01-09(whitespace) KNF, re-fold -w 80Daniel Hartmeier
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-07apply the discover rule to bridge_output() as wellJason Wright
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2003-01-07Remove table name hashing (pass the name in each ioctl instead), andDaniel Hartmeier
2003-01-06Move initialisation of radix table globals in pfr_initialize()Cedric Berger
2003-01-06knfTheo de Raadt
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
2003-01-04spellingTheo de Raadt
2003-01-04move noroute from flag in pf_rule_addr into type in pf_addr_wrap.Daniel Hartmeier
2003-01-04Honour noroute in skip step calculation, found by cedric@Daniel Hartmeier
2003-01-04Remove unused pf_add_addr(), ok mcbride@Daniel Hartmeier
2003-01-03KNFTheo de Raadt
2003-01-03Fix the unicast case call to bridge_rtupdate(), check that the -source-Jason Wright
2003-01-031) pfr_insert_kentries() cannot return ENOMEM anymore -> make it void.Cedric Berger
2003-01-02Remove explicit numbering of enums.Ryan Thomas McBride
2003-01-02Require a direction to be specified for rules which do routing.Ryan Thomas McBride
2003-01-02When route-to/reply-to is used in combination with address translation,Daniel Hartmeier
2003-01-01Repair my last commit - zero the 2 radix nodes before inserting into table.Cedric Berger
2003-01-01use a #define for the default state table sizeHenning Brauer
2003-01-01KNFHenning Brauer
2003-01-01KNFHenning Brauer
2003-01-01disable the CLSTATS flag for now, since it violates the O_RDONLY check.Cedric Berger
2003-01-01Behaves correctly when duplicate addresses are given in the same ioctl.Cedric Berger
2003-01-01Behaves properly when someone try to insert/delete the same table nameCedric Berger
2003-01-01Remove skip step for action (scrub vs. non-scrub), as scrub rules areDaniel Hartmeier
2003-01-01Fix breakage from PF_RULESET_MAX increase, regress tests match again.Daniel Hartmeier
2002-12-31Split scrub rules out from the filter rules in the kernel.Ryan Thomas McBride
2002-12-31don't overrun user-supplied buffer. from jinmei@kame, deraadt okJun-ichiro itojun Hagino
2002-12-31Use a default state table limit of 10000 entries. This is safe for allDaniel Hartmeier
2002-12-30Don't forget to copyout the time at which statistics got cleared.Cedric Berger
2002-12-30really count the number of deleted tables - obvious fix.Cedric Berger
2002-12-30KNFHenning Brauer
2002-12-30KNFHenning Brauer
2002-12-29Add support for radix tables for source and destination of PF rules.Cedric Berger
2002-12-27Bugfix and better error handling:Ryan Thomas McBride
2002-12-27Fixups for pf_route and pf_route6.Ryan Thomas McBride
2002-12-27Handle binat-anchor rules in pf_match_translation(), they don't have aDaniel Hartmeier
2002-12-27Initialize rt_ifp in newly allocated pf_state objects to NULL.Daniel Hartmeier
2002-12-26Prettier debug printing in pf_map_addr.Ryan Thomas McBride
2002-12-26Additional sanity checks for pf_route(). Please report when any of theseDaniel Hartmeier
2002-12-23no need to htons the port, it's already in net order, since we swapped it bac...Michael Shalayeff
2002-12-23Change from array to single pf_pabuf (no longer need multiple buffers asRyan Thomas McBride
2002-12-22pfioc_changealtq is not needed anymore; queues will eventually beRyan Thomas McBride
2002-12-22Handle rdr rules with unspecified proxy ports correctly. Also don'tRyan Thomas McBride
2002-12-22mv PF_RULESET_MAX into the enum, slightly less confusing.Ryan Thomas McBride
2002-12-20replace struct assignment w/ bcopy w/ help and testing of millert@; henning@ ...Michael Shalayeff
2002-12-19Clear pf_state.nat_rule pointers when non-main nat rules are removed.Daniel Hartmeier