aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/rpl_iptunnel.c
diff options
context:
space:
mode:
authorDavid S. Miller <[email protected]>2025-07-13 00:28:52 +0000
committerDavid S. Miller <[email protected]>2025-07-13 00:28:52 +0000
commita059ef8e888941d6c2dc3e94f5f7c98db232ea5d (patch)
tree614e6b894f847df381aadb9583f8deec453f8d18 /net/ipv6/rpl_iptunnel.c
parentnet/sched: sch_qfq: Fix race condition on qfq_aggregate (diff)
parentaf_packet: fix soft lockup issue caused by tpacket_snd() (diff)
downloadkernel-a059ef8e888941d6c2dc3e94f5f7c98db232ea5d.tar.gz
kernel-a059ef8e888941d6c2dc3e94f5f7c98db232ea5d.zip
Merge branch 'tpacket_snd-bugs' into main
Yun Lu says: ==================== fix two issues and optimize code on tpacket_snd() This series fix two issues and optimize the code on tpacket_snd(): 1, fix the SO_SNDTIMEO constraint not effective due to the changes in commit 581073f626e3; 2, fix a soft lockup issue on a specific edge case, and also optimize the loop logic to be clearer and more obvious; --- Changes in v5: - Still combine fix and optimization together, change to while(1). Thanks: Willem de Bruijn. - Link to v4: https://lore.kernel.org/all/[email protected]/ Changes in v4: - Fix a typo and add the missing semicolon. Thanks: Simon Horman. - Split the second patch into two, one to fix, another to optimize. Thanks: Willem de Bruijn - Link to v3: https://lore.kernel.org/all/[email protected]/ Changes in v3: - Split in two different patches. - Simplify the code and reuse ph to continue. Thanks: Eric Dumazet. - Link to v2: https://lore.kernel.org/all/[email protected]/ Changes in v2: - Add a Fixes tag. - Link to v1: https://lore.kernel.org/all/[email protected]/ ==================== Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv6/rpl_iptunnel.c')
0 files changed, 0 insertions, 0 deletions