The patch titled Advertise PPPoE MTU has been removed from the -mm tree. Its filename is advertise-pppoe-mtu.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Advertise PPPoE MTU From: Michal Ostrowski <mostrows@xxxxxxxxxxxxx> 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 <mostrows@xxxxxxxxxxxxx> Acked-by: Paul Mackerras <paulus@xxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/pppoe.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/net/pppoe.c~advertise-pppoe-mtu drivers/net/pppoe.c --- a/drivers/net/pppoe.c~advertise-pppoe-mtu +++ a/drivers/net/pppoe.c @@ -600,6 +600,7 @@ static int pppoe_connect(struct socket * po->chan.hdrlen = (sizeof(struct pppoe_hdr) + dev->hard_header_len); + po->chan.mtu = dev->mtu - sizeof(struct pppoe_hdr); po->chan.private = sk; po->chan.ops = &pppoe_chan_ops; _ Patches currently in -mm which might be from mostrows@xxxxxxxxxxxxx are git-net.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html