]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2016 23:18:34 +0000 (19:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Aug 2016 23:18:34 +0000 (19:18 -0400)
commit5f7aa000295e6fa7fe2f0e2a1777e71c4f57f1a5
treec925e2cd58ce1c426613b7ce967b517b814cfa08
parent9f204b06d8a1e2ca6ab0c991358adddfd7d27c59
parent19e2a40252c5bea86ed9ac9b1bc7dfd8bb47a3f4
Merge branch 'mlxsw-fixes'

Jiri Pirko says:

====================
mlxsw: IPv4 UC router fixes

Ido says:
Patches 1-3 fix a long standing problem in the driver's init sequence,
which manifests itself quite often when routing daemons try to configure
an IP address on registered netdevs that don't yet have an associated
vPort.

Patches 4-9 add missing packet traps for the router to work properly and
also fix ordering issue following the recent changes to the driver's init
sequence.

The last patch isn't related to the router, but fixes a general problem
in which under certain conditions packets aren't trapped to CPU.

v1->v2:
- Change order of patch 7
- Add patch 6 following Ilan's comment
- Add patchset name and cover letter
====================

Signed-off-by: David S. Miller <davem@davemloft.net>