Age | Commit message (Expand) | Author |
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 |
2004-05-26 | use sa_family not inp; netbsd merge error; ok dhartmei | Markus Friedl |
2004-05-25 | let sc_counter wrap automatically, ok mcbride@ | Jolan Luff |
2004-05-24 | Check for sc->sc_ifp != NULL in carp_setroute(). Running dhclient on the | Ryan Thomas McBride |
2004-05-23 | missing splx; andrushock@korovino.net | Theo de Raadt |
2004-05-21 | use 'mss' as lower limit, since 'ifp' might not be set; ok dhartmei@, henning@ | Markus Friedl |
2004-05-18 | if_ether.h | Brad Smith |
2004-05-18 | fix size argument to ovbcopy() in ip_pcbopts(), found by Andrei Iltchenko | Daniel Hartmeier |
2004-05-16 | When we back off due to problems with the physical interface, advertise | Ryan Thomas McBride |
2004-05-16 | Remove useless test pointed out by Frank Denis <j@pureftpd.org>. | Ryan Thomas McBride |
2004-05-13 | Act like our advskew is 240 when receiving packets as well as sending if | Ryan Thomas McBride |
2004-05-13 | Add cloned interface destruction to carp (ifconfig carp0 destroy). | Ryan Thomas McBride |
2004-05-13 | KNF | Ryan Thomas McBride |
2004-05-10 | Make sure advskew set correctly in advertisement when configured to a value | Ryan Thomas McBride |
2004-05-08 | If a carp interface has more than CARP_SENDAD_MAX_ERRORS failed | Ryan Thomas McBride |
2004-05-07 | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | Todd C. Miller |
2004-05-05 | Remove unused #define. | Ryan Thomas McBride |
2004-05-04 | The tcp specific routing metrics are almost never used so reduce the routing | Claudio Jeker |
2004-04-28 | make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@ | Cedric Berger |
2004-04-28 | carp stats cleanup: | Ryan Thomas McBride |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride |
2004-04-27 | Require NULL oldp when dropping a connection. | Otto Moerbeek |
2004-04-26 | change tcpdrop to require newp instead of oldp; suggested by otto | Markus Friedl |
2004-04-26 | - allow the user to force the TCP mss below the fail-safe 216 with a low | Mike Frantzen |
2004-04-26 | hide nonstandard struct from userland | Jun-ichiro itojun Hagino |
2004-04-26 | minor cleanups | Theo de Raadt |
2004-04-25 | add TCPCTL_DROP; ok deraadt, cedric, grange, ... | Markus Friedl |
2004-04-25 | radix tree with multipath support. from kame. deraadt ok | Jun-ichiro itojun Hagino |
2004-04-20 | add tcps_rcvacktooold; ok deraadt | Markus Friedl |
2004-04-18 | pass esp/ah/ipcmp to rawip if processing is disabled with sysctl; | Markus Friedl |
2004-04-15 | Unbreak INET6less kernels. | Alexander Yurchenko |
2004-04-15 | allow TCP packet with IPv4 option (we have been dropping these). | Jun-ichiro itojun Hagino |
2004-04-14 | syn_cache_get: send RST instead of RST+ACK in response to ACK; ok deraadt | Markus Friedl |
2004-04-14 | simpler ipsp_aux_match() API; ok henning, hshoexer | Markus Friedl |
2004-04-14 | with IPv6, udp checksum is mandatory. henning ok | Jun-ichiro itojun Hagino |