]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Fix gdb issue where the i-cache was not being updated when a breakpoint
[FreeBSD/FreeBSD.git] / sys / netinet /
2006-12-04 rwatsonImprove style(9) conformance of igmp.c.
2006-12-01 impMake sure that carp_header is 36 bytes long
2006-12-01 pisoMake libalias.conf parsing a bit smarter.
2006-12-01 pisoRemove m_megapullup from ng_nat and put it under libalias.
2006-11-30 rwatsonConsistently use #ifdef INET6 rather than mixing and...
2006-11-22 samChange error codes returned by protocol operations...
2006-11-13 bzAdd SCTP as a known upper layer protocol over v6.
2006-11-12 umeThis commit was generated by cvs2svn to compensate...
2006-11-11 rrsIn a true restart case, the send_lock was
2006-11-11 rrsTurns out we would reset the TSN seq counter during
2006-11-10 desThis commit was generated by cvs2svn to compensate...
2006-11-10 rrsThis patch fixes a LOR that happens during INIT-ACK...
2006-11-09 rrsFixes an issue with handling of stream reset. When a
2006-11-08 rrs-Fixes first of all the getcred on IPv6 and V4. The
2006-11-07 marcusFix TFTP NAT support by making sure the appropriate...
2006-11-06 rwatsonConvert three new suser(9) calls introduced between...
2006-11-06 rrsThis changes tracks down the EEOR->NonEEOR mode failure
2006-11-06 rwatsonSweep kernel replacing suser(9) calls with priv(9)...
2006-11-05 ruRevert previous commit, and instead make the expression...
2006-11-05 rrsTons of fixes to get all the 64bit issues removed.
2006-11-04 ruFix pointer arithmetic to be 64-bit friendly.
2006-11-04 ruRemove bogus casts that Randall for some reason didn...
2006-11-04 dougbThis commit was generated by cvs2svn to compensate...
2006-11-04 jbRemove a bogus cast in an attempt to fix the tinderbox...
2006-11-03 rrsMore 64 bit pointer fun.
2006-11-03 rrsFix two of the 64bit errors on the printfs.
2006-11-03 rrsSomehow I missed this one. The sys/cdef.h was out
2006-11-03 rrsOpps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ I
2006-11-03 rrsOk, here it is, we finally add SCTP to current. Note...
2006-10-31 hartiThis commit was generated by cvs2svn to compensate...
2006-10-30 hartiThis commit was generated by cvs2svn to compensate...
2006-10-29 oleg- Use non-recursive mutex. MTX_RECURSE is unnecessary...
2006-10-27 oleg- Convert
2006-10-27 olegUse separate thread for servicing dummynet(4).
2006-10-27 olegstyle(9) cleanup.
2006-10-22 rwatsonComplete break-out of sys/sys/mac.h into sys/security...
2006-10-21 julianrevert last change.. premature.. need to wait until...
2006-10-20 julianMove some variables to a more likely place
2006-10-14 ruThis commit was generated by cvs2svn to compensate...
2006-10-13 ruThis commit was generated by cvs2svn to compensate...
2006-10-11 maximo Do not do args->f_id.addr_type == 6 when there is
2006-10-11 maximo Kill a nit in the comment.
2006-10-11 maximo Extend not very informative ipfw(4) message 'drop...
2006-10-11 ruMerge the rest of my changes.
2006-10-08 pisoVarious mdoc and grammar fixes.
2006-10-07 bzSet scope on MC address so IPv6 carp advertisement...
2006-10-04 glebiusSave space on stack moving token ring stuff to its...
2006-10-04 glebiusStyle rev. 1.152.
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-10-01 simonThis commit was generated by cvs2svn to compensate...
2006-09-30 desThis commit was generated by cvs2svn to compensate...
2006-09-29 andreRemove stone-aged and irrelevant "#ifndef notdef".
2006-09-29 bmsNits.
2006-09-29 bmsPush removal of mrouted down to the rest of the tree.
2006-09-29 maximo Convert w/spaces to tabs in the previous commit.
2006-09-29 silbyRather than autoscaling the number of TIME_WAIT sockets...
2006-09-28 andreWhen tcp_output() receives an error upon sending a...
2006-09-28 robertoThis commit was generated by cvs2svn to compensate...
2006-09-28 andreWhen doing TSO correctly do the check to prevent a...
2006-09-28 bmsFix the IPv4 multicast routing detach path. On interfac...
2006-09-28 bmsThe IPv4 code should clean up multicast group state...
2006-09-27 pisoCompilation.
2006-09-26 pisoSummer of Code 2005: improve libalias - part 1 of 2
2006-09-26 jmgfix calculating to_tsecr... This prevents the rtt...
2006-09-25 bmsFix an incompatibility between CARP and IPv4 multicast...
2006-09-25 bmsSpleling
2006-09-25 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-25 bmsAccount for output IP datagrams on the ifaddr where...
2006-09-25 jmgif min is greater than max, prefer max over min......
2006-09-23 jmgnow that we don't automagicly increase the MTU of host...
2006-09-23 bmsAlways set the IP version in the TCP input path, to...
2006-09-21 ruThis commit was generated by cvs2svn to compensate...
2006-09-21 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-17 andreMake tcp_usr_send() free the passed mbufs on error...
2006-09-16 jhayHandle a list of IPv6 src and dst addresses correctly...
2006-09-15 andreWhen doing TSO subtract hdrlen from TCP_MAXWIN to preve...
2006-09-14 acheAdd missing #ifdef INET6 (can't be compiled)
2006-09-13 andreRemove unessary includes and follow common ordering...
2006-09-13 andreRewrite of TCP syncookies to remove locking requirement...
2006-09-12 csjpIntroduce a new entry point, mac_create_mbuf_from_firew...
2006-09-11 andreFix a NULL pointer dereference of ro->ro_rt->rt_flags...
2006-09-10 jmgmake use of the host route's mtu for processing. This...
2006-09-08 glebiusAdd a sysctl net.inet.tcp.nolocaltimewait that allows...
2006-09-07 ruBack when we had T/TCP support, we used to apply different
2006-09-07 andreSecond step of TSO (TCP segmentation offload) support...
2006-09-07 ruRemove a microoptimization for i386 that was a micropes...
2006-09-06 andreFirst step of TSO (TCP segmentation offload) support...
2006-09-06 dougbThis commit was generated by cvs2svn to compensate...
2006-09-06 andreCheck inp_flags instead of inp_vflag for INP_ONESBCAST...
2006-09-06 andreFix the socket option IP_ONESBCAST by giving it its...
2006-09-06 glebiuso Backout rev. 1.125 of in_pcb.c. It appeared to behave...
2006-09-05 glebiusFinally fix rev. 1.256
2006-09-05 glebiusRemove extra parenthesis in last commit.
2006-09-05 glebius- Make net.inet.tcp.maxtcptw modifiable at run time.
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 samThis commit was generated by cvs2svn to compensate...
2006-09-04 thomasFix typo in comment.
2006-09-02 rwatsonThis commit was generated by cvs2svn to compensate...
2006-09-01 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-31 jhayRecognise IPv6 PIM packets.
next