netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net 0/2] Alow tg3/bnx recevie full sized 802.1ad frames
@ 2014-09-30 23:39 Vladislav Yasevich
  2014-09-30 23:39 ` [PATCH v2 net 1/2] tg3: Allow for recieve of full-size 8021AD frames Vladislav Yasevich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vladislav Yasevich @ 2014-09-30 23:39 UTC (permalink / raw)
  To: netdev
  Cc: prashant, mchan, sony.chacko, Dept-HSGLinuxNICDev,
	Vladislav Yasevich

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-01 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 23:39 [PATCH v2 net 0/2] Alow tg3/bnx recevie full sized 802.1ad frames Vladislav Yasevich
2014-09-30 23:39 ` [PATCH v2 net 1/2] tg3: Allow for recieve of full-size 8021AD frames Vladislav Yasevich
2014-09-30 23:39 ` [PATCH v2 net 2/2] bnx2: Correctly receive full sized 802.1ad fragmes Vladislav Yasevich
2014-10-01 20:45 ` [PATCH v2 net 0/2] Alow tg3/bnx recevie full sized 802.1ad frames David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).