summaryrefslogtreecommitdiffstats
path: root/sys/net/pf_lb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable support for the 'weight' keyword in the 'least-states'zinke2012-07-091-6/+28
* The kernel did not compile without INET6. Put some #ifdefs intobluhm2012-02-031-1/+5
* Since the IPv6 madness is not enough introduce NAT64 -- which is actuallyclaudio2011-10-131-5/+139
* Fix various format string types to as a minimum match the width of themiod2011-09-181-2/+2
* Make sure we use the right tbl/dyn pointer to check the pfrkt_refcntcost;mcbride2011-07-291-7/+17
* Add support for weighted round-robin in load balancing pools and tables.mcbride2011-07-271-18/+57
* bring in least-states load balancing algorithmzinke2011-07-031-10/+190
* exclude link local address from the dynamic interface address poolmikeb2011-05-171-3/+12
* stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot whilehenning2010-06-271-42/+37
* pf_get_sport() picks a random port from the port range specified in asthen2010-02-041-19/+24
* Convert pf debug logging to using log()/addlog(), a single standardisedmcbride2010-01-181-15/+13
* First pass at removing the 'pf_pool' mechanism for translation and routingmcbride2010-01-121-58/+27
* fix sticky-address - by pretty much re-implementing it. still followinghenning2009-12-141-23/+30
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-4/+7
* Fix static-port, found by jmc@. ok henning@.sthen2009-09-071-2/+3
* the diff theo calls me insanae for:henning2009-09-011-257/+55
* move the "pf_map_addr: selected address" printf up to -xnoisy.sthen2009-06-241-2/+2
* Stricter state checking for ICMP and ICMPv6 packets: include the ICMP typemcbride2009-03-051-4/+7
* bring back the NAT NOP fix, but this time right.henning2009-02-181-1/+11
* revert pf.c r1.629 (which moved to this file) which was causingsthen2009-02-121-10/+1
* Split the address selection from pools away from pf.c and put it inpyr2009-01-291-0/+694