Age | Commit message (Expand) | Author |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-05-25 | AESCTR support for ESP (RFC 3686); ok hshoexer | Markus Friedl |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-05-24 | Ignore ICMP Source Quench messages meant for TCP connections. (Details in | Fernando Gont |
2005-05-10 | support NULL encryption for ESP; ok hshoexer, ho | Markus Friedl |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-21 | handle return value of snprintf correctly | Hans-Joerg Hoexer |
2005-04-20 | Introduce if_linkstatehooks. | Marco Pfatschbacher |
2005-04-16 | re-register | Theo de Raadt |
2005-04-12 | handle PMTU for ipip SAs, too; ok hshoexer, cloder | Markus Friedl |
2005-04-05 | add tcp sack stats, similar to freebsd; ok deraadt | Markus Friedl |
2005-03-28 | add some const to ether_*. remove bonus prototypes this brought out. | Ted Unangst |
2005-03-15 | - stop tearing down routes when the carp interface goes to backup in the | Ryan Thomas McBride |
2005-03-13 | fix a potential crash that could occur when CARP_LOG is being used. | Patrick Latifi |
2005-03-12 | make sure code and comment match | Markus Friedl |
2005-03-09 | from freebsd: | Markus Friedl |
2005-03-07 | Correctly compare routes in in_addprefix. If a netmask is supplied it needs | Claudio Jeker |
2005-03-05 | Remove code which enforces a advskew=0 for the case | Marco Pfatschbacher |
2005-03-04 | - check th_ack against snd_una/max; from Raja Mukerji via hugh@ | Markus Friedl |
2005-03-01 | Unbreak arp_input with carp; add back the call to carp_iamatch() | Ryan Thomas McBride |
2005-02-28 | Remove unused variable if_flags in struct carp_softc, ok mickey@ | Ryan Thomas McBride |
2005-02-27 | 1. tcp_xmit_timer(): remove extra rtt decrement (t_rtttime is 0-based | Markus Friedl |
2005-02-22 | Move #ifdef INET6 outside of 'case AF_INET6:' in tcp_ident(). | Ryan Thomas McBride |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2005-02-08 | build w/o INET6; ok mpf@, mcbride@ | Markus Friedl |
2005-02-07 | Unrevert the changes introduced in 1.96 and accidentally removed in 1.97 | Ryan Thomas McBride |
2005-02-07 | Prevent carp from attaching to other carp interfaces, which the | Ryan Thomas McBride |
2005-02-07 | There is no SIOCDIFADDR call into interfaces on address deletion, so | Christopher Pascoe |
2005-01-29 | Check the carpdev link state when we attach to it, makes a firewall | Ryan Thomas McBride |
2005-01-20 | expire ipforward_rt cache in ip_slowtimeo; fixes pr 1697; ok claudio | Markus Friedl |
2005-01-18 | Rewriting the lladdr can now be done without using mbuf tags. | Marco Pfatschbacher |
2005-01-18 | Use correct source address for ICMP errors generated from packets that were | Claudio Jeker |
2005-01-15 | From NetBSD: | Christopher Pascoe |
2005-01-15 | fix comment | Brad Smith |
2005-01-14 | Duplicate nested if statement in PIM code. | Ryan Thomas McBride |
2005-01-14 | Add kernel support for Protocol Independant Multicast (PIM) | Ryan Thomas McBride |
2005-01-10 | Make sure bogus values don't make their way into tcp_xmit_timer() calculations. | Ryan Thomas McBride |
2005-01-06 | spacing | Theo de Raadt |
2005-01-06 | Attach multicast to the carp interface for IPv6 (makes it consistent with | Ryan Thomas McBride |
2005-01-06 | Error path cleanups for carp_output. Use ENOBUFS instead of ENOMEM when | Christopher Pascoe |
2005-01-06 | Tag all packets sent via a CARP interface for link local address | Christopher Pascoe |
2005-01-04 | restrict forwarding to ipsec processed traffic of ip.forwarding==2 | Markus Friedl |
2005-01-04 | Move processing of ARP packets for CARP addresses to the carp interface | Christopher Pascoe |
2005-01-04 | Use pseudo_AF_HDRCMPLT for outgoing ARP messages, otherwise the provided | Christopher Pascoe |
2004-12-30 | handle rtt < 0; markus ok | Theo de Raadt |
2004-12-29 | fix indent | Markus Friedl |
2004-12-22 | Instead of running carp_setroute synchronously, use if_addrhooks to get a | Christopher Pascoe |
2004-12-19 | #define sc_if sc_ac.ac_if, makes things a little more readable, and | Ryan Thomas McBride |
2004-12-19 | Make it possible for carp to work on fddi and token ring again. | Ryan Thomas McBride |
2004-12-18 | Decrement carp_suppress_preempt when detaching an interface that has | Christopher Pascoe |