ral(4) 11n? I have spare hardware

2022-04-08 Thread stolen data
It's been great seeing iwm/iwn/iwx/athn getting a lot of updates lately. I wonder if there's any work planned for getting 11n support to some of the older but still capable Realtek chipsets in ral(4)? I have a spare RT2860+RT2820 PCI card - Edimax EW-7728In - that I could part with if any

Re: [External] : Re: pfsync(4) snapshot lists must have dedicated link element

2022-04-08 Thread Alexandr Nedvedicky
Hello, thank you for taking a look at it. > > I think there is a use after free in you diff. After you return > from pfsync_delete_tdb() you must not access the TDB again. > > Comments inline. > > > > > TAILQ_INIT(>sn_upd_req_list); > > - TAILQ_CONCAT(>sn_upd_req_list,

Re: patch: if_iwx.c add support for ax201 with subsystem id 0x0030

2022-04-08 Thread Sven Wolf
Hi Stefan, on my device WL_22500_8 0x4df0 this patch doesn't work directly. I get the error message: iwx0: could not load firmware, 35 iwx0: failed to load init firmware Under Linux the firmware iwlwifi-QuZ-a0-hr-b0-67.ucode is loaded for this device. Also my old patch

atascsi: constify method tables

2022-04-08 Thread Christian Weisgerber
This constifies the method tables used by the atascsi framework and the ahci(4) and sili(4) drivers. ok? diff 9939c0709df17eb9b8160ad1561241ed2c4b8922 83fd09f48cb0df5e29a782b651c4210e90f90b00 blob - 46c681203e8e39e25167f98907a2ecc848e9d1a4 blob + 19f61480e83314afe9d58d24b52e1b1d7e64ea93 ---

uoak*(4): constify method tables

2022-04-08 Thread Christian Weisgerber
This constifies the method tables in the OAK USB sensor drivers. Bycatch from the ucom changes. ok? diff b29fcdeeb3e7dfaa7565194eb526a7ece255a8a8 9939c0709df17eb9b8160ad1561241ed2c4b8922 blob - 789cef98e6a9a4d88bbb19b33e1801396618c591 blob + 511c0e62aec982253cdf4b27ae2af3e020cc6f9f ---

ucom(4): constify method tables in USB serial drivers

2022-04-08 Thread Christian Weisgerber
This constifies the ucom method tables in the USB serial adapter drivers, i.e., moves another kilobyte of function pointers into read-only space. ok? diff 4df278d953b03573222cb39b422e005d4701614e b29fcdeeb3e7dfaa7565194eb526a7ece255a8a8 blob - 0f5d4bed40c58062bd043d0366485629d59c53cd blob +

[ouex]hci(4), dwctwo(4): constify bus/pipe method tables

2022-04-08 Thread Christian Weisgerber
This constifies the bus method and pipe method tables in our USB host controller drivers. dwctwo(4) only exists on octeon, which I don't have access to. Could somebody check that it builds? ok? diff b5489662588c813212f71c840fa931535322293d 4df278d953b03573222cb39b422e005d4701614e blob -

esm(4/i386), it(4): constify sensor tables

2022-04-08 Thread Christian Weisgerber
This constifies the tables of two unrelated sensor drivers: esm(4/i386) and it(4). ok? diff d6a09d27ff49886a6b6f4bd1f7d89c0f90a64b40 refs/heads/const blob - 0a734dc971d9402e738d08d014555c8afb95827b blob + e8a4e5eeadcdcfd23c1dd525470e70522272676b --- sys/arch/i386/i386/esm.c +++

Re: patch: if_iwx.c add support for ax201 with subsystem id 0x0030

2022-04-08 Thread Stefan Sperling
On Tue, Jan 11, 2022 at 10:33:39PM +, Iraklis Karagkiozoglou wrote: > Hello Stefan, > > I tried to port the firmware detection and config values > from iwlwifi. > > On iwx_cfg_trans_params and iwx_cfg structs I ported only > the fields iwx_attach was setting based on the iwx_device. > >

parallel IP forwarding

2022-04-08 Thread Alexander Bluhm
Hi, I now the right time to commit the parallel forwarding diff? Known limitiations are: - Hrvoje has seen a crash with both pfsync and ipsec on his production machine. But he cannot reproduce it in his lab. - TCP processing gets slower as we have an additional queue between IP and protocol

Re: refcount btrace

2022-04-08 Thread Alexander Bluhm
On Fri, Apr 08, 2022 at 02:39:34AM +, Visa Hankala wrote: > On Thu, Apr 07, 2022 at 07:55:11PM +0200, Alexander Bluhm wrote: > > On Wed, Mar 23, 2022 at 06:13:27PM +0100, Alexander Bluhm wrote: > > > In my opinion tracepoints give insight at minimal cost. It is worth > > > it to have it in