Age | Commit message (Expand) | Author |
2004-11-30 | Use %s, not %d to print the interface name. From Max Laier. | Ryan Thomas McBride |
2004-11-28 | Reverse bogus sc == NULL check in CARP_LOG(), from Max Laier. | Ryan Thomas McBride |
2004-11-25 | resolve conflict between M_TUNNEL and M_ANYCAST6, remove M_COMP (it's | Markus Friedl |
2004-11-25 | use ttl from setsockopt(), similar to bsd/os; ok henning, mcbride, fgsch | Markus Friedl |
2004-11-25 | fix for race between invocation for timer and network input | Markus Friedl |
2004-11-24 | Multicast routing cleanup from Pavlin Radoslavov | Ryan Thomas McBride |
2004-11-23 | remove wrong comments; ok deraadt | Markus Friedl |
2004-11-19 | Plug memory leak. Found by pat@. Thanks! | Hans-Joerg Hoexer |
2004-11-18 | for loopback, set ia_dstaddr instead of ia_ifa.ifa_dstaddr in in_ifinit() | Daniel Hartmeier |
2004-11-17 | ip6_plen does not include the size of the ipv6 header; ok itojun | Markus Friedl |
2004-11-17 | Improved logging for advertisement failures: Add some carpstats.carps_onomem++ | Ryan Thomas McBride |
2004-11-16 | Call arprequest/ether_output at splsoftnet(). From Chris Pascoe. | Ryan Thomas McBride |
2004-11-10 | Add some (ifp != NULL) checks to ip_fragment() so it can be used even if there | Ryan Thomas McBride |
2004-10-28 | define IFT_CARP, and set if_type to that on carp interfaces instead | Henning Brauer |
2004-10-28 | Modulate tcp_now by a random amount on a per-connection basis. | Ryan Thomas McBride |
2004-10-18 | Do not embed an ip header with a decremented ttl into an icmp message. | Otto Moerbeek |
2004-10-06 | set the congestion window to two segments (instead of only one), this matches | Markus Friedl |
2004-10-06 | Unbreak tcpdump on the carp interface; variable shadowing pointed out by | Ryan Thomas McBride |
2004-10-05 | Call ip_output at splsoftnet() when sending advertisements; also don't stop | Ryan Thomas McBride |
2004-09-24 | pmtu support for udpencap; ok hshoexer, ho | Markus Friedl |
2004-09-24 | pass segment size to userland; ok deraadt@ | Markus Friedl |
2004-09-23 | add ETHER_MAX_DIX_LEN | Brad Smith |
2004-09-23 | remove some more compile time overrides, use the sysctl's. | Brad Smith |
2004-09-22 | account for linkhdr size when choosing mbufs vs mbuf clusters | Theo de Raadt |
2004-09-18 | Oops, copy a pointer to ac_if, not the first bytes of the struct itself. | Ryan Thomas McBride |
2004-09-18 | Store the carp interface ifp in PACKET_TAG_CARP instead of a pointer to | Ryan Thomas McBride |
2004-09-17 | Remove option EON from kernel and options(4) | Mathieu Sauve-Frankel |
2004-09-16 | Clean up CARP_LOG macro and include the physical interface | Ryan Thomas McBride |
2004-09-16 | don't send partial segments if SS_ISSENDING is set, remember | Markus Friedl |
2004-08-31 | Prevent backup CARP hosts from replying to arp requests, fixes strangeness | Ryan Thomas McBride |
2004-08-24 | Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. | Brad Smith |
2004-08-10 | remove in_pcbnotify, it is no longer used. | Markus Friedl |
2004-08-10 | replace in_pcbnotify with in_pcbhashlookup and avoid looping over | Markus Friedl |
2004-08-10 | verify th_seq in icmp errors; report Fernando Gont; ok mcbride@, dhartmei@ | Markus Friedl |
2004-08-04 | use CIRCLEQ_XXX; ok mcbride, miod | Markus Friedl |
2004-07-31 | remove GATEWAY and IPFORWARDING option knobs, use the sysctl. | Brad Smith |
2004-07-31 | - formatting | Brad Smith |
2004-07-29 | Document the CARP header layout. | Ryan Thomas McBride |
2004-07-17 | netiso traces hide everywhere... millert ok | Henning Brauer |
2004-07-16 | undo 1.148, otherwise we have assymmetric cwnd when entering ESTABLISHED: | Markus Friedl |
2004-07-15 | tcp_trace() expects short, not int; ok deraadt | Markus Friedl |
2004-07-09 | typo. Bruno Rohee | Jun-ichiro itojun Hagino |
2004-07-06 | backout rev 1.3, it breaks simultaneous close (no FIN set for retransmits) | Markus Friedl |
2004-06-26 | use IF_INPUT_ENQUEUE | Philipp Buehler |
2004-06-26 | only add ipcomp headers if we've actually compressed the payload; with jfb@ | Markus Friedl |
2004-06-26 | Default enable udpencap. Add 'disable' sysctl to sysctl.conf. markus@ ok. | Hakan Olsson |
2004-06-25 | disallow udpencap_port in bind(0); ok ho@ | Markus Friedl |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-22 | Add M_LINK0 for net80211; OK markus@ and mcbride@ | Todd C. Miller |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |