subscribe

2018-01-22 Thread Durial EB
subscribe

Re: [PATCH] urtw, fix 8187b init

2018-01-22 Thread Kevin Lo
On Sun, Jan 21, 2018 at 04:42:33PM -0600, j...@jamesjerkinscomputer.com wrote: > > > Fix checks for error return from urtw_alloc_rx_data_list() and > urtw_alloc_tx_data_list() in 8187b init. > > Same issue fixed in revision 1.66 for 8187 chipsets. Comitted, thanks.

Re: tcp reaper timeout

2018-01-22 Thread Alexander Bluhm
On Mon, Jan 22, 2018 at 11:12:13PM +0100, Mike Belopuhov wrote: > There's nothing wrong with diagnostics of course, but at the same time, > if there's no bug to hunt why bother? I'm certain you've tried the diff > yourself and it didn't blow up, otherwise we wouldn't be having this > conversation.

Re: tcp reaper timeout

2018-01-22 Thread Mike Belopuhov
Hi, thanks for the detailed explanation! On Mon, Jan 22, 2018 at 22:37 +0100, Alexander Bluhm wrote: > On Sat, Jan 20, 2018 at 05:53:05PM +0100, Mike Belopuhov wrote: > > On Sat, Jan 20, 2018 at 15:17 +0100, Alexander Bluhm wrote: > > While I'm not against making all TCP timeouts look similar, I'

Re: tcp reaper timeout

2018-01-22 Thread Alexander Bluhm
On Sat, Jan 20, 2018 at 05:53:05PM +0100, Mike Belopuhov wrote: > On Sat, Jan 20, 2018 at 15:17 +0100, Alexander Bluhm wrote: > While I'm not against making all TCP timeouts look similar, I'd like > to understand if there's any other reason to do it other than > "consistency". I think it prevents

[PATCH] urtw, fix 8187b init

2018-01-22 Thread jama
Fix checks for error return from urtw_alloc_rx_data_list() and urtw_alloc_tx_data_list() in 8187b init. Same issue fixed in revision 1.66 for 8187 chipsets. Index: if_urtw.c === RCS file: /cvs/src/sys/dev/usb/if_urtw.c,v retrieving

Re: carp_ourether() tweak

2018-01-22 Thread Florian Riehm
ok. friehm On 01/22/18 11:58, Martin Pieuchot wrote: Check if `if_carp' is empty inside carp_ourether() instead of outside. ok? Index: net/if_bridge.c === RCS file: /cvs/src/sys/net/if_bridge.c,v retrieving revision 1.301 diff -u

carp_ourether() tweak

2018-01-22 Thread Martin Pieuchot
Check if `if_carp' is empty inside carp_ourether() instead of outside. ok? Index: net/if_bridge.c === RCS file: /cvs/src/sys/net/if_bridge.c,v retrieving revision 1.301 diff -u -p -r1.301 if_bridge.c --- net/if_bridge.c 10 Jan 2