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-03-24 19:37:53 -07:00
2022-03-30 14:10:06 +02:00
2021-02-26 09:41:02 -08:00
2022-04-02 08:40:09 -04:00
2022-03-28 19:05:40 -07:00
2022-03-27 10:17:23 -07:00
2022-04-02 10:32:14 -07:00
2022-03-24 13:13:26 -07:00
2021-10-07 09:56:38 -04:00
2021-10-05 17:38:45 -04:00
2021-02-02 17:02:07 -05:00
2022-03-30 19:28:17 -07:00
2022-01-15 16:30:23 +02:00
2021-03-23 14:08:18 -04:00
2020-11-10 20:39:40 -05:00
2021-10-26 09:18:10 -04:00
2021-02-02 17:02:06 -05:00
2021-06-18 09:10:00 -04:00
2021-10-08 18:08:43 -04:00
2021-08-18 18:10:32 -04:00
2021-06-25 19:57:24 -04:00
2022-02-25 12:07:01 -05:00
2021-10-27 12:25:09 -04:00
2022-01-14 03:42:24 -05:00
2022-03-23 11:40:25 -07:00
2021-12-06 15:37:21 -05:00
2022-03-11 11:49:24 -05:00
2022-02-25 12:07:01 -05:00
2022-04-02 10:32:14 -07:00
2022-03-23 11:40:25 -07:00
2020-11-10 20:39:40 -05:00
2021-10-13 18:19:41 -04:00
2021-10-27 11:21:49 -04:00
2022-01-15 16:30:24 +02:00
2021-02-02 17:02:06 -05:00
2021-07-27 17:05:06 +01:00
2022-03-28 19:38:09 -07:00
2021-02-02 17:02:07 -05:00
2022-03-15 10:28:12 +01:00
2022-01-13 16:23:04 -05:00
2020-11-06 08:42:26 -05:00
2020-09-14 10:08:07 +02:00
2021-10-08 18:08:43 -04:00
2021-08-19 09:09:03 -04:00
2022-02-25 12:07:01 -05:00
2022-02-25 12:07:01 -05:00
2021-10-08 18:08:43 -04:00
2022-03-23 11:40:25 -07:00
2022-03-01 16:18:39 +01:00
2022-02-25 21:05:29 -05:00
2021-03-23 14:08:18 -04:00
2021-10-08 18:08:43 -04:00
2021-10-08 18:08:43 -04:00
2021-09-08 15:29:16 -04:00
2022-01-13 16:23:05 -05:00
2022-01-16 10:15:32 +02:00
2022-03-26 14:54:41 -07:00
2022-03-23 11:40:25 -07:00
2021-12-01 21:04:34 -05:00
2020-11-10 20:39:40 -05:00