summaryrefslogtreecommitdiff
path: root/sys/net/pf.c
AgeCommit message (Expand)Author
2007-02-22make urpf-failed work with multipath routes.Pierre-Yves Ritschard
2007-02-19add handling of skip steps for urpf-failed addresses.Pierre-Yves Ritschard
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-08compute pseudo-header checksum based on flnal destination asJun-ichiro itojun Hagino
2006-12-22add special handling for "urpf-failed" with carp interfaces. theReyk Floeter
2006-12-21in pf_route(), initialize ro to NULL at the beginning. if left un-Daniel Hartmeier
2006-12-14in "BAD/loose state" messages, also print the packet's original sequenceDaniel Hartmeier
2006-12-13use IN6_IS_SCOPE_EMBED to check kernel-internal form addressesJun-ichiro itojun Hagino
2006-11-16conditional for appending the pf mbuf tag in pf_test/pf_test6 was wrong,Henning Brauer
2006-10-31make pfsync a clonable too, but prevent more than one instance fromHenning Brauer
2006-10-27Split ruleset manipulation functions out into pf_ruleset.c to allow them toRyan Thomas McBride
2006-10-11Allow the 'quick' keyword on an anchor. IFF there is a matching rule insideRyan Thomas McBride
2006-09-18allow RST from TCP client, even if client does not send data after SYN;Markus Friedl
2006-09-18fix tos (type-of-service) comparisons. for rules which use 'tos x', compareDaniel Hartmeier
2006-07-06allow rules to point to an alternate routing table, and tag packetsHenning Brauer
2006-05-17missing rtlabel support in pf_addr_wrap_neq()Henning Brauer
2006-03-14implement a Unicast Reverse Path Forwarding (uRPF) check for pf(4)Damien Miller
2006-02-07mention source of pf_modulate_sack() in comment, no code change,Daniel Hartmeier
2006-01-31the TCP SACK option needs sequence number modulationMike Frantzen
2005-11-14fix spelloChristopher Pascoe
2005-11-04crank pf_state and pf_src_node byte and packet counters to u_in64_t, sinceRyan Thomas McBride
2005-10-26Instead of using arc4random() to modulate the TCP isn, call tcp_rndiss_next()Ryan Thomas McBride
2005-10-25mtag in pf_route is now only used for IPSEC, so #ifdef itHenning Brauer
2005-10-17make pf use one mbuf tag instead of 6 distinct ones. use a little structHenning Brauer
2005-09-28Improve the safety of pf IOCTLs, taking into account that some paths can sleep.Christopher Pascoe
2005-08-22when nat'ing icmp 'connections', replace icmp id with proxy valuesDaniel Hartmeier
2005-08-22fix rdr to bitmask replacement address pool. patch from Max Laier,Daniel Hartmeier
2005-08-18Rearrange pf_state and pfi_kif so that the parts of the structure neededChristopher Pascoe
2005-08-11Only decrement the max-src-conn counter for tcp connections that reachedJoel Knight
2005-07-31Perform pf state/rule/table expiry in a kernel thread instead of runningChristopher Pascoe
2005-07-31Change the API for icmp_do_error so that it takes the mtu directly, ratherChristopher Pascoe
2005-07-29Use one "struct pf_state key" declaration at top of pf_test_state_icmp,Christopher Pascoe
2005-07-21account ipv4 packets with wrong tcp/udp/icmp checksums and udpMarkus Friedl
2005-07-04restrict the tcp.finwait timeout (45s) to state combinations where we haveMarkus Friedl
2005-06-13make the packet and byte counters on rules and src nodes per direction,Henning Brauer
2005-05-27log two pairs of uid/pid through pflog: the uid/pid of the process thatDaniel Hartmeier
2005-05-26support 'log' and 'log-all' in 'nat/rdr/binat pass' rules. original patchDaniel Hartmeier
2005-05-23change pool allocation of table entries, no longer use the oldnointrDaniel Hartmeier
2005-05-21clean up and rework the interface absraction code big time, rip out multipleHenning Brauer
2005-04-25csum -> csum_flagsBrad Smith
2005-04-22When synproxy completes the replayed handshake and modifies the stateDaniel Hartmeier
2005-04-15Try this again.Joel Knight
2005-04-14back out last, some breakage crept inHenning Brauer
2005-04-14When synproxy sends packets to the destination host, make sure to copyJoel Knight
2005-03-15byte order of mss, only affects synproxy code path, from John L. ScarfoneDaniel Hartmeier
2005-03-04add state's tag for IPv6, too. spotted by markus@Daniel Hartmeier
2005-03-03when tagging, apply the same tag to all packets matching a state entryDaniel Hartmeier
2005-02-27support 'tagged' in translation rules, non-delayed tag lookupDaniel Hartmeier
2005-01-30Add some more reason counters and use them instead of overloading theDaniel Hartmeier
2005-01-20Use the packet's address family instead of the rule's when selecting aDaniel Hartmeier