]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
MFV r356143:
[FreeBSD/FreeBSD.git] / sys / netinet /
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Michael TuexenAdd flags for upcoming patches related to improved...
2019-12-31 Michael TuexenClear the flag indicating that the last received packet...
2019-12-31 Michael TuexenAdd curly braces missed in https://svnweb.freebsd.org...
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-20 Michael TuexenImprove input validation for some parameters having...
2019-12-18 Alexander V. ChernikovRemove useless code from in6_rmx.c
2019-12-18 Hans Petter SelaskyLeave multicast group before reaping and committing...
2019-12-17 Randall StewartThis commit is a bit of a re-arrange of deck chairs. It
2019-12-13 Jung-uk KimMFV: r355716
2019-12-10 John BaldwinUse callout_func_t instead of the deprecated timeout_t.
2019-12-06 Bjoern A. ZeebRemove the extra epoch tracker change sneaked into...
2019-12-06 Bjoern A. Zeebcarp: replace caddr_t with char *
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-04 Gleb SmirnoffFix regression from r354484. Don't leak pcb lock if...
2019-12-03 Bjoern A. ZeebMake icmp6_reflect() static.
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-03 Hans Petter SelaskyUse refcount from "in_joingroup_locked()" when joining...
2019-12-02 Edward Tomasz Napi... Make use of the stats(3) framework in the TCP stack.
2019-12-01 Michael TuexenMove all ECN related flags from the flags to the flags2...
2019-12-01 Michael TuexenMake the TF_* flags easier readable by humans by adding...
2019-12-01 Michael TuexenThis is an initial step in implementing the new congest...
2019-12-01 Michael TuexenMake the IPTOS value available to all substate handlers...
2019-12-01 Michael TuexenIn order for the TCP Handshake to support ECN++, and...
2019-12-01 Michael TuexenWhen changing the MTU of an SCTP path, not only cancel...
2019-12-01 Bjoern A. ZeebFix m_pullup() problem after removing PULLDOWN_TESTs...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-28 Michael TuexenReally ignore the SCTP association identifier on 1...
2019-11-27 Michael TuexenPlug two mbuf leaks during INIT-ACK handling.
2019-11-25 Ryan Libbyin_mcast.c: need if_addr_lock around inm_release_deferred
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-19 Bjoern A. ZeebReduce the vnet_set module size of ip_mroute to allow...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-16 Michael TuexenAdd boundary and overflow checks to the formulas used...
2019-11-16 Michael TuexenImprove TCP CUBIC specific after idle reaction.
2019-11-16 Michael TuexenImplement a tCP CUBIC-specific after idle reaction.
2019-11-16 Michael TuexenRevert https://svnweb.freebsd.org/changeset/base/354708
2019-11-15 Bjoern A. ZeebRemove now unused IPv6 macros and update docs.
2019-11-15 Bjoern A. ZeebIP6_EXTHDR_CHECK(): remove the last instances
2019-11-15 Bjoern A. Zeebnetinet*: replace IP6_EXTHDR_GET()
2019-11-14 Michael TuexenFor idle TCP sessions using the CUBIC congestio control...
2019-11-12 Bjoern A. Zeebnetinet*: update *mp to pass the proper value back
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-07 Gleb SmirnoffRemove now unused INP_INFO_RLOCK macros.
2019-11-07 Gleb SmirnoffIn TCP HPTS enter the epoch in tcp_hpts_thread() and...
2019-11-07 Gleb SmirnoffMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTE...
2019-11-07 Gleb SmirnoffSince pfslowtimo() runs in the network epoch, tcp_slowt...
2019-11-07 Gleb SmirnoffNow that there is no R/W lock on PCB list the pcblist...
2019-11-07 Gleb SmirnoffNow that all of the tcp_input() and all its branches...
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove now unused INP_HASH_RLOCK() macros.
2019-11-07 Gleb SmirnoffNow with epoch synchronized PCB lookup tables we can...
2019-11-07 Gleb SmirnoffAdd INP_UNLOCK() which will do whatever R/W unlock...
2019-11-07 Gleb SmirnoffSince r353292 on input path we are always in network...
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Gleb SmirnoffRemove unnecessary recursive epoch enter via INP_INFO_RLOCK
2019-11-07 Bjoern A. Zeebnetinet*: variable cleanup
2019-11-07 Phil ShaferImport libxo-1.3.1:
2019-11-07 Andriy GaponMFV r354377: 10554 Implemented zpool sync command
2019-11-07 Phil ShaferImport libxo-1.3.0:
2019-11-07 Gleb SmirnoffTCP timers are executed in callout context, so they...
2019-11-07 Gleb SmirnoffMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTE...
2019-11-07 Gleb SmirnoffMechanically convert INP_INFO_RLOCK() to NET_EPOCH_ENTER().
2019-11-06 Ed Masteblacklist: update to NetBSD snapshot on 20191106
2019-11-03 Cy SchubertMFV r354257:
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...
next