<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/ethernet/wangxun, branch linux-6.2.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-6.2.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2022-11-18T10:53:13Z</updated>
<entry>
<title>net: libwx: Fix dead code for duplicate check</title>
<updated>2022-11-18T10:53:13Z</updated>
<author>
<name>Jiawen Wu</name>
<email>jiawenwu@trustnetic.com</email>
</author>
<published>2022-11-16T01:58:35Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0b6ffefbb018462856dd8ee22735f8c9aecb2c80'/>
<id>urn:sha1:0b6ffefbb018462856dd8ee22735f8c9aecb2c80</id>
<content type='text'>
Fix duplicate check on polling timeout.

Fixes: 1efa9bfe58c5 ("net: libwx: Implement interaction with firmware")
Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;
Reviewed-by: Leon Romanovsky &lt;leonro@nvidia.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()</title>
<updated>2022-11-08T04:00:10Z</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2022-11-05T08:07:22Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=5e2ea7801faccc011359db5ad6af5987b513f314'/>
<id>urn:sha1:5e2ea7801faccc011359db5ad6af5987b513f314</id>
<content type='text'>
The error checks on checksum for a negative error return always fails because
it is unsigned and can never be negative.

Fixes: 049fe5365324 ("net: txgbe: Add operations to interact with firmware")
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()</title>
<updated>2022-11-08T04:00:09Z</updated>
<author>
<name>YueHaibing</name>
<email>yuehaibing@huawei.com</email>
</author>
<published>2022-11-05T08:07:21Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a068d33e542f5d5be2e5de3cf1122c4347d3e2af'/>
<id>urn:sha1:a068d33e542f5d5be2e5de3cf1122c4347d3e2af</id>
<content type='text'>
eeprom_ptrs should be freed before returned.

Fixes: 049fe5365324 ("net: txgbe: Add operations to interact with firmware")
Signed-off-by: YueHaibing &lt;yuehaibing@huawei.com&gt;
Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;
</content>
</entry>
<entry>
<title>net: ngbe: Initialize sw info and register netdev</title>
<updated>2022-11-02T12:31:23Z</updated>
<author>
<name>Mengyuan Lou</name>
<email>mengyuanlou@net-swift.com</email>
</author>
<published>2022-10-31T07:07:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=02338c484ab6250b81f0266ffb40d53c3efe0f47'/>
<id>urn:sha1:02338c484ab6250b81f0266ffb40d53c3efe0f47</id>
<content type='text'>
Initialize ngbe mac/phy type.
Check whether the firmware is initialized.
Initialize ngbe hw and register netdev.

Signed-off-by: Mengyuan Lou &lt;mengyuanlou@net-swift.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: txgbe: Add operations to interact with firmware</title>
<updated>2022-11-02T12:31:23Z</updated>
<author>
<name>Jiawen Wu</name>
<email>jiawenwu@trustnetic.com</email>
</author>
<published>2022-10-31T07:07:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=049fe5365324c879f26842d44291a5042bbd6cbc'/>
<id>urn:sha1:049fe5365324c879f26842d44291a5042bbd6cbc</id>
<content type='text'>
Add firmware interaction to get EEPROM information.

Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: libwx: Implement interaction with firmware</title>
<updated>2022-11-02T12:31:23Z</updated>
<author>
<name>Jiawen Wu</name>
<email>jiawenwu@trustnetic.com</email>
</author>
<published>2022-10-31T07:07:55Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1efa9bfe58c595149ef1d5a7c23ad406d713b158'/>
<id>urn:sha1:1efa9bfe58c595149ef1d5a7c23ad406d713b158</id>
<content type='text'>
Add mailbox commands to interact with firmware.

Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: txgbe: Set MAC address and register netdev</title>
<updated>2022-10-28T10:25:53Z</updated>
<author>
<name>Jiawen Wu</name>
<email>jiawenwu@trustnetic.com</email>
</author>
<published>2022-10-27T06:11:16Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d21d2c7f586cec0a735031a8a60276a990684e4c'/>
<id>urn:sha1:d21d2c7f586cec0a735031a8a60276a990684e4c</id>
<content type='text'>
Add MAC address related operations, and register netdev.

Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: txgbe: Reset hardware</title>
<updated>2022-10-28T10:25:53Z</updated>
<author>
<name>Jiawen Wu</name>
<email>jiawenwu@trustnetic.com</email>
</author>
<published>2022-10-27T06:11:15Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b08012568ebb2098015dac3fcde78a20c09d838e'/>
<id>urn:sha1:b08012568ebb2098015dac3fcde78a20c09d838e</id>
<content type='text'>
Reset and initialize the hardware by configuring the MAC layer.

Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: txgbe: Store PCI info</title>
<updated>2022-10-28T10:25:53Z</updated>
<author>
<name>Jiawen Wu</name>
<email>jiawenwu@trustnetic.com</email>
</author>
<published>2022-10-27T06:11:14Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a34b3e6ed8fbf668f995abdfd410784c695b6d03'/>
<id>urn:sha1:a34b3e6ed8fbf668f995abdfd410784c695b6d03</id>
<content type='text'>
Get PCI config space info, set LAN id and check flash status.

Signed-off-by: Jiawen Wu &lt;jiawenwu@trustnetic.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: ngbe: Add build support for ngbe</title>
<updated>2022-08-30T10:32:51Z</updated>
<author>
<name>Mengyuan Lou</name>
<email>mengyuanlou@net-swift.com</email>
</author>
<published>2022-08-26T03:46:09Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e79e40c83b9fd4e8b9b9d4fc9093d25b7a67c745'/>
<id>urn:sha1:e79e40c83b9fd4e8b9b9d4fc9093d25b7a67c745</id>
<content type='text'>
Add build options and guidance doc.
Initialize pci device access for Wangxun Gigabit Ethernet devices.

Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;
Signed-off-by: Mengyuan Lou &lt;mengyuanlou@net-swift.com&gt;
Link: https://lore.kernel.org/r/20220826034609.51854-1-mengyuanlou@net-swift.com
Signed-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;
</content>
</entry>
</feed>
