[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1412120377-11125-1-git-send-email-vyasevic@redhat.com>
Date: Tue, 30 Sep 2014 19:39:35 -0400
From: Vladislav Yasevich <vyasevich@...il.com>
To: netdev@...r.kernel.org
Cc: prashant@...adcom.com, mchan@...adcom.com, sony.chacko@...gic.com,
Dept-HSGLinuxNICDev@...gic.com,
Vladislav Yasevich <vyasevic@...hat.com>
Subject: [PATCH v2 net 0/2] Alow tg3/bnx recevie full sized 802.1ad frames
bnx2 and tg3 drivers drop packets that exceed device mtu and that
do not have a vlan tag. The idea is to catch ethernet frames
that are too long. This also ends up dropping 802.1ad tagged
frames since the encapsulation protocol is different.
We should not be dropping this packets.
v2: rebased and consolidated tg3 and bnx patches.
Vladislav Yasevich (2):
tg3: Allow for recieve of full-size 8021AD frames
bnx2: Correctly receive full sized 802.1ad fragmes
drivers/net/ethernet/broadcom/bnx2.c | 5 +++--
drivers/net/ethernet/broadcom/tg3.c | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
--
1.9.3
--
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