Commit 3cf0a98
committed
Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni:
"Interestingly the recent kmemleak improvements allowed our CI to catch
a couple of percpu leaks addressed here.
We (mostly Jakub, to be accurate) are working to increase review
coverage over the net code-base tweaking the MAINTAINER entries.
Current release - regressions:
- core: harmonize tstats and dstats
- ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnels
- eth: tun: revert fix group permission check
- eth: stmmac: revert "specify hardware capability value when FIFO
size isn't specified"
Previous releases - regressions:
- udp: gso: do not drop small packets when PMTU reduces
- rxrpc: fix race in call state changing vs recvmsg()
- eth: ice: fix Rx data path for heavy 9k MTU traffic
- eth: vmxnet3: fix tx queue race condition with XDP
Previous releases - always broken:
- sched: pfifo_tail_enqueue: drop new packet when sch->limit == 0
- ethtool: ntuple: fix rss + ring_cookie check
- rxrpc: fix the rxrpc_connection attend queue handling
Misc:
- recognize Kuniyuki Iwashima as a maintainer"
* tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (34 commits)
Revert "net: stmmac: Specify hardware capability value when FIFO size isn't specified"
MAINTAINERS: add a sample ethtool section entry
MAINTAINERS: add entry for ethtool
rxrpc: Fix race in call state changing vs recvmsg()
rxrpc: Fix call state set to not include the SERVER_SECURING state
net: sched: Fix truncation of offloaded action statistics
tun: revert fix group permission check
selftests/tc-testing: Add a test case for qdisc_tree_reduce_backlog()
netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()
selftests/tc-testing: Add a test case for pfifo_head_drop qdisc when limit==0
pfifo_tail_enqueue: Drop new packet when sch->limit == 0
selftests: mptcp: connect: -f: no reconnect
net: rose: lock the socket in rose_bind()
net: atlantic: fix warning during hot unplug
rxrpc: Fix the rxrpc_connection attend queue handling
net: harmonize tstats and dstats
selftests: drv-net: rss_ctx: don't fail reconfigure test if queue offset not supported
selftests: drv-net: rss_ctx: add missing cleanup in queue reconfigure
ethtool: ntuple: fix rss + ring_cookie check
ethtool: rss: fix hiding unsupported fields in dumps
...File tree
36 files changed
+446
-178
lines changed- drivers/net
- ethernet
- aquantia/atlantic
- broadcom
- genet
- intel/ice
- devlink
- stmicro/stmmac
- vmxnet3
- include
- linux
- net
- trace/events
- net
- core
- ethtool
- ipv4
- ipv6
- rose
- rxrpc
- sched
- tools/testing/selftests
- drivers/net/hw
- net
- mptcp
- tc-testing/tc-tests
- infra
- qdiscs
36 files changed
+446
-178
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16462 | 16462 | | |
16463 | 16463 | | |
16464 | 16464 | | |
| 16465 | + | |
| 16466 | + | |
| 16467 | + | |
| 16468 | + | |
| 16469 | + | |
| 16470 | + | |
| 16471 | + | |
| 16472 | + | |
| 16473 | + | |
| 16474 | + | |
| 16475 | + | |
| 16476 | + | |
| 16477 | + | |
| 16478 | + | |
| 16479 | + | |
| 16480 | + | |
16465 | 16481 | | |
16466 | 16482 | | |
16467 | 16483 | | |
| |||
16621 | 16637 | | |
16622 | 16638 | | |
16623 | 16639 | | |
| 16640 | + | |
16624 | 16641 | | |
16625 | 16642 | | |
16626 | 16643 | | |
| |||
16648 | 16665 | | |
16649 | 16666 | | |
16650 | 16667 | | |
| 16668 | + | |
| 16669 | + | |
| 16670 | + | |
| 16671 | + | |
| 16672 | + | |
| 16673 | + | |
| 16674 | + | |
| 16675 | + | |
| 16676 | + | |
| 16677 | + | |
| 16678 | + | |
| 16679 | + | |
| 16680 | + | |
| 16681 | + | |
| 16682 | + | |
| 16683 | + | |
| 16684 | + | |
| 16685 | + | |
| 16686 | + | |
| 16687 | + | |
| 16688 | + | |
| 16689 | + | |
| 16690 | + | |
| 16691 | + | |
| 16692 | + | |
16651 | 16693 | | |
16652 | 16694 | | |
16653 | 16695 | | |
| |||
17713 | 17755 | | |
17714 | 17756 | | |
17715 | 17757 | | |
| 17758 | + | |
17716 | 17759 | | |
17717 | 17760 | | |
17718 | 17761 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1441 | 1441 | | |
1442 | 1442 | | |
1443 | 1443 | | |
1444 | | - | |
| 1444 | + | |
| 1445 | + | |
| 1446 | + | |
1445 | 1447 | | |
1446 | 1448 | | |
1447 | 1449 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | | - | |
| 46 | + | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
54 | | - | |
55 | | - | |
| 57 | + | |
56 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
| |||
70 | 78 | | |
71 | 79 | | |
72 | 80 | | |
73 | | - | |
| 81 | + | |
74 | 82 | | |
75 | 83 | | |
76 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
18212 | 18213 | | |
18213 | 18214 | | |
18214 | 18215 | | |
| 18216 | + | |
| 18217 | + | |
| 18218 | + | |
| 18219 | + | |
| 18220 | + | |
| 18221 | + | |
| 18222 | + | |
| 18223 | + | |
| 18224 | + | |
| 18225 | + | |
| 18226 | + | |
| 18227 | + | |
| 18228 | + | |
| 18229 | + | |
| 18230 | + | |
| 18231 | + | |
| 18232 | + | |
| 18233 | + | |
| 18234 | + | |
| 18235 | + | |
| 18236 | + | |
| 18237 | + | |
| 18238 | + | |
| 18239 | + | |
| 18240 | + | |
| 18241 | + | |
| 18242 | + | |
| 18243 | + | |
| 18244 | + | |
| 18245 | + | |
| 18246 | + | |
| 18247 | + | |
| 18248 | + | |
| 18249 | + | |
| 18250 | + | |
| 18251 | + | |
| 18252 | + | |
| 18253 | + | |
| 18254 | + | |
| 18255 | + | |
| 18256 | + | |
| 18257 | + | |
| 18258 | + | |
| 18259 | + | |
18215 | 18260 | | |
18216 | 18261 | | |
18217 | 18262 | | |
| |||
18228 | 18273 | | |
18229 | 18274 | | |
18230 | 18275 | | |
| 18276 | + | |
| 18277 | + | |
| 18278 | + | |
| 18279 | + | |
| 18280 | + | |
| 18281 | + | |
| 18282 | + | |
| 18283 | + | |
| 18284 | + | |
| 18285 | + | |
| 18286 | + | |
| 18287 | + | |
| 18288 | + | |
18231 | 18289 | | |
18232 | 18290 | | |
18233 | 18291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
984 | 987 | | |
985 | 988 | | |
986 | 989 | | |
| |||
0 commit comments