Commit cd9d1a2
committed
Merge branch 'mlxsw-Various-fixes'
Ido Schimmel says:
====================
mlxsw: Various fixes
Patches #1 and #2 fix two VxLAN related issues. The first patch removes
warnings that can currently be triggered from user space. Second patch
avoids leaking a FID in an error path.
Patch #3 fixes a too strict check that causes certain host routes not to
be promoted to perform GRE decapsulation in hardware.
Last patch avoids a use-after-free when deleting a VLAN device via an
ioctl when it is enslaved to a bridge. I have a patchset for net-next
that reworks this code and makes the driver more robust.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>File tree
3 files changed
+16
-10
lines changed- drivers/net/ethernet/mellanox/mlxsw
3 files changed
+16
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | 565 | | |
566 | 566 | | |
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
1278 | | - | |
1279 | 1278 | | |
1280 | 1279 | | |
1281 | 1280 | | |
1282 | 1281 | | |
1283 | | - | |
1284 | 1282 | | |
1285 | | - | |
1286 | | - | |
| 1283 | + | |
1287 | 1284 | | |
1288 | 1285 | | |
1289 | 1286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
300 | 306 | | |
301 | 307 | | |
302 | 308 | | |
| |||
2109 | 2115 | | |
2110 | 2116 | | |
2111 | 2117 | | |
2112 | | - | |
| 2118 | + | |
2113 | 2119 | | |
2114 | 2120 | | |
2115 | 2121 | | |
| |||
2134 | 2140 | | |
2135 | 2141 | | |
2136 | 2142 | | |
2137 | | - | |
2138 | | - | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
2139 | 2147 | | |
2140 | 2148 | | |
2141 | 2149 | | |
| |||
2149 | 2157 | | |
2150 | 2158 | | |
2151 | 2159 | | |
| 2160 | + | |
2152 | 2161 | | |
2153 | 2162 | | |
2154 | 2163 | | |
| |||
0 commit comments