[PATCHv2] ibmveth: Fix off-by-one error in ibmveth_change_mtu()

2015-04-22 Thread David Gibson
of an = in ibmveth_change_mtu(), which only permits an MTU which is strictly smaller than the buffer size, rather than allowing the buffer to be completely filled. This patch fixes the buglet. Signed-off-by: David Gibson da...@gibson.dropbear.id.au Acked-by: Thomas Falcon tlfal...@linux.vnet.ibm.com --- drivers/net

Re: [PATCH] net: NEWEMAC: Remove rgmii-interface from rgmii matching table

2008-01-16 Thread David Gibson
. -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson -- To unsubscribe from this list: send the line unsubscribe netdev

Re: [PATCH 7/11] ibm_newemac: Skip EMACs that are marked unused by the firmware

2007-12-04 Thread David Gibson
their registers are present in the MMIO space) but with an unused property in them. It occurred to me the other day. Instead of using a new unused property for this, should we be using the OF standard status property. -- David Gibson| I'll have my music baroque, and my code

Re: [PATCH 7/11] ibm_newemac: Skip EMACs that are marked unused by the firmware

2007-12-04 Thread David Gibson
On Wed, Dec 05, 2007 at 03:18:49PM +1100, Benjamin Herrenschmidt wrote: On Wed, 2007-12-05 at 14:53 +1100, David Gibson wrote: It occurred to me the other day. Instead of using a new unused property for this, should we be using the OF standard status property. Dunno... it's really

Re: [PATCH] ucc_geth: kill unused include

2007-08-22 Thread David Gibson
-by: David Gibson [EMAIL PROTECTED] -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson - To unsubscribe from

Re: [PATCH] ibm_emac: Correctly detect old link speed

2007-05-20 Thread David Gibson
. Yep. I'll send correct fix shortly along with other queued patches. Thanks. I've merged essentially the same fix into the device tree aware new_emac driver. -- David Gibson| I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you

Re: [Orinoco-devel] [PATCH 0/8] orinoco: Bringing in-sync with CVS

2005-09-02 Thread David Gibson
: orinoco_nortel and spectrum_cs. They also remove EXPERIMENTAL designation of the PCI front-ends (PCI, PLX and TMD). The rest is pretty minor. I'm placing the patches to http://red-bean.com/proski/orinoco/ Signed-off-by: Pavel Roskin [EMAIL PROTECTED] All look good to me. Acked-by: David Gibson [EMAIL