OSDN Git Service

Merge branch 'mlxsw-VXLAN-and-firmware-flashing-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Dec 2018 17:17:39 +0000 (09:17 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Dec 2018 17:17:39 +0000 (09:17 -0800)
commit8d013b7910599a06405fb37d6def4dde7cab7984
treeb7d86eb69ae96266d0ad5af24442258efec6542d
parenta5f3932646a74e690ed532a1f421f75c3b8cf1ec
parent5edb7e8bd52cd79634d1d7fbc97c5960a21b2873
Merge branch 'mlxsw-VXLAN-and-firmware-flashing-fixes'

Ido Schimmel says:

====================
mlxsw: VXLAN and firmware flashing fixes

Patch #1 fixes firmware flashing failures by increasing the time period
after which the driver fails the transaction with the firmware. The
problem is explained in detail in the commit message.

Patch #2 adds a missing trap for decapsulated ARP packets. It is
necessary for VXLAN routing to work.

Patch #3 fixes a memory leak during driver reload caused by NULLing a
pointer before kfree().

Please consider patch #1 for 4.19.y
====================

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