Subject: [PATCH] Advertise PPPoE MTU (resubmit).

2006-09-26 Thread mostrows
PPPoE must advertise the underlying device's MTU via the ppp channel descriptor structure, as multilink functionality depends on it. Signed-off-by: Michal Ostrowski <[EMAIL PROTECTED]> --- drivers/net/pppoe.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/ppp

[PATCH] Advertise PPPoE MTU / avoid memory leak.

2006-09-23 Thread mostrows
PPPoE must advertise the underlying device's MTU via the ppp channel descriptor structure, as multilink functionality depends on it. __pppoe_xmit must free any skb it allocates if there is an error submitting the skb downstream. Signed-off-by: Michal Ostrowski <[EMAIL PROTECTED]> --- drivers/net