Re: [PATCH 2/2] net: asix: Move declaration of ax88172a_info to shared header

2013-08-09 Thread Stephen Hemminger
On Fri, 9 Aug 2013 14:39:06 -0300 Fabio Estevam feste...@gmail.com wrote: On Fri, Aug 9, 2013 at 2:31 PM, Mark Brown broo...@kernel.org wrote: From: Mark Brown broo...@linaro.org Ensure that the definition of ax88172a_info matches the declaration seen by users and silence sparse warnings

Re: [PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver

2013-02-06 Thread Stephen Hemminger
On Thu, 7 Feb 2013 12:36:34 +0800 Freddy Xin fre...@asix.com.tw wrote: +struct {unsigned char ctrl, timer_l, timer_h, size, ifg; } +AX88179_BULKIN_SIZE[] = { + {7, 0x4f, 0,0x12, 0xff}, + {7, 0xf0, 1,0x15, 0xff}, + {7, 0xae, 7,0x18, 0xff}, + {7, 0xcc, 0x4c,

Re: [PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver

2013-02-06 Thread Stephen Hemminger
On Thu, 7 Feb 2013 12:36:34 +0800 Freddy Xin fre...@asix.com.tw wrote: +static struct ethtool_ops ax88179_ethtool_ops = { + .get_link = ethtool_op_get_link, + .get_msglevel = usbnet_get_msglevel, + .set_msglevel = usbnet_set_msglevel, +

Re: Flood of xhci warnings with 3.9.0-rc1

2013-03-11 Thread Stephen Hemminger
On Mon, 11 Mar 2013 14:48:01 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: On Sun, Mar 10, 2013 at 12:04:40PM -0700, Stephen Hemminger wrote: My test kernel is screaming with xHCI messages into kernel log. [ 76.117016] xhci_hcd :00:14.0: WARN Event TRB for slot 1 ep 0

Re: Flood of xhci warnings with 3.9.0-rc1

2013-03-11 Thread Stephen Hemminger
On Mon, 11 Mar 2013 17:55:42 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: Well, let's find out. Can you please run the following command as root? for f in /sys/bus/usb/devices/*; do if [ -e $f/power/control ]; then echo Filename: $f; cat $f/power/control; fi done All are marked

Re: Flood of xhci warnings with 3.9.0-rc1

2013-03-11 Thread Stephen Hemminger
On Mon, 11 Mar 2013 17:55:42 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: All right. You've got a Intel Panther Point xHCI host then. Did you notice these messages on older kernels, or just with the 3.9-rc1 kernel? It seems to be new in 3.9, haven't bisected it down. -- To

Re: [PATCH] xhci: Don't warn on empty ring for suspended devices.

2013-03-18 Thread Stephen Hemminger
On Mon, 18 Mar 2013 10:25:10 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: When a device attached to the roothub is suspended, the endpoint rings are stopped. The host may generate a completion event with the completion code set to 'Stopped' or 'Stopped Invalid' when the ring is

Re: [PATCH] xhci: Don't warn on empty ring for suspended devices.

2013-03-18 Thread Stephen Hemminger
On Mon, 18 Mar 2013 10:25:10 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: When a device attached to the roothub is suspended, the endpoint rings are stopped. The host may generate a completion event with the completion code set to 'Stopped' or 'Stopped Invalid' when the ring is

Re: [PATCH] xhci: Don't warn on empty ring for suspended devices.

2013-03-21 Thread Stephen Hemminger
On Thu, 21 Mar 2013 13:53:34 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: On Mon, Mar 18, 2013 at 05:03:07PM -0700, Stephen Hemminger wrote: On Mon, 18 Mar 2013 15:37:30 -0700 Sarah Sharp sarah.a.sh...@linux.intel.com wrote: On Mon, Mar 18, 2013 at 02:26:39PM -0700, Stephen

Fw: [Bug 56521] New: No support of Motorola ZN5 USBnet in zaurus module

2013-04-12 Thread Stephen Hemminger
Begin forwarded message: Date: Fri, 12 Apr 2013 07:27:18 -0700 From: bugzilla-dae...@bugzilla.kernel.org bugzilla-dae...@bugzilla.kernel.org To: step...@networkplumber.org step...@networkplumber.org Subject: [Bug 56521] New: No support of Motorola ZN5 USBnet in zaurus module

Fw: [Bug 57251] New: HUAWEI 3G USB modem and abnormal stops

2013-04-29 Thread Stephen Hemminger
Begin forwarded message: Date: Sun, 28 Apr 2013 18:52:29 -0700 From: bugzilla-dae...@bugzilla.kernel.org bugzilla-dae...@bugzilla.kernel.org To: step...@networkplumber.org step...@networkplumber.org Subject: [Bug 57251] New: HUAWEI 3G USB modem and abnormal stops

Fw: [Bug 75001] New: belkin USB Ethernet adapter intermittent network issue

2014-04-28 Thread Stephen Hemminger
Begin forwarded message: Date: Mon, 28 Apr 2014 11:06:24 -0700 From: bugzilla-dae...@bugzilla.kernel.org bugzilla-dae...@bugzilla.kernel.org To: step...@networkplumber.org step...@networkplumber.org Subject: [Bug 75001] New: belkin USB Ethernet adapter intermittent network issue

Re: [patch net-next 3/5] ipv6: consider net.ipv6.conf.all sysctls when making decisions

2014-06-10 Thread Stephen Hemminger
On Tue, 10 Jun 2014 12:19:11 -0400 Milos Vyletel milos.vyle...@gmail.com wrote: As it is right now net.ipv6.conf.all.* are mostly ignored and instead we're only making decisions based on interface specific settings. These settings are coppied from net.ipv6.conf.default and changing either all

[PATCH] sisusb: add device id for Magic Control USB video

2014-08-26 Thread Stephen Hemminger
I have a j5 create (JUA210) USB 2 video device and adding it device id to SIS USB video gets it to work. Signed-off-by: Stephen Hemminger step...@networkplumber.org --- a/drivers/usb/misc/sisusbvga/sisusb.c 2014-08-25 21:00:51.398586614 -0700 +++ b/drivers/usb/misc/sisusbvga/sisusb.c

Fw: [Bug 108201] New: Can connect with Huawei E3131-s2 (Hi-Link) 3G modem only after reboot.

2015-11-20 Thread Stephen Hemminger
Appears to be a cdc_ether driver bug. See Bugzilla for more followup info Begin forwarded message: Date: Fri, 20 Nov 2015 11:11:26 + From: "bugzilla-dae...@bugzilla.kernel.org" To: "shemmin...@linux-foundation.org"

Re: [PATCH net 1/4] r8152: avoid start_xmit to call napi_schedule during autosuspend

2017-01-24 Thread Stephen Hemminger
On Wed, 25 Jan 2017 10:50:51 +0800 Hayes Wang wrote: > Adjust the setting of the flag of SELECTIVE_SUSPEND to prevent start_xmit() > from calling napi_schedule() directly during runtime suspend. > > After calling napi_disable() or clearing the flag of WORK_ENABLE, >

Re: [PATCHv2] net: usbnet: support 64bit stats in qmi_wwan driver

2017-03-24 Thread Stephen Hemminger
On Fri, 24 Mar 2017 11:27:30 +1000 Greg Ungerer wrote: > +struct usbnet_stats64 { > + struct u64_stats_sync syncp; > + u64 rx_packets; > + u64 rx_bytes; > + u64 tx_packets; > + u64

Fw: New Defects reported by Coverity Scan for Linux

2017-04-03 Thread Stephen Hemminger
Looks like new warnings in usbnet ** CID 751368: Null pointer dereferences (FORWARD_NULL) /drivers/net/usb/usbnet.c: 1925 in __usbnet_read_cmd() *** CID 751368: Null pointer dereferences

Re: Dell thunderbolt docking station not working

2017-10-10 Thread Stephen Hemminger
On Tue, 10 Oct 2017 22:31:34 +0300 Mika Westerberg <mika.westerb...@linux.intel.com> wrote: > On Tue, Oct 10, 2017 at 12:11:49PM -0700, Stephen Hemminger wrote: > > The Dell thunderbolt docking brick (TB16) does not appear to be fully > > supported in Linux. > > Wh