]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
MFZoL: Avoid retrieving unused snapshot props
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-10-25 Bjoern A. ZeebProperly set VNET when nuking recvif from fragment...
2019-10-24 Michael TuexenEnsure that the flags indicating IPv4/IPv6 are not...
2019-10-24 Michael TuexenStore a handle for the event handler. This will be...
2019-10-24 Randall StewartFix a small bug in bbr when running under a VM. Basical...
2019-10-21 Brooks DavisUpdate tcsh to git revision 83c5be0 bringing in a numbe...
2019-10-19 Michael TuexenFix compile issues when building a kernel without the...
2019-10-19 Jung-uk KimMerge ACPICA 20191018.
2019-10-17 Conrad Meyerdebugnet(4): Add optional full-duplex mode
2019-10-17 Conrad Meyerdebugnet(4): Infer non-server connection parameters
2019-10-17 Conrad MeyerAdd ddb(4) 'netdump' command to netdump a core without...
2019-10-17 Gleb SmirnoffQuickly fix up r353683: enter the epoch before calling...
2019-10-17 Conrad MeyerSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 Gleb Smirnoffigmp_v1v2_queue_report() doesn't require epoch.
2019-10-16 Andriy GaponMFV r353637: 10844 Serialize ZTHR operations to elimina...
2019-10-16 Andriy GaponMFV r353630: 10809 Performance optimization of AVL...
2019-10-16 Hans Petter SelaskyFix panic in network stack due to use after free when...
2019-10-16 Andriy GaponMFV r348596: 9689 zfs range lock code should not be...
2019-10-16 Andriy GaponMFV r353628:
2019-10-16 Andriy GaponMFV r353623: 10473 zfs(1M) missing cross-reference...
2019-10-16 Andriy GaponMFV r353619: 9691 fat zap should prefetch when iterating
2019-10-16 Andriy GaponMFV r353617: 9425 allow channel programs to be stopped...
2019-10-16 Andriy GaponMFV r353615: 9485 Optimize possible split block search...
2019-10-16 Andriy GaponMFV r353613: 10731 zfs: NULL pointer errors
2019-10-16 Andriy GaponMFC r353611: 10330 merge recent ZoL vdev and metaslab...
2019-10-16 Andriy GaponMFV r353608: 10165 libzpool: passing argument 1 to...
2019-10-16 Andriy GaponMFV r353606: 10067 Miscellaneous man page typos
2019-10-15 Andriy GaponMFV r353561: 10343 ZoL: Prefix all refcount functions...
2019-10-15 Andriy GaponMFV r353558: 10572 10579 Fix race in dnode_check_slots_...
2019-10-15 Andriy GaponMFV r353551: 10452 ZoL: merge in large dnode feature...
2019-10-14 Michael TuexenSeparate out SCTP related dtrace code.
2019-10-14 Randall Stewartif_hw_tsomaxsegsize needs to be initialized to zero...
2019-10-14 Michael TuexenRename sctp_dtrace_declare.h to sctp_kdtrace.h for...
2019-10-14 Gleb SmirnoffRevert r353313. It is not needed with r353357 and is...
2019-10-13 Michael TuexenUse an event handler to notify the SCTP about IP addres...
2019-10-13 Mark JohnstonMove SCTP DTrace probe definitions into a .c file.
2019-10-12 Michael TuexenEnsure that local variables are reset to their initial...
2019-10-10 Gleb SmirnoffThe divert(4) module must always be running in network...
2019-10-09 Warner LoshFix casting error from newer gcc
2019-10-09 Hans Petter SelaskyFactor out TCP rateset destruction code.
2019-10-09 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-10-09 Gleb SmirnoffRevert most of the multicast changes from r353292....
2019-10-09 Hans Petter SelaskyFix locking order reversal in the TCP ratelimit code...
2019-10-09 Dimitry AndricMerge ^/head r353316 through r353350.
2019-10-08 John BaldwinAdd a TOE KTLS mode and a TOE hook for allocating TLS...
2019-10-08 Brooks DavisUpdate tcsh to 6.21.00.
2019-10-08 Dimitry AndricMerge ^/head r352764 through r353315.
2019-10-08 Gleb SmirnoffQuickly plug another regression from r353292. Again...
2019-10-08 Michael TuexenValidate length before use it, not vice versa.
2019-10-07 Gleb SmirnoffWiden NET_EPOCH coverage.
2019-10-07 Michael TuexenIn r343587 a simple port filter as sysctl tunable was...
2019-10-07 Andriy GaponMFV r350898, r351075: 8423 8199 7432 Implement large_dn...
2019-10-06 Randall StewartBrad Davis identified a problem with the new LRO code...
2019-10-06 Michael TuexenPlumb an mbuf leak in a code path that should not be...
2019-10-05 Michael TuexenFix a use after free bug when removing remote addresses.
2019-10-05 Michael TuexenPlumb an mbuf leak found by Mark Wodrich from Google...
2019-10-05 Michael TuexenFix the adding of padding to COOKIE-ECHO chunks.
2019-10-03 Michael TuexenWhen skipping the address parameter, take the padding...
2019-10-03 Michael TuexenCleanup sctp_asconf_error_response() and ensure that...
2019-10-03 Michael TuexenAdd missing input validation. This could result in...
2019-09-30 Michael TuexenDon't use stack memory which is not initialized.
2019-09-29 Michael TuexenRFC 7112 requires a host to put the complete IP header...
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.3
2019-09-28 Emmanuel VadotImport DTS files from Linux 5.2
2019-09-28 Michael TuexenReplacing MD5 by SipHash improves the performance of...
2019-09-28 Michael TuexenEnsure that the INP lock is released before leaving...
2019-09-26 Dimitry AndricMerge ^/head r352587 through r352763.
2019-09-26 Jonathan T. LooneyAdd new functionality to switch to using cookies exclus...
2019-09-26 Jonathan T. LooneyAccess the syncache secret directly from the V_tcp_sync...
2019-09-26 Jonathan T. LooneyRemove the unused sch parameter to the syncache_respond...
2019-09-26 Martin MatuskaMFV r352731:
2019-09-24 Randall Stewartlets put (void) in a couple of functions to keep older...
2019-09-24 Randall Stewartdon't call in_ratelmit detach when RATELIMIT is not
2019-09-24 Randall StewartFix the ifdefs in tcp_ratelimit.h. They were reversed so
2019-09-24 Randall StewartThis commit adds BBR (Bottleneck Bandwidth and RTT...
2019-09-24 Michael TuexenPlumb a memory leak.
2019-09-22 Michael TuexenDon't hold the info lock when calling sctp_select_a_tag().
2019-09-22 Michael TuexenCleanup the RTO calculation and perform some consistenc...
2019-09-21 Dimitry AndricMerge ^/head r352537 through r352586.
2019-09-20 Michael TuexenFix the handling of invalid parameters in ASCONF chunks.
2019-09-19 Dimitry AndricMerge ^/head r352436 through r352536.
2019-09-19 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-19 Michael TuexenWhen the RACK stack computes the space for user data...
2019-09-17 Michael TuexenOnly allow a SCTP-AUTH shared key to be updated by...
2019-09-17 Dimitry AndricMerge ^/head r352319 through r352435.
2019-09-16 Michael TuexenDon't write to memory outside of the allocated array...
2019-09-15 Michael TuexenWhen the IP layer calls back into the SCTP layer to...
2019-09-13 Dimitry AndricMerge ^/head r352105 through r352307.
2019-09-11 Andrew GallatinAvoid unneeded call to arc4random() in syncache_add()
2019-09-11 Randall StewartWith the recent commit of ktls, we no longer have a
2019-09-10 Jung-uk KimMerge OpenSSL 1.1.1d.
2019-09-10 Baptiste DaroussinImport libedit 2019-09-10
2019-09-09 Dimitry AndricMerge ^/head r351732 through r352104.
2019-09-09 Michael TuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-07 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-06 Conrad MeyerFix build after r351934
2019-09-06 Randall StewartThis adds in the missing counter initialization which
2019-09-06 Warner LoshInitialize if_hw_tsomaxsegsize to 0 to appease gcc...
2019-09-06 Randall StewartThis adds the final tweaks to LRO that will now allow me
2019-09-04 Michael TuexenFix the SACK block generation in the base TCP stack...
2019-09-03 Michael TuexenFix two TCP RACK issues:
next