]> 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)
commiteca6771fc96d575d6a4639fad9dd8330cccfd15b
treec925e2cd58ce1c426613b7ce967b517b814cfa08
parent9e819912536bb66c50404539ce9f4d7a413f5bf7
parentaa17a9ec16aa91fe8bc3ede21b63701f94c6b474
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>