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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 31 Aug 2007 06:51:11 -0400
From:	Jeff Garzik <jeff@...zik.org>
To:	dhananjay@...xen.com
CC:	netdev@...r.kernel.org, rob@...xen.com
Subject: Re: [PATCH 3/3] netxen: ethtool fixes

dhananjay@...xen.com wrote:
> +static int netxen_nic_set_rx_csum(struct net_device *dev, u32 data)
> +{
> +	struct netxen_adapter *adapter = netdev_priv(dev);
> +	adapter->rx_csum = 0;
> +	return 0;
> +}

Bug:  'data' ignored

-
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