Commit 88a5af9
committed
Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Jakub Kicinski:
"Networking fixes for 5.12-rc8, including fixes from netfilter, and
bpf. BPF verifier changes stand out, otherwise things have slowed
down.
Current release - regressions:
- gro: ensure frag0 meets IP header alignment
- Revert "net: stmmac: re-init rx buffers when mac resume back"
- ethernet: macb: fix the restore of cmp registers
Previous releases - regressions:
- ixgbe: Fix NULL pointer dereference in ethtool loopback test
- ixgbe: fix unbalanced device enable/disable in suspend/resume
- phy: marvell: fix detection of PHY on Topaz switches
- make tcp_allowed_congestion_control readonly in non-init netns
- xen-netback: Check for hotplug-status existence before watching
Previous releases - always broken:
- bpf: mitigate a speculative oob read of up to map value size by
tightening the masking window
- sctp: fix race condition in sctp_destroy_sock
- sit, ip6_tunnel: Unregister catch-all devices
- netfilter: nftables: clone set element expression template
- netfilter: flowtable: fix NAT IPv6 offload mangling
- net: geneve: check skb is large enough for IPv4/IPv6 header
- netlink: don't call ->netlink_bind with table lock held"
* tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (52 commits)
netlink: don't call ->netlink_bind with table lock held
MAINTAINERS: update my email
bpf: Update selftests to reflect new error states
bpf: Tighten speculative pointer arithmetic mask
bpf: Move sanitize_val_alu out of op switch
bpf: Refactor and streamline bounds check into helper
bpf: Improve verifier error messages for users
bpf: Rework ptr_limit into alu_limit and add common error path
bpf: Ensure off_reg has no mixed signed bounds for all types
bpf: Move off_reg into sanitize_ptr_alu
bpf: Use correct permission flag for mixed signed bounds arithmetic
ch_ktls: do not send snd_una update to TCB in middle
ch_ktls: tcb close causes tls connection failure
ch_ktls: fix device connection close
ch_ktls: Fix kernel panic
i40e: fix the panic when running bpf in xdpdrv mode
net/mlx5e: fix ingress_ifindex check in mlx5e_flower_parse_meta
net/mlx5e: Fix setting of RS FEC mode
net/mlx5: Fix setting of devlink traps in switchdev mode
Revert "net: stmmac: re-init rx buffers when mac resume back"
...File tree
53 files changed
+479
-439
lines changed- Documentation/networking
- drivers/net
- dsa/mv88e6xxx
- ethernet
- cadence
- cavium/liquidio
- chelsio/inline_crypto/ch_ktls
- davicom
- ibm
- intel
- i40e
- ice
- ixgbe
- mellanox/mlx5/core
- en
- realtek
- stmicro/stmmac
- phy
- xen-netback
- include/linux
- netfilter_arp
- netfilter_bridge
- kernel/bpf
- net
- bridge/netfilter
- core
- ethtool
- ipv4
- netfilter
- ipv6
- netfilter
- netfilter
- netlink
- sctp
- tools
- lib/bpf
- testing/selftests/bpf/verifier
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
53 files changed
+479
-439
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1849 | 1849 | | |
1850 | 1850 | | |
1851 | 1851 | | |
1852 | | - | |
1853 | | - | |
1854 | | - | |
1855 | | - | |
1856 | | - | |
1857 | | - | |
1858 | | - | |
1859 | | - | |
1860 | | - | |
1861 | | - | |
1862 | | - | |
1863 | | - | |
1864 | | - | |
1865 | | - | |
1866 | | - | |
1867 | 1852 | | |
1868 | 1853 | | |
1869 | 1854 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7096 | 7096 | | |
7097 | 7097 | | |
7098 | 7098 | | |
7099 | | - | |
| 7099 | + | |
7100 | 7100 | | |
7101 | 7101 | | |
7102 | 7102 | | |
| |||
8524 | 8524 | | |
8525 | 8525 | | |
8526 | 8526 | | |
8527 | | - | |
8528 | 8527 | | |
8529 | 8528 | | |
| 8529 | + | |
8530 | 8530 | | |
8531 | 8531 | | |
8532 | 8532 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3026 | 3026 | | |
3027 | 3027 | | |
3028 | 3028 | | |
| 3029 | + | |
| 3030 | + | |
| 3031 | + | |
| 3032 | + | |
| 3033 | + | |
| 3034 | + | |
3029 | 3035 | | |
3030 | 3036 | | |
3031 | 3037 | | |
3032 | 3038 | | |
| 3039 | + | |
3033 | 3040 | | |
3034 | 3041 | | |
3035 | 3042 | | |
| |||
3040 | 3047 | | |
3041 | 3048 | | |
3042 | 3049 | | |
3043 | | - | |
3044 | | - | |
3045 | | - | |
3046 | | - | |
3047 | | - | |
3048 | | - | |
3049 | | - | |
3050 | | - | |
3051 | | - | |
3052 | | - | |
3053 | | - | |
3054 | | - | |
3055 | | - | |
3056 | | - | |
3057 | | - | |
3058 | | - | |
3059 | | - | |
| 3050 | + | |
| 3051 | + | |
| 3052 | + | |
| 3053 | + | |
| 3054 | + | |
| 3055 | + | |
3060 | 3056 | | |
3061 | 3057 | | |
3062 | 3058 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3918 | 3918 | | |
3919 | 3919 | | |
3920 | 3920 | | |
| 3921 | + | |
3921 | 3922 | | |
3922 | 3923 | | |
3923 | 3924 | | |
| |||
3928 | 3929 | | |
3929 | 3930 | | |
3930 | 3931 | | |
3931 | | - | |
3932 | 3932 | | |
3933 | 3933 | | |
3934 | 3934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | | - | |
| 415 | + | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
| |||
Lines changed: 11 additions & 91 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | 352 | | |
365 | 353 | | |
366 | 354 | | |
| |||
395 | 383 | | |
396 | 384 | | |
397 | 385 | | |
398 | | - | |
399 | | - | |
400 | 386 | | |
401 | 387 | | |
402 | 388 | | |
| |||
574 | 560 | | |
575 | 561 | | |
576 | 562 | | |
577 | | - | |
578 | 563 | | |
579 | 564 | | |
580 | 565 | | |
| |||
672 | 657 | | |
673 | 658 | | |
674 | 659 | | |
675 | | - | |
676 | | - | |
677 | | - | |
678 | | - | |
679 | 660 | | |
680 | 661 | | |
681 | 662 | | |
| |||
1663 | 1644 | | |
1664 | 1645 | | |
1665 | 1646 | | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
1669 | | - | |
1670 | | - | |
1671 | | - | |
1672 | | - | |
1673 | | - | |
1674 | | - | |
1675 | | - | |
1676 | | - | |
1677 | | - | |
1678 | | - | |
1679 | | - | |
1680 | | - | |
1681 | | - | |
1682 | | - | |
1683 | | - | |
1684 | | - | |
1685 | | - | |
1686 | | - | |
1687 | | - | |
1688 | | - | |
1689 | | - | |
1690 | | - | |
1691 | | - | |
1692 | | - | |
1693 | | - | |
1694 | | - | |
1695 | | - | |
1696 | | - | |
1697 | | - | |
1698 | | - | |
1699 | | - | |
1700 | | - | |
1701 | | - | |
1702 | | - | |
1703 | | - | |
1704 | | - | |
1705 | | - | |
1706 | | - | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | | - | |
1711 | | - | |
1712 | | - | |
1713 | | - | |
1714 | 1647 | | |
1715 | 1648 | | |
1716 | 1649 | | |
| |||
1735 | 1668 | | |
1736 | 1669 | | |
1737 | 1670 | | |
| 1671 | + | |
1738 | 1672 | | |
| 1673 | + | |
1739 | 1674 | | |
1740 | 1675 | | |
1741 | 1676 | | |
| |||
1758 | 1693 | | |
1759 | 1694 | | |
1760 | 1695 | | |
| 1696 | + | |
| 1697 | + | |
1761 | 1698 | | |
1762 | 1699 | | |
1763 | 1700 | | |
| |||
1769 | 1706 | | |
1770 | 1707 | | |
1771 | 1708 | | |
| 1709 | + | |
| 1710 | + | |
1772 | 1711 | | |
1773 | 1712 | | |
1774 | 1713 | | |
| |||
1905 | 1844 | | |
1906 | 1845 | | |
1907 | 1846 | | |
1908 | | - | |
1909 | | - | |
1910 | | - | |
1911 | | - | |
1912 | | - | |
1913 | 1847 | | |
1914 | 1848 | | |
1915 | 1849 | | |
| |||
2010 | 1944 | | |
2011 | 1945 | | |
2012 | 1946 | | |
| 1947 | + | |
| 1948 | + | |
2013 | 1949 | | |
2014 | | - | |
2015 | 1950 | | |
2016 | 1951 | | |
2017 | | - | |
2018 | | - | |
2019 | 1952 | | |
2020 | 1953 | | |
2021 | 1954 | | |
| |||
2074 | 2007 | | |
2075 | 2008 | | |
2076 | 2009 | | |
2077 | | - | |
2078 | 2010 | | |
2079 | 2011 | | |
2080 | 2012 | | |
2081 | 2013 | | |
| 2014 | + | |
2082 | 2015 | | |
2083 | 2016 | | |
2084 | 2017 | | |
| |||
2088 | 2021 | | |
2089 | 2022 | | |
2090 | 2023 | | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | | - | |
2097 | | - | |
2098 | | - | |
2099 | | - | |
2100 | | - | |
2101 | 2024 | | |
2102 | 2025 | | |
2103 | 2026 | | |
| |||
2122 | 2045 | | |
2123 | 2046 | | |
2124 | 2047 | | |
2125 | | - | |
2126 | | - | |
2127 | | - | |
2128 | | - | |
2129 | | - | |
2130 | 2048 | | |
2131 | 2049 | | |
| 2050 | + | |
2132 | 2051 | | |
2133 | 2052 | | |
2134 | 2053 | | |
| |||
2143 | 2062 | | |
2144 | 2063 | | |
2145 | 2064 | | |
| 2065 | + | |
2146 | 2066 | | |
2147 | 2067 | | |
2148 | 2068 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1471 | 1471 | | |
1472 | 1472 | | |
1473 | 1473 | | |
1474 | | - | |
1475 | | - | |
| 1474 | + | |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
1476 | 1478 | | |
1477 | 1479 | | |
1478 | 1480 | | |
| |||
0 commit comments