lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 8 Jan 2013 21:14:47 +0800
From:	"Wei Shuai" <cpuwolf@...il.com>
To:	"'Greg Kroah-Hartman'" <gregkh@...uxfoundation.org>,
	"'Alexey Orishko'" <alexey.orishko@...ricsson.com>,
	"'Hans Petter Selasky'" <hans.petter.selasky@...ricsson.com>
Cc:	<linux-usb@...r.kernel.org>, <netdev@...r.kernel.org>
Subject: net: usb: cdc_ncm: add support  IFF_NOARP

Hi Alexey,
	Recently I met a Modem which cannot do ARP. But I found our
cdc_ncm_bind() function cannot handle this special case. Do you have any
plan to handle it?


static int cdc_ncm_bind(struct usbnet *dev, struct usb_interface *intf)
{
	...
 	/*  cannot do ARP */
 	dev->net->flags |= IFF_NOARP;
	...
}

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ