This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b253435746d9 Merge tag 'xtensa-20220416' of https://github.com/jcmvbkbc [...] new 6f06aa6b2fd7 net: phy: LAN937x: added PHY_POLL_CABLE_TEST flag new ee3b0826b476 rxrpc: Restore removed timer deletion new 1a74e9932374 net/smc: Fix sock leak when release after smc_shutdown() new 29e8e659f984 net/packet: fix packet_sock xmit return value checking new 748b82c23e25 xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup new 5bd8baab087d esp: limit skb_page_frag_refill use to a single page new 2cc7fb9d2412 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...] new d1fc4c6feac1 ice: xsk: check if Rx ring was filled up to the end new aacca7a83b97 ice: allow creating VFs for !CONFIG_NET_SWITCHDEV new d201665147ae ice: fix crash in switchdev mode new 7c8881b77908 ice: Fix memory leak in ice_get_orom_civd_data() new 226c60243593 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...] new f40c064e933d ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit() new ab198e1d0dd8 ip6_gre: Fix skb_under_panic in __gre6_xmit() new cefa91b2332d openvswitch: fix OOB access in reserve_sfa_size() new da367ac74aec net: restore alpha order to Ethernet devices in config new 60496069d0ae powerpc: Update MAINTAINERS for ibmvnic and VAS new 907862e9aef7 igc: Fix infinite loop in release_swfw_sync new c80a29f0fe9b igc: Fix BUG: scheduling while atomic new 822f52e7efdc igc: Fix suspending when PTM is active new 04ebaa1cfdda e1000e: Fix possible overflow in LTR decoding new f3226eed5431 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/ [...] new 3db09e762dc7 net/sched: cls_u32: fix netns refcount changes in u32_change() new ec5b0f605b10 net/sched: cls_u32: fix possible leak in u32_init_knode() new 0b9dcf377553 Merge branch 'net-sched-two-fixes-for-cls_u32' new 83daab06252e l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be [...] new db53cd3d88dc net: Handle l3mdev in ip_tunnel_init_flow new 268b41b34d9a Merge branch 'l3mdev-fix-ip-tunnel-case-after-recent-l3mde [...] new 9cb7c013420f ipv6: make ip6_rt_gc_expire an atomic_t new d08ed852560e net: lan966x: Make sure to release ptp interrupt new 49aefd131739 bonding: do not discard lowest hash bit for non layer3+4 hashing new d73497081710 can: isotp: stop timeout monitoring when no first frame was sent new d94ef51d5b96 Merge tag 'linux-can-fixes-for-5.18-20220417' of git://git [...] new cbe6c3a8f8f4 net: atlantic: invert deep par in pm functions, preventing [...] new 0763120b0904 net: dsa: hellcreek: Calculate checksums in tagger new 4cf35a2b627a net: mscc: ocelot: fix broken IP multicast flooding new 99c07327ae11 netlink: reset network and mac headers in netlink_dump() new c6a4254c18c6 doc/ip-sysctl: add bc_forwarding new 234901de2bc6 net: stmmac: Use readl_poll_timeout_atomic() in atomic state new c5d0fc54bede nfc: MAINTAINERS: add Bug entry new 044011fdf162 selftests: mlxsw: vxlan_flooding: Prevent flooding of unwa [...] new 5e6242151d7f selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of [...] new bc6de2878429 drivers: net: hippi: Fix deadlock in rr_close() new 59f0c2447e25 Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/l [...]
The 44 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/networking/ip-sysctl.rst | 7 ++++++ MAINTAINERS | 3 +-- drivers/net/bonding/bond_main.c | 13 +++++++---- drivers/net/ethernet/Kconfig | 26 +++++++++++----------- .../net/ethernet/aquantia/atlantic/aq_pci_func.c | 8 +++---- drivers/net/ethernet/intel/e1000e/ich8lan.c | 4 ++-- drivers/net/ethernet/intel/ice/ice_eswitch.c | 3 ++- drivers/net/ethernet/intel/ice/ice_eswitch.h | 2 +- drivers/net/ethernet/intel/ice/ice_nvm.c | 1 + drivers/net/ethernet/intel/ice/ice_xsk.c | 7 +++++- drivers/net/ethernet/intel/igc/igc_i225.c | 11 +++++++-- drivers/net/ethernet/intel/igc/igc_phy.c | 4 ++-- drivers/net/ethernet/intel/igc/igc_ptp.c | 15 ++++++++++++- .../net/ethernet/mellanox/mlxsw/spectrum_span.c | 2 +- .../net/ethernet/microchip/lan966x/lan966x_main.c | 3 +++ drivers/net/ethernet/mscc/ocelot.c | 2 ++ .../net/ethernet/stmicro/stmmac/stmmac_hwtstamp.c | 4 ++-- drivers/net/hippi/rrunner.c | 2 ++ drivers/net/phy/microchip_t1.c | 1 + include/net/esp.h | 2 -- include/net/ip_tunnels.h | 11 +++++++-- include/net/netns/ipv6.h | 4 ++-- net/can/isotp.c | 10 ++++++++- net/dsa/tag_hellcreek.c | 8 +++++++ net/ipv4/esp4.c | 5 ++--- net/ipv4/ip_gre.c | 4 ++-- net/ipv4/ip_tunnel.c | 9 ++++---- net/ipv6/esp6.c | 5 ++--- net/ipv6/ip6_gre.c | 14 +++++++----- net/ipv6/route.c | 11 ++++----- net/l3mdev/l3mdev.c | 2 +- net/netlink/af_netlink.c | 7 ++++++ net/openvswitch/flow_netlink.c | 2 +- net/packet/af_packet.c | 13 +++++++---- net/rxrpc/net_ns.c | 2 ++ net/sched/cls_u32.c | 24 +++++++++++--------- net/smc/af_smc.c | 4 +++- net/xfrm/xfrm_policy.c | 4 +++- .../net/mlxsw/spectrum-2/vxlan_flooding_ipv6.sh | 17 ++++++++++++++ .../selftests/drivers/net/mlxsw/vxlan_flooding.sh | 17 ++++++++++++++ 40 files changed, 210 insertions(+), 83 deletions(-)