]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'alb_learning'
authorDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:21:04 +0000 (22:21 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:21:04 +0000 (22:21 -0400)
commitcb702b4fd49ef9bc57a7076d3def20fd3dc7ea5b
treece8994f50bbedb7bf194814d0e491dc0de5d10f7
parent2225769c506be5c2e5b5e5d8e576e0653eaf997b
parent65f5f40714599e19ea2ecc82a2144aeef8f7915f
Merge branch 'alb_learning'

Veaceslav Falico says:

====================
bonding: use correct ether type for alb

There have been reports that, while using the ETH_P_LOOP ether type
(0x0060), the ether type is treated as its packet length.

To avoid that and to not break already existing apps - add new ether type
ETH_P_LOOPBACK that contains the correct id - 0x9000.
====================

Signed-off-by: Veaceslav Falico <vfalico@redhat.com>