Age | Commit message (Expand) | Author |
2004-12-23 | Simplify hashtable (de)allocation by moving it into the clone functions. | Camiel Dobbelaar |
2004-12-22 | Introduce 'set skip on <ifspec>' to support a list of interfaces where no | Daniel Hartmeier |
2004-12-20 | Enforce an ordering on ifnet such that CARP interfaces appear later in the | Christopher Pascoe |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-17 | ICMP state entries use the ICMP ID as port for the unique state key. When | Daniel Hartmeier |
2004-12-17 | knf cleanup, convert old k&r-style functions to ansi-style for a | Reyk Floeter |
2004-12-17 | Reorder code in the ethernet output path, and enhance unicast address | Christopher Pascoe |
2004-12-16 | Clean up handling of sync_flags. | Ryan Thomas McBride |
2004-12-14 | move the ioctls w/ all the other ifaces; mcbride@ ok | Michael Shalayeff |
2004-12-14 | Initialise init_addr in pf_map_addr() in the PF_POOL_ROUNDROBIN, | Ryan Thomas McBride |
2004-12-13 | move splsoftnet() below ACCEPT_FLAGS(), which contains a potential return. | Daniel Hartmeier |
2004-12-13 | Set creation timestamps correctly on states learnt by pfsync that are | Christopher Pascoe |
2004-12-11 | SADB_X_EXT_LIFETIME_LASTUSE is always defined | Markus Friedl |
2004-12-11 | pass out the correct lifetime type on expire | Markus Friedl |
2004-12-11 | count SADB_REGISTER only once per socket | Markus Friedl |
2004-12-11 | Handle errors in pf_route{,6} more gracefully. | Marco Pfatschbacher |
2004-12-10 | Rename carp_output() to carp_fix_lladdr(). | Ryan Thomas McBride |
2004-12-10 | allow pf to filter on route labels | Henning Brauer |
2004-12-10 | fix ipsec crash from pr 4025, Stefan Miltchev; ok hshoexer@ | Markus Friedl |
2004-12-10 | Run address change notification hooks when the interface address is updated. | Christian Weisgerber |
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 |