Commit 8c3b756
committed
Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni:
"Including fixes from bluetooth and IPsec.
The bridge patch is actually a follow-up to a recent fix in the same
area. We have a pending v6.8 AF_UNIX regression; it should be solved
soon, but not in time for this PR.
Current release - regressions:
- eth: ks8851: Queue RX packets in IRQ handler instead of disabling
BHs
- net: bridge: fix corrupted ethernet header on multicast-to-unicast
Current release - new code bugs:
- xfrm: fix possible bad pointer derferencing in error path
Previous releases - regressionis:
- core: fix out-of-bounds access in ops_init
- ipv6:
- fix potential uninit-value access in __ip6_make_skb()
- fib6_rules: avoid possible NULL dereference in fib6_rule_action()
- tcp: use refcount_inc_not_zero() in tcp_twsk_unique().
- rtnetlink: correct nested IFLA_VF_VLAN_LIST attribute validation
- rxrpc: fix congestion control algorithm
- bluetooth:
- l2cap: fix slab-use-after-free in l2cap_connect()
- msft: fix slab-use-after-free in msft_do_close()
- eth: hns3: fix kernel crash when devlink reload during
initialization
- eth: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21
family
Previous releases - always broken:
- xfrm: preserve vlan tags for transport mode software GRO
- tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
- eth: hns3: keep using user config after hardware reset"
* tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (47 commits)
net: dsa: mv88e6xxx: read cmode on mv88e6320/21 serdes only ports
net: dsa: mv88e6xxx: add phylink_get_caps for the mv88e6320/21 family
net: hns3: fix kernel crash when devlink reload during initialization
net: hns3: fix port vlan filter not disabled issue
net: hns3: use appropriate barrier function after setting a bit value
net: hns3: release PTP resources if pf initialization failed
net: hns3: change type of numa_node_mask as nodemask_t
net: hns3: direct return when receive a unknown mailbox message
net: hns3: using user configure after hardware reset
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
ipv6: prevent NULL dereference in ip6_output()
hsr: Simplify code for announcing HSR nodes timer setup
ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
dt-bindings: net: mediatek: remove wrongly added clocks and SerDes
rxrpc: Only transmit one ACK per jumbo packet received
rxrpc: Fix congestion control algorithm
selftests: test_bridge_neigh_suppress.sh: Fix failures due to duplicate MAC
ipv6: Fix potential uninit-value access in __ip6_make_skb()
net: phy: marvell-88q2xxx: add support for Rev B1 and B2
appletalk: Improve handling of broadcast packets
...47 files changed
Lines changed: 519 additions & 205 deletions
File tree
- Documentation
- devicetree/bindings/net
- netlink/specs
- arch/arm64/boot/dts/mediatek
- drivers
- bluetooth
- net
- dsa/mv88e6xxx
- ethernet
- hisilicon/hns3
- hns3pf
- hns3vf
- micrel
- phy
- include
- linux
- net
- uapi/linux
- net
- appletalk
- bluetooth
- bridge
- core
- hsr
- ipv4
- ipv6
- mptcp
- nfc/nci
- phonet
- rxrpc
- smc
- xfrm
- tools/testing/selftests/net
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
341 | | - | |
| 340 | + | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | 354 | | |
367 | 355 | | |
368 | 356 | | |
| |||
375 | 363 | | |
376 | 364 | | |
377 | 365 | | |
378 | | - | |
379 | | - | |
380 | 366 | | |
381 | 367 | | |
382 | 368 | | |
383 | 369 | | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | 370 | | |
389 | 371 | | |
390 | 372 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
| 1147 | + | |
| 1148 | + | |
| 1149 | + | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
1147 | 1153 | | |
1148 | 1154 | | |
1149 | 1155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5709 | 5709 | | |
5710 | 5710 | | |
5711 | 5711 | | |
5712 | | - | |
| 5712 | + | |
5713 | 5713 | | |
5714 | 5714 | | |
5715 | 5715 | | |
| |||
5730 | 5730 | | |
5731 | 5731 | | |
5732 | 5732 | | |
5733 | | - | |
| 5733 | + | |
5734 | 5734 | | |
5735 | 5735 | | |
5736 | 5736 | | |
| |||
5759 | 5759 | | |
5760 | 5760 | | |
5761 | 5761 | | |
5762 | | - | |
| 5762 | + | |
5763 | 5763 | | |
5764 | 5764 | | |
5765 | 5765 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
101 | 99 | | |
102 | 100 | | |
103 | 101 | | |
104 | | - | |
| 102 | + | |
| 103 | + | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| |||
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
131 | 135 | | |
132 | 136 | | |
133 | 137 | | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
134 | 143 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
138 | 148 | | |
139 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
140 | 154 | | |
141 | 155 | | |
| 156 | + | |
142 | 157 | | |
143 | 158 | | |
144 | 159 | | |
| |||
237 | 252 | | |
238 | 253 | | |
239 | 254 | | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
240 | 260 | | |
241 | 261 | | |
242 | 262 | | |
| |||
267 | 287 | | |
268 | 288 | | |
269 | 289 | | |
270 | | - | |
| 290 | + | |
271 | 291 | | |
272 | | - | |
| 292 | + | |
| 293 | + | |
273 | 294 | | |
274 | 295 | | |
275 | 296 | | |
| |||
279 | 300 | | |
280 | 301 | | |
281 | 302 | | |
| 303 | + | |
282 | 304 | | |
283 | 305 | | |
284 | 306 | | |
285 | 307 | | |
286 | 308 | | |
287 | 309 | | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
288 | 313 | | |
289 | 314 | | |
290 | 315 | | |
| |||
293 | 318 | | |
294 | 319 | | |
295 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
296 | 324 | | |
297 | 325 | | |
298 | 326 | | |
| |||
332 | 360 | | |
333 | 361 | | |
334 | 362 | | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
335 | 366 | | |
336 | 367 | | |
337 | 368 | | |
338 | | - | |
| 369 | + | |
| 370 | + | |
339 | 371 | | |
340 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
341 | 388 | | |
342 | 389 | | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
343 | 396 | | |
344 | 397 | | |
345 | | - | |
| 398 | + | |
346 | 399 | | |
347 | 400 | | |
348 | 401 | | |
349 | 402 | | |
350 | 403 | | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
351 | 407 | | |
352 | 408 | | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
353 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
354 | 421 | | |
355 | 422 | | |
356 | 423 | | |
| |||
366 | 433 | | |
367 | 434 | | |
368 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
369 | 439 | | |
370 | 440 | | |
371 | 441 | | |
| |||
374 | 444 | | |
375 | 445 | | |
376 | 446 | | |
377 | | - | |
| 447 | + | |
378 | 448 | | |
379 | 449 | | |
380 | 450 | | |
381 | 451 | | |
382 | 452 | | |
383 | | - | |
| 453 | + | |
384 | 454 | | |
| 455 | + | |
| 456 | + | |
385 | 457 | | |
386 | 458 | | |
387 | 459 | | |
| |||
531 | 603 | | |
532 | 604 | | |
533 | 605 | | |
534 | | - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
535 | 609 | | |
536 | 610 | | |
537 | 611 | | |
| |||
614 | 688 | | |
615 | 689 | | |
616 | 690 | | |
617 | | - | |
| 691 | + | |
618 | 692 | | |
619 | 693 | | |
620 | 694 | | |
| |||
638 | 712 | | |
639 | 713 | | |
640 | 714 | | |
641 | | - | |
| 715 | + | |
642 | 716 | | |
643 | 717 | | |
644 | 718 | | |
| |||
667 | 741 | | |
668 | 742 | | |
669 | 743 | | |
670 | | - | |
| 744 | + | |
671 | 745 | | |
672 | 746 | | |
673 | 747 | | |
| |||
852 | 926 | | |
853 | 927 | | |
854 | 928 | | |
855 | | - | |
| 929 | + | |
856 | 930 | | |
857 | 931 | | |
858 | 932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments