]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
MFamd64
[FreeBSD/FreeBSD.git] / sys / netinet /
2006-06-04 rwatsonPush acquisition of pcbinfo lock out of tcp_usr_attach...
2006-06-03 rwatsonWhen entering a timer on a tcpcb, don't continue proces...
2006-06-03 rwatsonAcquire udbinfo lock after call to soreserve() rather...
2006-06-02 csjpFix the following bpf(4) race condition which can resul...
2006-06-02 rwatsonMinor restyling and cleanup around ipport_tick().
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-24 olegImplement internal (i.e. inside kernel) packet tagging...
2006-05-21 maximo In udp|rip_disconnect() acquire a socket lock before...
2006-05-21 maximo Add missed error check: in ip_ctloutput() sooptcopyin...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-18 bmsInitialize the new members of struct ip_moptions as
2006-05-16 glebiusSince m_pullup() can return a new mbuf, change gre_inpu...
2006-05-16 glebius- Backout one line from 1.78. The tp can be freed by...
2006-05-15 maximo In rip_disconnect() do not call rip_abort(), just...
2006-05-14 mlaierUse only lower 64bit of src/dest (and src/dest port...
2006-05-14 bmsFix a long-standing limitation in IPv4 multicast group...
2006-05-12 mlaierRemove ip6fw. Since ipfw has full functional IPv6...
2006-05-12 mlaierReintroduce net.inet6.ip6.fw.enable sysctl to dis/enabl...
2006-05-11 mlaierDon't claim "(+ipv6)" if we didn't build with INET6.
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-06 rwatsonModify UDP to use sosend_dgram() instead of sosend...
2006-05-05 bzMake sure the ip data pointer is correct before touchin...
2006-05-05 rwatsonOnly return (tw) from tcp_twclose() if reuse is passed...
2006-05-05 pjd/tmp/cvsTXPIwQ
2006-04-25 marcelIn in_pcbdrop(), fix !INVARIANTS build.
2006-04-25 rwatsonRename 'last' to 'inp' in udp_append(): the name 'last...
2006-04-25 rwatsonAbstract inpcb drop logic, previously just setting...
2006-04-24 rwatsonInstead of calling tcp_usr_detach() from tcp_usr_abort...
2006-04-23 rwatsonReplace isn_mtx direct use with ISN_*() lock macros...
2006-04-22 rwatsonIntroduce a new TCP mutex, isn_mtx, which protects...
2006-04-22 rwatsonAssert the inpcb lock when rehashing an inpcb.
2006-04-22 rwatsonRemove pcbinfo locking from in_setsockaddr() and in_set...
2006-04-21 psAllow for nmbclusters and maxsockets to be increased...
2006-04-18 glebiusMerge rev. 1.240 of ip_output.c, so that IPFIREWALL_FOR...
2006-04-09 rwatsonModify tcp_timewait() to accept an inpcb reference...
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-06 mohansEliminate debug code that catches bugs in the hinting...
2006-04-05 rwatsonDon't unlock a timewait structure if the pointer is...
2006-04-05 mohansCertain (bad) values of sack blocks can end up corrupti...
2006-04-04 glebiusAdd a tunable net.inet.tcp.maxtcptw, that allows to...
2006-04-04 rwatsonBefore dereferencing intotw() when INP_TIMEWAIT, check...
2006-04-03 rwatsonIn TCP notify routines, check inpcb for INP_TIMEWAIT...
2006-04-03 rwatsonChange inp_ppcb from caddr_t to void *, fix/remove...
2006-04-03 rwatsonStyle tweaks: convert to ANSI from K&R function prototypes.
2006-04-03 rwatsonUpdate comment on tcp_close() for new world order.
2006-04-03 rwatsonClarify comment on handling of non-timewait TCP states in
2006-04-03 rwatsonFix up locking surrounding tcp_drop sysctl: in the...
2006-04-03 rwatsonAfter checking for SO_ISDISCONNECTED in tcp_usr_accept...
2006-04-03 rwatsonCorrect incorrect assertion in div_bind(): inp must...
2006-04-02 rwatsonDuring reformulation of tcp_usr_detach(), the call...
2006-04-01 rwatsonProperly handle an edge case previously not handled...
2006-04-01 rwatsonUpdate TCP for infrastructural changes to the socket...
2006-04-01 rwatsonUpdate in_pcb-derived basic socket types following...
2006-04-01 rwatsonBreak out in_pcbdetach() into two functions:
2006-04-01 rwatsonChance protocol switch method pru_detach() so that...
2006-04-01 rwatsonChange protocol switch pru_abort() API so that it retur...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-26 rwatsonDefine two new inpcb flags in the inp_vflag field,...
2006-03-26 rwatsonMinor style tweak: tab after #define, not space.
2006-03-26 rwatsonExplicitly assert socket pointer is non-NULL in tcp_inp...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-21 glebiuso Introduce carp_multicast_cleanup(), which removes...
2006-03-20 keramidaAdd descriptions for the sysctls:
2006-03-19 dwmaloneMake net.inet.ip.portrange.reservedhigh and
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-16 rwatsonChange soabort() from returning int to returning void...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-07 thompsaFurther refine the bridge hack in the arp code. Only...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 glebius- Do not leak read lock in IP_FW_TABLE_GETSIZE case...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-28 andreRework TCP window scaling (RFC1323) to properly scale...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-23 qingliThis patch fixes the problem where the current TCP...
2006-02-20 umeObey opt_inet6.h in kernel build directory.
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-18 andreRemove unneeded includes and provide more accurate...
2006-02-18 andreAdd missing TH_PUSH to the TH_FLAGS enumeration.
2006-02-16 andreHave TCP Inflight disable itself if the RTT is below...
2006-02-16 andreIn in_pcbconnect_setup() reduce code duplication and...
2006-02-16 andreMake sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generall...
2006-02-14 ruWhen sending a packet from dummynet, indicate that...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-09 qingliSet the M_ZERO flag when calling uma_zalloc() to alloca...
2006-02-08 qingliRedo the previous fix by setting the UMA_ZONE_ZINIT...
2006-02-07 qingliFixes a crash due to the memory of the newly allocated...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
next