Commit ef4ab3b
committed
Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni:
"Including fixes from bpf, netfilter, can, and bluetooth.
Current release - regressions:
- bluetooth: fix deadlock on hci_power_on_sync
Previous releases - regressions:
- sched: act_police: allow 'continue' action offload
- eth: usbnet: fix memory leak in error case
- eth: ibmvnic: properly dispose of all skbs during a failover
Previous releases - always broken:
- bpf:
- fix insufficient bounds propagation from
adjust_scalar_min_max_vals
- clear page contiguity bit when unmapping pool
- netfilter: nft_set_pipapo: release elements in clone from
abort path
- mptcp: netlink: issue MP_PRIO signals from userspace PMs
- can:
- rcar_canfd: fix data transmission failed on R-Car V3U
- gs_usb: gs_usb_open/close(): fix memory leak
Misc:
- add Wenjia as SMC maintainer"
* tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (57 commits)
wireguard: Kconfig: select CRYPTO_CHACHA_S390
crypto: s390 - do not depend on CRYPTO_HW for SIMD implementations
wireguard: selftests: use microvm on x86
wireguard: selftests: always call kernel makefile
wireguard: selftests: use virt machine on m68k
wireguard: selftests: set fake real time in init
r8169: fix accessing unset transport header
net: rose: fix UAF bug caused by rose_t0timer_expiry
usbnet: fix memory leak in error case
Revert "tls: rx: move counting TlsDecryptErrors for sync"
mptcp: update MIB_RMSUBFLOW in cmd_sf_destroy
mptcp: fix local endpoint accounting
selftests: mptcp: userspace PM support for MP_PRIO signals
mptcp: netlink: issue MP_PRIO signals from userspace PMs
mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags
mptcp: Avoid acquiring PM lock for subflow priority changes
mptcp: fix locking in mptcp_nl_cmd_sf_destroy()
net/mlx5e: Fix matchall police parameters validation
net/sched: act_police: allow 'continue' action offload
net: lan966x: hardcode the number of external ports
...65 files changed
Lines changed: 1089 additions & 524 deletions
File tree
- Documentation/process
- crypto
- drivers
- crypto
- net
- can
- m_can
- rcar
- spi/mcp251xfd
- usb
- kvaser_usb
- ethernet
- ibm
- intel/i40e
- mellanox/mlx5/core
- microchip/lan966x
- realtek
- usb
- include/net
- kernel/bpf
- net
- bluetooth
- can
- mptcp
- netfilter
- rose
- sched
- tls
- xdp
- samples/fprobe
- tools/testing/selftests
- bpf/verifier
- net
- forwarding
- mptcp
- wireguard/qemu
- arch
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 | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
9 | 18 | | |
10 | 19 | | |
11 | 20 | | |
| |||
136 | 145 | | |
137 | 146 | | |
138 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
139 | 162 | | |
140 | 163 | | |
141 | 164 | | |
| |||
183 | 206 | | |
184 | 207 | | |
185 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
186 | 222 | | |
187 | 223 | | |
188 | 224 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3618 | 3618 | | |
3619 | 3619 | | |
3620 | 3620 | | |
3621 | | - | |
| 3621 | + | |
3622 | 3622 | | |
3623 | 3623 | | |
3624 | 3624 | | |
3625 | | - | |
3626 | | - | |
| 3625 | + | |
| 3626 | + | |
3627 | 3627 | | |
3628 | 3628 | | |
3629 | 3629 | | |
3630 | | - | |
| 3630 | + | |
| 3631 | + | |
| 3632 | + | |
3631 | 3633 | | |
3632 | 3634 | | |
3633 | 3635 | | |
| |||
3659 | 3661 | | |
3660 | 3662 | | |
3661 | 3663 | | |
3662 | | - | |
3663 | | - | |
3664 | 3664 | | |
3665 | 3665 | | |
3666 | 3666 | | |
3667 | | - | |
3668 | 3667 | | |
3669 | 3668 | | |
3670 | 3669 | | |
| |||
3673 | 3672 | | |
3674 | 3673 | | |
3675 | 3674 | | |
3676 | | - | |
3677 | 3675 | | |
3678 | 3676 | | |
3679 | 3677 | | |
3680 | 3678 | | |
3681 | 3679 | | |
3682 | 3680 | | |
3683 | 3681 | | |
3684 | | - | |
3685 | 3682 | | |
3686 | 3683 | | |
3687 | 3684 | | |
3688 | 3685 | | |
3689 | 3686 | | |
3690 | 3687 | | |
3691 | | - | |
3692 | 3688 | | |
3693 | 3689 | | |
3694 | 3690 | | |
3695 | 3691 | | |
3696 | 3692 | | |
3697 | 3693 | | |
3698 | 3694 | | |
3699 | | - | |
3700 | 3695 | | |
3701 | 3696 | | |
3702 | 3697 | | |
3703 | 3698 | | |
3704 | 3699 | | |
3705 | 3700 | | |
3706 | 3701 | | |
3707 | | - | |
3708 | 3702 | | |
3709 | 3703 | | |
3710 | 3704 | | |
3711 | 3705 | | |
3712 | 3706 | | |
3713 | 3707 | | |
3714 | 3708 | | |
3715 | | - | |
3716 | 3709 | | |
3717 | 3710 | | |
3718 | 3711 | | |
| |||
3722 | 3715 | | |
3723 | 3716 | | |
3724 | 3717 | | |
3725 | | - | |
3726 | 3718 | | |
3727 | 3719 | | |
3728 | 3720 | | |
3729 | 3721 | | |
3730 | 3722 | | |
3731 | 3723 | | |
3732 | 3724 | | |
3733 | | - | |
3734 | 3725 | | |
3735 | 3726 | | |
3736 | 3727 | | |
3737 | 3728 | | |
3738 | 3729 | | |
3739 | 3730 | | |
3740 | | - | |
3741 | 3731 | | |
3742 | 3732 | | |
3743 | 3733 | | |
3744 | 3734 | | |
3745 | 3735 | | |
3746 | 3736 | | |
3747 | 3737 | | |
3748 | | - | |
3749 | 3738 | | |
3750 | 3739 | | |
3751 | 3740 | | |
3752 | 3741 | | |
3753 | 3742 | | |
3754 | | - | |
| 3743 | + | |
| 3744 | + | |
| 3745 | + | |
| 3746 | + | |
| 3747 | + | |
| 3748 | + | |
| 3749 | + | |
| 3750 | + | |
| 3751 | + | |
| 3752 | + | |
| 3753 | + | |
| 3754 | + | |
| 3755 | + | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
| 3759 | + | |
| 3760 | + | |
| 3761 | + | |
| 3762 | + | |
| 3763 | + | |
| 3764 | + | |
| 3765 | + | |
| 3766 | + | |
| 3767 | + | |
| 3768 | + | |
| 3769 | + | |
| 3770 | + | |
| 3771 | + | |
| 3772 | + | |
| 3773 | + | |
| 3774 | + | |
| 3775 | + | |
| 3776 | + | |
| 3777 | + | |
| 3778 | + | |
| 3779 | + | |
| 3780 | + | |
| 3781 | + | |
| 3782 | + | |
| 3783 | + | |
| 3784 | + | |
| 3785 | + | |
| 3786 | + | |
| 3787 | + | |
| 3788 | + | |
| 3789 | + | |
| 3790 | + | |
| 3791 | + | |
3755 | 3792 | | |
3756 | 3793 | | |
3757 | 3794 | | |
| |||
3762 | 3799 | | |
3763 | 3800 | | |
3764 | 3801 | | |
3765 | | - | |
| 3802 | + | |
| 3803 | + | |
| 3804 | + | |
| 3805 | + | |
| 3806 | + | |
| 3807 | + | |
| 3808 | + | |
| 3809 | + | |
| 3810 | + | |
| 3811 | + | |
| 3812 | + | |
| 3813 | + | |
| 3814 | + | |
| 3815 | + | |
| 3816 | + | |
| 3817 | + | |
| 3818 | + | |
| 3819 | + | |
| 3820 | + | |
| 3821 | + | |
| 3822 | + | |
3766 | 3823 | | |
3767 | 3824 | | |
3768 | 3825 | | |
| |||
3775 | 3832 | | |
3776 | 3833 | | |
3777 | 3834 | | |
3778 | | - | |
| 3835 | + | |
| 3836 | + | |
| 3837 | + | |
| 3838 | + | |
| 3839 | + | |
| 3840 | + | |
| 3841 | + | |
3779 | 3842 | | |
3780 | 3843 | | |
3781 | 3844 | | |
3782 | 3845 | | |
3783 | 3846 | | |
3784 | 3847 | | |
| 3848 | + | |
| 3849 | + | |
| 3850 | + | |
| 3851 | + | |
| 3852 | + | |
| 3853 | + | |
| 3854 | + | |
| 3855 | + | |
| 3856 | + | |
| 3857 | + | |
| 3858 | + | |
| 3859 | + | |
3785 | 3860 | | |
3786 | 3861 | | |
3787 | 3862 | | |
| |||
18109 | 18184 | | |
18110 | 18185 | | |
18111 | 18186 | | |
| 18187 | + | |
18112 | 18188 | | |
18113 | 18189 | | |
18114 | 18190 | | |
| |||
0 commit comments