]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
storvsc: port a Linux patch, properly set residual data length on errors
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-10-14 tuexenRename sctp_dtrace_declare.h to sctp_kdtrace.h for...
2019-10-14 glebiusRevert r353313. It is not needed with r353357 and is...
2019-10-13 tuexenUse an event handler to notify the SCTP about IP addres...
2019-10-13 markjMove SCTP DTrace probe definitions into a .c file.
2019-10-12 tuexenEnsure that local variables are reset to their initial...
2019-10-10 glebiusThe divert(4) module must always be running in network...
2019-10-09 impFix casting error from newer gcc
2019-10-09 hselaskyFactor out TCP rateset destruction code.
2019-10-09 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-10-09 glebiusRevert most of the multicast changes from r353292....
2019-10-09 hselaskyFix locking order reversal in the TCP ratelimit code...
2019-10-09 dimMerge ^/head r353316 through r353350.
2019-10-08 jhbAdd a TOE KTLS mode and a TOE hook for allocating TLS...
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 glebiusQuickly plug another regression from r353292. Again...
2019-10-08 tuexenValidate length before use it, not vice versa.
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-10-07 tuexenIn r343587 a simple port filter as sysctl tunable was...
2019-10-06 rrsBrad Davis identified a problem with the new LRO code...
2019-10-06 tuexenPlumb an mbuf leak in a code path that should not be...
2019-10-05 tuexenFix a use after free bug when removing remote addresses.
2019-10-05 tuexenPlumb an mbuf leak found by Mark Wodrich from Google...
2019-10-05 tuexenFix the adding of padding to COOKIE-ECHO chunks.
2019-10-03 tuexenWhen skipping the address parameter, take the padding...
2019-10-03 tuexenCleanup sctp_asconf_error_response() and ensure that...
2019-10-03 tuexenAdd missing input validation. This could result in...
2019-09-30 tuexenDon't use stack memory which is not initialized.
2019-09-29 tuexenRFC 7112 requires a host to put the complete IP header...
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-28 tuexenReplacing MD5 by SipHash improves the performance of...
2019-09-28 tuexenEnsure that the INP lock is released before leaving...
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-26 jtlAdd new functionality to switch to using cookies exclus...
2019-09-26 jtlAccess the syncache secret directly from the V_tcp_sync...
2019-09-26 jtlRemove the unused sch parameter to the syncache_respond...
2019-09-24 rrslets put (void) in a couple of functions to keep older...
2019-09-24 rrsdon't call in_ratelmit detach when RATELIMIT is not
2019-09-24 rrsFix the ifdefs in tcp_ratelimit.h. They were reversed so
2019-09-24 rrsThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-24 tuexenPlumb a memory leak.
2019-09-22 tuexenDon't hold the info lock when calling sctp_select_a_tag().
2019-09-22 tuexenCleanup the RTO calculation and perform some consistenc...
2019-09-21 dimMerge ^/head r352537 through r352586.
2019-09-20 tuexenFix the handling of invalid parameters in ASCONF chunks.
2019-09-19 dimMerge ^/head r352436 through r352536.
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 tuexenWhen the RACK stack computes the space for user data...
2019-09-17 tuexenOnly allow a SCTP-AUTH shared key to be updated by...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-16 tuexenDon't write to memory outside of the allocated array...
2019-09-15 tuexenWhen the IP layer calls back into the SCTP layer to...
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-11 gallatinAvoid unneeded call to arc4random() in syncache_add()
2019-09-11 rrsWith the recent commit of ktls, we no longer have a
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 dimMerge ^/head r351732 through r352104.
2019-09-09 tuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-06 cemFix build after r351934
2019-09-06 rrsThis adds in the missing counter initialization which
2019-09-06 impInitialize if_hw_tsomaxsegsize to 0 to appease gcc...
2019-09-06 rrsThis adds the final tweaks to LRO that will now allow me
2019-09-04 tuexenFix the SACK block generation in the base TCP stack...
2019-09-03 tuexenFix two TCP RACK issues:
2019-09-03 dimMerge ^/head r351317 through r351731.
2019-09-02 tuexenThis patch improves the DSACK handling to conform with...
2019-09-01 tuexenFix initialization of top_fsn.
2019-09-01 tuexenImprove the handling of state cookie parameters in...
2019-08-31 tuexenImprove function definition.
2019-08-31 tuexenImprove the handling of illegal sequence number combina...
2019-08-27 jhbAdd kernel-side support for in-kernel TLS.
2019-08-26 tuexenDon't hold the rs_mtx lock while calling malloc().
2019-08-25 dimMerge missed sources for lldb-specific TableGen tool.
2019-08-22 dimMerge openmp trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge libc++ trunk r366426, resolve conflicts, and...
2019-08-22 dimMerge compiler-rt trunk r366426, resolve conflicts...
2019-08-22 dimMerge lldb trunk r366426, resolve conflicts, and update...
2019-08-22 cyMFV r346563:
2019-08-21 dimMerge lld trunk r366426, and resolve conflicts.
2019-08-21 dimMerge clang trunk r366426, resolve conflicts, and updat...
2019-08-21 dimMerge llvm trunk r366426, resolve conflicts, and update...
2019-08-21 rrsFix an issue when TSO and Rack play together. Basically
2019-08-19 markjFix netdump buffering after r348473.
2019-08-13 aeSave ip_ttl value and restore it after checksum calcula...
2019-08-13 rrsPlace back in the dependency on HPTS via module depends...
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 thjRename IPPROTO 33 from SEP to DCCP
2019-08-08 tuexenFix a typo.
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-06 tuexenFix a locking issue in sctp_accept.
2019-08-06 tuexenFix build issues for the userland stack on Raspbian.
2019-08-05 tuexenImprove consistency. No functional change.
2019-08-02 delphijFix !INET build.
2019-08-02 rrsFix one more atomic for i86
2019-08-02 bzIPv6 cleanup: kernel
2019-08-01 rrsOpps use fetchadd_u64 not long to keep old 32 bit platforms
2019-08-01 tuexenFix the reporting of multiple unknown parameters in...
2019-08-01 tuexenWhen responding with an ABORT to an INIT chunk containing a
next