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] [day] [month] [year] [list]
Date:	Wed, 17 Jun 2009 04:33:00 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	kaber@...sh.net
Cc:	jarkao2@...il.com, netdev@...r.kernel.org, perex@...ex.cz
Subject: Re: net: fix network drivers ndo_start_xmit() return values

From: Patrick McHardy <kaber@...sh.net>
Date: Tue, 16 Jun 2009 11:33:24 +0200

>     net: fix network drivers ndo_start_xmit() return values
>     
>     Fix up remaining drivers returning a magic or an errno value from their
>     ndo_start_xmit() functions that were missed in the first pass:
>     
>     - isdn_net: missed conversion
>     - bpqether: missed conversion: skb is freed, so return NETDEV_TX_OK
>     - hp100: intention appears to be to resubmit skb once resources are
>       available, but due to no queue handling it is dropped for now.
>     - lapbether: skb is freed, so return NETDEV_TX_OK
>     
>     Signed-off-by: Patrick McHardy <kaber@...sh.net>

Applied.
--
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