[BACK]Return to 72.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/72.html between version 1.21 and 1.22

version 1.21, 2022/10/01 10:44:13 version 1.22, 2022/10/01 11:18:36
Line 333 
Line 333 
   <li>Enabled checksum offloads in <a href="https://man.openbsd.org/igc.4"    <li>Enabled checksum offloads in <a href="https://man.openbsd.org/igc.4"
       >igc(4)</a>.        >igc(4)</a>.
   <li>Increased rx buffer size on <a href="https://man.openbsd.org/uaq.4">uaq(4)</a> to 62kB.    <li>Increased rx buffer size on <a href="https://man.openbsd.org/uaq.4">uaq(4)</a> to 62kB.
   <li>Repaired <a href="https://man.openbsd.org/rge.4">rge(4)</a> hardware vlan tagging.    <li>Repaired <a href="https://man.openbsd.org/rge.4">rge(4)</a> hardware VLAN tagging.
   <li>Provide statistics via kstats for <a href="https://man.openbsd.org/mvneta.4">mvneta(4)</a>.    <li>Provide statistics via kstats for <a href="https://man.openbsd.org/mvneta.4">mvneta(4)</a>.
   <li>Enabled <a href="https://man.openbsd.org/aq.4">aq(4)</a> on arm64.    <li>Enabled <a href="https://man.openbsd.org/aq.4">aq(4)</a> on arm64.
   <li>Implemented and enabled IPv4, TCP, and UDP checksum offloading for    <li>Implemented and enabled IPv4, TCP, and UDP checksum offloading for
Line 346 
Line 346 
 <li>Added or improved wireless network drivers:  <li>Added or improved wireless network drivers:
   <ul>    <ul>
   <li>Made device matching in <a    <li>Made device matching in <a
         href="https://man.openbsd.org/iwx.4">iwx(4)</a> more similar to linux          href="https://man.openbsd.org/iwx.4">iwx(4)</a> more similar to Linux
         iwlwifi.          iwlwifi.
   <li>Added support for AX210/AX211 devices to <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.    <li>Added support for AX210/AX211 devices to <a href="https://man.openbsd.org/iwx.4">iwx(4)</a>.
   <li>Fixed <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> setting    <li>Fixed <a href="https://man.openbsd.org/iwx.4">iwx(4)</a> setting
         of HT/VHT bits in rate flags of the Tx command that could cause a          of HT/VHT bits in rate flags of the Tx command that could cause a
         firmware panic.          firmware panic.
   <li>Updated various wireless drivers to use <a  
         href="https://man.openbsd.org/memset.3">memset(3)</a> to initialize  
         ieee80211_rxinfo struct properly.  
   <li>Added handling of 9k devices which do not support antenna B to <a    <li>Added handling of 9k devices which do not support antenna B to <a
         href="https://man.openbsd.org/iwm.4">iwm(4)</a>.          href="https://man.openbsd.org/iwm.4">iwm(4)</a>.
   <li>Fixed <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>    <li>Fixed <a href="https://man.openbsd.org/bwfm.4">bwfm(4)</a>
         ifconfig media display on devices with sta_info command version 3.          ifconfig media display on devices with sta_info command version 3.
   <li>Repaired <a href="https://man.openbsd.org/rge.4">rge(4)</a> hardware VLAN tagging.  
   <li>Make sure drivers initialize all of ieee80211_rxinfo struct.    <li>Make sure drivers initialize all of ieee80211_rxinfo struct.
   <li>Increased rx buffer size on <a href="https://man.openbsd.org/uaq.4">uaq(4)</a> to 62kB.  
   </ul>    </ul>
   
 <li>IEEE 802.11 wireless stack improvements and bugfixes:  <li>IEEE 802.11 wireless stack improvements and bugfixes:

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22