]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Free the shared devq last since CAM expects it to be there if
[FreeBSD/FreeBSD.git] / sys / netinet /
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...
2004-11-23 rwatsontcp_timewait() performs multiple non-atomic reads on...
2004-11-23 rwatsonDe-spl tcp_slowtimo; tcp_maxidle assignment is subject...
2004-11-23 rwatsonAssert the inpcb lock in tcp_twstart(), which does...
2004-11-23 rwatsonAssert inpcb lock in tcp_quench(), tcp_drop_syn_sent...
2004-11-23 rwatsonAssert the tcbinfo write lock in tcp_new_isn(), as...
2004-11-22 rwatsonRemove "Unlocked read" annotations associated with...
2004-11-21 rwatsons/send/sent/ in comment describing TCPS_SYN_RECEIVED.
2004-11-18 glebius- Since divert protocol is not connection oriented...
2004-11-17 mlaierFix host route addition for more than one address to...
2004-11-13 mlaierMerge copyright notices.
2004-11-12 glebiusFix ng_ksocket(4) operation as a divert socket, which...
2004-11-12 mlaierChange the way we automatically add prefix routes when...
2004-11-11 phkAdd missing '='
2004-11-09 andreFix a double-free in the 'hlen > m->m_len' sanity check.
2004-11-08 suzsupport TCP-MD5(IPv4) in KAME-IPSEC, too.
2004-11-08 phkInitialize struct pr_userreqs in new/sparse style and...
2004-11-07 rwatsonDo some re-sorting of TCP pcbinfo locking and assertion...
2004-11-06 andreFix a double-free in the 'm->m_len < sizeof (struct...
2004-11-04 phkHide udp_in6 behind #ifdef INET6
2004-11-04 bmsWhen performing IP fast forwarding, immediately drop...
2004-11-04 rwatsonUntil this change, the UDP input code used global varia...
2004-11-02 andreRemove RFC1644 T/TCP support from the TCP side of the...
2004-10-30 rwatsonCorrect a bug in TCP SACK that could result in wedging...
2004-10-28 desThis commit was generated by cvs2svn to compensate...
2004-10-26 rwatsonAdd a matching tunable for net.inet.tcp.sack.enable...
2004-10-26 bmsCheck that rt_mask(rt) is non-NULL before dereferencing...
2004-10-25 andreIPDIVERT is a module now and tell the other parts of...
2004-10-24 ruFor variables that are only checked with defined()...
2004-10-22 andreShave 40 unused bytes from struct tcpcb.
2004-10-22 andreWhen printing the initialization string and IPDIVERT...
2004-10-22 andreRefuse to unload the ipdivert module unless the 'force...
2004-10-19 andreDestroy the UMA zone on unload.
2004-10-19 andreSlightly extend the locking during unload to fully...
2004-10-19 rwatsonAnnotate a newly introduced race present due to the...
2004-10-19 andreConvert IPDIVERT into a loadable module. This makes...
2004-10-19 andreProperly declare the "net.inet" sysctl subtree.
2004-10-19 andrePre-emptively define IPPROTO_SPACER to 32767, the same...
2004-10-19 andreMake use of the PROTO_SPACER functionality for dynamica...
2004-10-19 andreSupport for dynamically loadable and unloadable IP...
2004-10-19 andreAdd a macro for the destruction of INP_INFO_LOCK's...
2004-10-19 andreMake comments more clear. Change the order of one...
2004-10-18 rwatsonPush acquisition of the accept mutex out of sofree...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-18 acheThis commit was generated by cvs2svn to compensate...
2004-10-17 wollmanThis commit was generated by cvs2svn to compensate...
2004-10-15 kanThis commit was generated by cvs2svn to compensate...
2004-10-12 rwatsonDon't release the udbinfo lock until after the last...
2004-10-12 rwatsonModify the thrilling "%D is using my IP address %s...
2004-10-12 rwatsonWhen the access control on creating raw sockets was...
2004-10-09 rwatsonAcquire the send socket buffer lock around tcp_output...
2004-10-07 rwatsonWhen running with debug.mpsafenet=0, initialize IP...
2004-10-05 ps- Estimate the amount of data in flight in sack recover...
2004-10-05 ruThis commit was generated by cvs2svn to compensate...
2004-10-03 greenAdd support to IPFW for matching by TCP data length.
2004-10-03 greenAdd support to IPFW for classification based on "divert...
2004-10-03 greenAdd to IPFW the ability to do ALTQ classification/tagging.
2004-09-30 greenValidate the action pointer to be within the rule size...
2004-09-29 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-29 mlaierAdd an additional struct inpcb * argument to pfil(9...
2004-09-29 rwatsonAssign so_pcb to NULL rather than 0 as it's a pointer.
2004-09-24 trhodesThis commit was generated by cvs2svn to compensate...
2004-09-24 maximo Turn net.inet.ip.check_interface sysctl off by default.
2004-09-23 desThis commit was generated by cvs2svn to compensate...
next