Linus Torvalds
73b193f265
Networking fixes for 5.18-rc2, including fixes from bpf and netfilter
...
Current release - new code bugs:
- mctp: correct mctp_i2c_header_create result
- eth: fungible: fix reference to __udivdi3 on 32b builds
- eth: micrel: remove latencies support lan8814
Previous releases - regressions:
- bpf: resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXT
- vrf: fix packet sniffing for traffic originating from ip tunnels
- rxrpc: fix a race in rxrpc_exit_net()
- dsa: revert "net: dsa: stop updating master MTU from master.c"
- eth: ice: fix MAC address setting
Previous releases - always broken:
- tls: fix slab-out-of-bounds bug in decrypt_internal
- bpf: support dual-stack sockets in bpf_tcp_check_syncookie
- xdp: fix coalescing for page_pool fragment recycling
- ovs: fix leak of nested actions
- eth: sfc:
- add missing xdp queue reinitialization
- fix using uninitialized xdp tx_queue
- eth: ice:
- clear default forwarding VSI during VSI release
- fix broken IFF_ALLMULTI handling
- synchronize_rcu() when terminating rings
- eth: qede: confirm skb is allocated before using
- eth: aqc111: fix out-of-bounds accesses in RX fixup
- eth: slip: fix NPD bug in sl_tx_timeout()
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
-----BEGIN PGP SIGNATURE-----
iQJGBAABCAAwFiEEg1AjqC77wbdLX2LbKSR5jcyPE6QFAmJPJvoSHHBhYmVuaUBy
ZWRoYXQuY29tAAoJECkkeY3MjxOkZywQAKesxObtKwob6uclHfOOl3Tfv9EV20zl
9T9r4vUJ7GtHtjzB59fcWXTRMgeDRRpUPww9U2DLFXEkms7b2O6XgjevRKg0e6ke
eF7rPbjhv1igdtS43Vp+5fIUR7vMUhGKXjhLSFB5O+ToRYcWdufdPY4qU62SaFQV
62d2SF/VbdNxnBP6Nzmv4i+EON1uKb8yDL2u4gdwOGO9EV9AUeJ2JNN3H1gc86I7
kzL5gYc61Rd0UwwQAaUap6fcZi2kCRuSHCXLZlha/RK0BGWNcm2Fh5YKCKIAW+2/
77Unt7aQZoj8DTUzBNjMJX432t18HTjvfOtkwTVIOXy/+n7meQjtgu93yFw9jU84
Oqlc+A8/Si3EyweNC2OvrTqTrUH9ZjjGzL9cEzWaLtEBQWvVeDz7dZxT8QZieXAN
hZGba7aq6Ty5CKN7AaOK6e9GMzY8eEVOoSK/dVFZmRiex/y1mME0OHSiuOS1GEVm
dfbFvGr1dWEbnQ6yV5peM6KY6y/TNd45BKYD2q5xfCIcJPkZj/dhCli/lx+UGoZY
OoX6C78sz5Ogj9UC9lTooA2vo55ykOyxM6yKy9Ky28TmbkkvqDH5GmGMi6TkZOin
JNGTADvsZq8TTaq8J7/GbISfbqySUX0TcEM5goyDDFec9TxpWCQlx8P6FJjpM85z
DpqQUwYMrIjW
=rdzK
-----END PGP SIGNATURE-----
Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Pull networking fixes from Paolo Abeni:
"Including fixes from bpf and netfilter.
Current release - new code bugs:
- mctp: correct mctp_i2c_header_create result
- eth: fungible: fix reference to __udivdi3 on 32b builds
- eth: micrel: remove latencies support lan8814
Previous releases - regressions:
- bpf: resolve to prog->aux->dst_prog->type only for BPF_PROG_TYPE_EXT
- vrf: fix packet sniffing for traffic originating from ip tunnels
- rxrpc: fix a race in rxrpc_exit_net()
- dsa: revert "net: dsa: stop updating master MTU from master.c"
- eth: ice: fix MAC address setting
Previous releases - always broken:
- tls: fix slab-out-of-bounds bug in decrypt_internal
- bpf: support dual-stack sockets in bpf_tcp_check_syncookie
- xdp: fix coalescing for page_pool fragment recycling
- ovs: fix leak of nested actions
- eth: sfc:
- add missing xdp queue reinitialization
- fix using uninitialized xdp tx_queue
- eth: ice:
- clear default forwarding VSI during VSI release
- fix broken IFF_ALLMULTI handling
- synchronize_rcu() when terminating rings
- eth: qede: confirm skb is allocated before using
- eth: aqc111: fix out-of-bounds accesses in RX fixup
- eth: slip: fix NPD bug in sl_tx_timeout()"
* tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (61 commits)
drivers: net: slip: fix NPD bug in sl_tx_timeout()
bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack sockets
bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
myri10ge: fix an incorrect free for skb in myri10ge_sw_tso
net: usb: aqc111: Fix out-of-bounds accesses in RX fixup
qede: confirm skb is allocated before using
net: ipv6mr: fix unused variable warning with CONFIG_IPV6_PIMSM_V2=n
net: phy: mscc-miim: reject clause 45 register accesses
net: axiemac: use a phandle to reference pcs_phy
dt-bindings: net: add pcs-handle attribute
net: axienet: factor out phy_node in struct axienet_local
net: axienet: setup mdio unconditionally
net: sfc: fix using uninitialized xdp tx_queue
rxrpc: fix a race in rxrpc_exit_net()
net: openvswitch: fix leak of nested actions
net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()
net: openvswitch: don't send internal clone attribute to the userspace.
net: micrel: Fix KS8851 Kconfig
ice: clear cmd_type_offset_bsz for TX rings
ice: xsk: fix VSI state check in ice_xsk_wakeup()
...
2022-04-07 19:01:47 -10:00
..
2022-02-08 08:24:42 +01:00
2022-03-07 21:46:57 +00:00
2022-04-06 09:44:45 -07:00
2022-03-22 15:57:02 -07:00
2022-02-04 13:07:07 -07:00
2021-12-10 17:50:38 -07:00
2022-01-25 13:20:03 -07:00
2022-03-22 15:57:13 -07:00
2022-03-10 07:41:14 +01:00
2022-03-25 12:14:39 -07:00
2022-03-23 12:53:00 -07:00
2022-02-14 13:28:17 -07:00
2022-02-23 17:20:32 -07:00
2022-01-11 12:31:35 -08:00
2022-02-04 13:14:41 -07:00
2022-01-05 11:44:57 -05:00
2022-02-23 17:14:36 -07:00
2022-03-24 11:58:57 -07:00
2022-02-23 17:20:47 -07:00
2022-02-23 16:42:00 +01:00
2022-03-25 09:39:36 -07:00
2022-02-26 09:51:17 -08:00
2021-11-06 13:30:42 -07:00
2022-01-27 16:40:45 -07:00
2021-12-10 16:46:01 -07:00
2022-02-11 09:08:20 +01:00
2021-12-10 16:46:01 -07:00
2022-04-03 13:09:05 +01:00
2022-03-23 12:53:00 -07:00
2022-01-27 16:31:07 -07:00
2022-02-02 13:11:40 +01:00
2022-02-04 13:07:07 -07:00
2022-03-08 00:05:00 +11:00
2021-11-09 10:02:48 -08:00
2022-02-22 17:03:40 -08:00
2022-02-08 11:19:15 -08:00
2022-03-25 10:11:38 -07:00
2022-02-25 17:00:51 -07:00
2022-02-14 11:14:38 -07:00
2022-02-17 11:55:17 -08:00
2021-12-10 17:51:15 -07:00
2022-03-14 10:27:52 +00:00
2021-12-10 17:51:20 -07:00
2021-12-10 16:46:00 -07:00
2022-03-08 10:33:17 +02:00
2022-02-10 22:38:08 -05:00
2022-03-07 13:54:59 +01:00
2022-03-24 19:06:51 -07:00
2022-03-30 19:14:08 -07:00
2022-03-23 21:28:34 +01:00
2022-01-27 10:59:02 -07:00
2022-03-03 15:16:57 -07:00
2022-01-25 13:48:21 -07:00
2022-03-24 19:06:51 -07:00
2022-03-31 12:03:46 +09:00
2022-03-03 15:18:13 -07:00