Age | Commit message (Expand) | Author |
2004-12-09 | Remove shadow variable 'error'. From camield@ | Ryan Thomas McBride |
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | Ryan Thomas McBride |
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-12-07 | KNF | Ryan Thomas McBride |
2004-12-07 | KNF | Ryan Thomas McBride |
2004-12-07 | re-commit mcbride@'s 'flush global', this time without the breakage in | Daniel Hartmeier |
2004-12-07 | tree does not compile, spotted by dlg (not obvious how to fix) | Theo de Raadt |
2004-12-07 | Change the default for 'overload <table> flush' to flush only states from the | Ryan Thomas McBride |
2004-12-06 | support max-src-conn-rate with synproxy, ok mcbride@ | Daniel Hartmeier |
2004-12-06 | Check a NULL dereference before it could happen. | Marco Pfatschbacher |
2004-12-06 | At PFSYNC_ACT_CLR: | Marco Pfatschbacher |
2004-12-05 | IPv6 packets can contain headers (like options) before the TCP/UDP/ICMP6 | Daniel Hartmeier |
2004-12-05 | after attaching an overload table, set its active flag. otherwise, the | Daniel Hartmeier |
2004-12-04 | use C comments. | Markus Friedl |
2004-12-04 | Add kernel code to keep track of tcp connections which have completed | Ryan Thomas McBride |
2004-12-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer |
2004-12-01 | replace finer-grained spl locking in pfioctl() with a single broad lock | Daniel Hartmeier |
2004-11-30 | missing $OpenBSD | Markus Friedl |
2004-11-29 | tiny knf, no binary change. | Hans-Joerg Hoexer |
2004-11-29 | plug memory leaks on error | Patrick Latifi |
2004-11-29 | remove old header. everything should use net80211/ stuff. | Federico G. Schwindt |
2004-11-29 | put text after #endif in comment (compile w/ gcc3) | Peter Valchev |
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar |
2004-11-26 | implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree | Markus Friedl |
2004-11-24 | fix a bug that leads to a crash when binat rules of the form | Daniel Hartmeier |
2004-11-19 | remove superfluous m_tag_copy/m_tag_prepend, already covered by m_copym2() | Daniel Hartmeier |
2004-11-19 | Plug memory leak. Found by pat@. Thanks! | Hans-Joerg Hoexer |
2004-11-18 | s/Access/Address/ at IFT_CARP | Marco Pfatschbacher |
2004-11-16 | Fix for PR3983 | Ryan Thomas McBride |
2004-11-12 | The flag to re-filter pf-generated packets was set wrong by synproxy | Daniel Hartmeier |
2004-11-11 | Check IFF_UP at tun_output(). | Marco Pfatschbacher |
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko |
2004-11-09 | big KNF spanking, no change in object file, ecstatic ok from claudio | Henning Brauer |
2004-11-09 | use NULL instead of 0 for poiter comparisions, | Henning Brauer |
2004-11-07 | For RST generated due to state mismatch during handshake, don't set | Daniel Hartmeier |
2004-11-02 | added new commands to ifconfig used by net80211 interfaces: | Reyk Floeter |
2004-10-28 | media descriptions and such for carp, ryan daniel ok | Henning Brauer |
2004-10-28 | define IFT_CARP, and set if_type to that on carp interfaces instead | Henning Brauer |
2004-10-17 | Replace ifdef NATM with if NATM > 0 | Alexander Yurchenko |
2004-10-15 | correctly parse the anchor names to which tables refer. | Jared Yanovich |
2004-10-14 | avoid stupid commons | Michael Shalayeff |
2004-10-11 | ifgroups reqrite | Henning Brauer |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-10-07 | Add an Ethernet option bit for master mode (for 1000baseT, the link | Brad Smith |
2004-09-29 | reset anchor pointer to NULL when stepping back into the main ruleset, | Daniel Hartmeier |
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith |
2004-09-21 | Implement "no scrub" to allow exclusion of specific traffic from scrub rules. | Aaron Campbell |
2004-09-20 | pf_routable(), used for the no-route keyword, was a v4 only implementation, | Henning Brauer |
2004-09-17 | Clean up reference counting wrt state creation and destruction. Fixes | Ryan Thomas McBride |