Commit 551acdc
committed
Merge tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Jakub Kicinski:
"Including fixes from netfilter, ipsec, and wireless.
A few last minute revert / disable and fix patches came down from our
sub-trees. We're not waiting for any fixes at this point.
Current release - regressions:
- Revert "netfilter: nat: force port remap to prevent shadowing
well-known ports", restore working conntrack on asymmetric paths
- Revert "ath10k: drop beacon and probe response which leak from
other channel", restore working AP and mesh mode on QCA9984
- eth: intel: fix hang during reboot/shutdown
Current release - new code bugs:
- netfilter: nf_tables: disable register tracking, it needs more work
to cover all corner cases
Previous releases - regressions:
- ipv6: fix skb_over_panic in __ip6_append_data when (admin-only)
extension headers get specified
- esp6: fix ESP over TCP/UDP, interpret ipv6_skip_exthdr's return
value more selectively
- bnx2x: fix driver load failure when FW not present in initrd
Previous releases - always broken:
- vsock: stop destroying unrelated sockets in nested virtualization
- packet: fix slab-out-of-bounds access in packet_recvmsg()
Misc:
- add Paolo Abeni to networking maintainers!"
* tag 'net-5.17-final' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (26 commits)
iavf: Fix hang during reboot/shutdown
net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower offload
net: bcmgenet: skip invalid partial checksums
bnx2x: fix built-in kernel driver load failure
net: phy: mscc: Add MODULE_FIRMWARE macros
net: dsa: Add missing of_node_put() in dsa_port_parse_of
net: handle ARPHRD_PIMREG in dev_is_mac_header_xmit()
Revert "ath10k: drop beacon and probe response which leak from other channel"
hv_netvsc: Add check for kvmalloc_array
iavf: Fix double free in iavf_reset_task
ice: destroy flow director filter mutex after releasing VSIs
ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
Add Paolo Abeni to networking maintainers
atm: eni: Add check for dma_map_single
net/packet: fix slab-out-of-bounds access in packet_recvmsg()
net: mdio: mscc-miim: fix duplicate debugfs entry
net: phy: marvell: Fix invalid comparison in the resume and suspend functions
esp6: fix check on ipv6_skip_exthdr's return value
net: dsa: microchip: add spi_device_id tables
netfilter: nf_tables: disable register tracking
...33 files changed
Lines changed: 154 additions & 133 deletions
File tree
- drivers
- atm
- net
- dsa/microchip
- ethernet
- atheros/alx
- broadcom
- bnx2x
- genet
- intel
- iavf
- ice
- mscc
- hyperv
- mdio
- phy
- mscc
- wireless/ath/ath10k
- vhost
- include
- linux
- net
- netfilter
- net
- dsa
- ipv6
- key
- netfilter
- packet
- vmw_vsock
- tools/testing/selftests/netfilter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13376 | 13376 | | |
13377 | 13377 | | |
13378 | 13378 | | |
| 13379 | + | |
13379 | 13380 | | |
13380 | 13381 | | |
13381 | 13382 | | |
| |||
13422 | 13423 | | |
13423 | 13424 | | |
13424 | 13425 | | |
| 13426 | + | |
13425 | 13427 | | |
13426 | 13428 | | |
13427 | 13429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1112 | 1112 | | |
1113 | 1113 | | |
1114 | 1114 | | |
| 1115 | + | |
| 1116 | + | |
1115 | 1117 | | |
1116 | 1118 | | |
1117 | 1119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
127 | 137 | | |
128 | 138 | | |
129 | 139 | | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
| 143 | + | |
133 | 144 | | |
134 | 145 | | |
135 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
101 | 112 | | |
102 | 113 | | |
103 | 114 | | |
104 | 115 | | |
105 | 116 | | |
106 | 117 | | |
| 118 | + | |
107 | 119 | | |
108 | 120 | | |
109 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1181 | 1181 | | |
1182 | 1182 | | |
1183 | 1183 | | |
1184 | | - | |
| 1184 | + | |
| 1185 | + | |
1185 | 1186 | | |
| 1187 | + | |
| 1188 | + | |
1186 | 1189 | | |
1187 | 1190 | | |
1188 | 1191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2533 | 2533 | | |
2534 | 2534 | | |
2535 | 2535 | | |
2536 | | - | |
2537 | | - | |
2538 | 2536 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2364 | 2364 | | |
2365 | 2365 | | |
2366 | 2366 | | |
2367 | | - | |
2368 | | - | |
2369 | | - | |
| 2367 | + | |
| 2368 | + | |
2370 | 2369 | | |
2371 | 2370 | | |
2372 | | - | |
| 2371 | + | |
2373 | 2372 | | |
2374 | | - | |
2375 | | - | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
| 2378 | + | |
| 2379 | + | |
2376 | 2380 | | |
2377 | 2381 | | |
2378 | | - | |
| 2382 | + | |
| 2383 | + | |
| 2384 | + | |
| 2385 | + | |
2379 | 2386 | | |
2380 | | - | |
2381 | | - | |
| 2387 | + | |
2382 | 2388 | | |
2383 | | - | |
2384 | | - | |
| 2389 | + | |
| 2390 | + | |
2385 | 2391 | | |
2386 | 2392 | | |
2387 | 2393 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12319 | 12319 | | |
12320 | 12320 | | |
12321 | 12321 | | |
12322 | | - | |
12323 | | - | |
12324 | | - | |
12325 | | - | |
12326 | | - | |
12327 | | - | |
12328 | | - | |
12329 | | - | |
12330 | | - | |
12331 | 12322 | | |
12332 | 12323 | | |
12333 | 12324 | | |
| |||
12340 | 12331 | | |
12341 | 12332 | | |
12342 | 12333 | | |
12343 | | - | |
12344 | 12334 | | |
12345 | 12335 | | |
12346 | 12336 | | |
| |||
13409 | 13399 | | |
13410 | 13400 | | |
13411 | 13401 | | |
13412 | | - | |
| 13402 | + | |
13413 | 13403 | | |
13414 | 13404 | | |
13415 | 13405 | | |
| |||
13509 | 13499 | | |
13510 | 13500 | | |
13511 | 13501 | | |
13512 | | - | |
| 13502 | + | |
13513 | 13503 | | |
13514 | 13504 | | |
13515 | 13505 | | |
| |||
14026 | 14016 | | |
14027 | 14017 | | |
14028 | 14018 | | |
14029 | | - | |
14030 | 14019 | | |
14031 | 14020 | | |
14032 | 14021 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2287 | 2287 | | |
2288 | 2288 | | |
2289 | 2289 | | |
2290 | | - | |
2291 | | - | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
2292 | 2294 | | |
2293 | 2295 | | |
2294 | 2296 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2541 | 2541 | | |
2542 | 2542 | | |
2543 | 2543 | | |
| 2544 | + | |
| 2545 | + | |
| 2546 | + | |
| 2547 | + | |
| 2548 | + | |
| 2549 | + | |
| 2550 | + | |
2544 | 2551 | | |
2545 | 2552 | | |
2546 | 2553 | | |
| |||
2595 | 2602 | | |
2596 | 2603 | | |
2597 | 2604 | | |
2598 | | - | |
2599 | 2605 | | |
2600 | 2606 | | |
2601 | 2607 | | |
| |||
4614 | 4620 | | |
4615 | 4621 | | |
4616 | 4622 | | |
| 4623 | + | |
| 4624 | + | |
| 4625 | + | |
| 4626 | + | |
| 4627 | + | |
| 4628 | + | |
| 4629 | + | |
4617 | 4630 | | |
4618 | 4631 | | |
4619 | 4632 | | |
| |||
0 commit comments