]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitacad9f33ca6bbb12157c6dbb30b1fa7a78f573d2
treeb7d86eb69ae96266d0ad5af24442258efec6542d
parent38dadd1298e258d5abe39d65b69d164d6f6177a1
parent51ad669c5612f4616eff99a5f0dc96dbca535021
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>