Age | Commit message (Expand) | Author |
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 |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | When in_ifinit fails and we've created a new address, clean it up before | Ryan Thomas McBride |
2004-06-21 | don't send UDP encapsulated packets w/o UDP header if encap is disabled; ok ho@ | Markus Friedl |
2004-06-21 | make it possble to use IPsec over link-local address (policy table uses | Jun-ichiro itojun Hagino |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-21 | don't leak ipsec pmtu routes; with mpf@ | Markus Friedl |
2004-06-20 | remove #ifdef TUBA | Jun-ichiro itojun Hagino |
2004-06-16 | make safe for inclusion in C++ code; ok millert@, deraadt@ | Christian Weisgerber |
2004-06-14 | Calculate optp (pointer to beginning of TCP options) based on th, not | Daniel Hartmeier |
2004-06-14 | spelling | Ryan Thomas McBride |
2004-06-12 | support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by Anil | Jun-ichiro itojun Hagino |
2004-06-10 | zero the cif struct correctly. | Ryan Thomas McBride |
2004-06-10 | Plug a memory leak in carp_clone_destroy() | Ryan Thomas McBride |
2004-06-08 | factor out md5 code; ok+tests henning@, djm@, hshoexer@ | Markus Friedl |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-06-05 | set m_pkthdr.len early; ok mcbride, deraadt | Markus Friedl |
2004-05-31 | initialize struct carp_if and let vhif_nvrs counter work. ok mcbride@ | Marco Pfatschbacher |
2004-05-31 | work around an LP64 problem where we report an excessively large window | Brad Smith |
2004-05-31 | simplify; ok henning, itojun | Markus Friedl |
2004-05-31 | clean some copy&paste leftovers from KAME code. | Marco Pfatschbacher |
2004-05-30 | compile without INET6; ok mcbride | Peter Valchev |
2004-05-29 | Remove multicast addresses and promiscuous mode when destroying the | Ryan Thomas McBride |
2004-05-29 | carp_ioctl() happens after ifioctl(); check flags correctly so that | Ryan Thomas McBride |
2004-05-27 | the tcp header might be in a different mbuf after pulldown(); | Markus Friedl |