]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
This commit was generated by cvs2svn to compensate for changes in r143439,
[FreeBSD/FreeBSD.git] / sys / netinet /
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-10 glebiusAdd antifootshooting workaround, which will make all...
2005-03-09 psAdd limits on the number of elements in the sack scoreb...
2005-03-09 glebiusMake ARP do not complain about wrong interface if corre...
2005-03-03 marcusFix a problem in the Skinny ALG where a specially craft...
2005-03-02 glebiusFix typo. Unbreak build. Take pointy hat.
2005-03-01 glebiusAdd more locking when reading/writing to carp softc...
2005-03-01 glebius- Add carp_mtx. Use it to protect list of all carp...
2005-03-01 glebiusUse NET_CALLOUT_MPSAFE macro.
2005-03-01 glebiusRevert change to struct ifnet. Use ifnet pointer in...
2005-03-01 glebiusRemove debugging printf.
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-28 yarSupport running carp(4) over a vlan(4) parent interface.
2005-02-28 glebiusRemove unused field from carp softc.
2005-02-28 glebiusFix tcpdump(8) on carp(4) interface:
2005-02-27 psIf the receiver sends an ack that is out of [snd_una...
2005-02-27 mlaierUnbreak the build. carp_iamatch6 and carp_macmatch6...
2005-02-26 glebiusRemove carp_softc.sc_ifp member in favor of union point...
2005-02-26 glebiusStaticize local functions.
2005-02-25 glebiusNew lines when logging.
2005-02-25 glebiusEmbrace macros with do {} while (0)
2005-02-25 glebiusCall carp_carpdev_state() from carp_set_addr6(). See...
2005-02-25 glebiusImprove logging:
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 glebiusFix problem when master comes up with one interface...
2005-02-23 samfix potential invalid index into ip_protox array
2005-02-23 muxUnbreak CARP build on 64-bit architectures.
2005-02-22 andreBring back the full packet destination manipulation...
2005-02-22 glebiusRemove promisc counter from parent interface in carp_cl...
2005-02-22 glebiusAdd CARP (Common Address Redundancy Protocol), which...
2005-02-22 glebiusWe can make code simplier after last change.
2005-02-22 glebiusIn in_pcbconnect_setup() jailed sockets are treated...
2005-02-22 glebiusIn in_pcbconnect_setup() remove a check that route...
2005-02-21 rwatsonIn the current world order, solisten() implements the...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-17 psRemove 2 (SACK) fields from the tcpcb. These are only...
2005-02-16 psFix for a SACK (receiver) bug where incorrect SACK...
2005-02-14 ps- Retransmit just one segment on initiation of SACK...
2005-02-14 maximo Add handling of an IPv4-mapped IPv6 address.
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-06 glebiusJump to common action checks after doing specific once...
2005-02-06 maximo Implement net.inet.tcp.drop sysctl and userland part...
2005-02-05 glebiusAdd a ng_ipfw node, implementing a quick and simple...
2005-02-04 umeteach scope of IPv6 address to net.inet6.tcp6.getcred.
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-31 rwatsonUpdate an additional reference to the rate of ISN tick...
2005-01-31 csjpChange the state allocator from using regular malloc...
2005-01-30 rwatsonHave tcp_isn_tick() fire 100 times a second, rather...
2005-01-30 rwatsonPrefer (NULL) spelling of (0) for pointers.
2005-01-30 rwatsonRemove clause three from tcp_syncache.c license per...
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-23 alcCorrectly move the packet header in ip_insertoptions().
2005-01-20 ruSort sections.
2005-01-16 glebius- Reduce number of arguments passed to dummynet_io...
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 glebiuso Clean up interface between ip_fw_chk() and its callers:
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 psFix a TCP SACK related crash resulting from incorrect...
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-10 brianinclude "alias.h", not <alias.h>
2005-01-07 imp/* -> /*- for license, minor formatting changes
2005-01-03 silbyAdd a sysctl (net.inet.tcp.insecure_rst) which allows...
2005-01-02 silbyPort randomization leads to extremely fast port reuse...
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-25 rwatsonRemove an errant blank line apparently introduced in
2004-12-25 rwatsonIn the dropafterack case of tcp_input(), it's OK to...
2004-12-25 rwatsonRevert parts of tcp_input.c:1.255 associated with the...
2004-12-23 rwatsonAttempt to consistently use () around return values...
2004-12-23 rwatsonRemove an XXXRW comment relating to whether or not...
2004-12-23 rwatsonRemove the now unused tcp_canceltimers() function....
2004-12-23 rwatsonRemove an annotation of a minor race relating to the...
2004-12-10 glebiusIn certain cases ip_output() can free our route, so...
2004-12-10 glebiusRevert last change.
2004-12-10 csjpThis commit adds a shared locking mechanism very simila...
2004-12-09 glebiusCheck that DUMMYNET_LOADED before seeking dummynet...
2004-12-09 mlaierMore fixing of multiple addresses in the same prefix...
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-06 ruTime out routes created by redirect.
2004-12-06 glebius- Make route cacheing optional, configurable via IFF_LI...
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-05 rwatsonAssert the tcptw inpcb lock in tcp_timer_2msl_reset...
2004-12-05 rwatsonAssert inpcb lock in:
2004-12-05 rwatsonMinor grammer fix in comment.
2004-12-05 rwatsonPass the inpcb reference into ip_getmoptions() rather...
2004-12-05 rwatsonDefine INP_UNLOCK_ASSERT() to assert that an inpcb...
2004-12-05 rwatsonPush the inpcb argument into ip_setmoptions() when...
2004-12-05 rwatsonStart working through inpcb locking for ip_ctloutput...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-11-29 psFixes a bug in SACK causing us to send data beyond...
2004-11-28 rwatsonAssert the inpcb lock in tcp_xmit_timer() as it perform...
2004-11-28 rwatsonExpand coverage of the receive socket buffer lock when...
2004-11-27 rwatsonDo export the advertised receive window via the tcpi_rc...
2004-11-26 rwatsonImplement parts of the TCP_INFO socket option as found...
2004-11-25 silbyFix a problem where our TCP stack would ignore RST...
2004-11-23 rwatsonIn tcp_reass(), assert the inpcb lock on the passed...
next