This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 49ef78e59b07 Merge tag 'gpio-fixes-for-v5.16' of git://git.kernel.org/p [...] new 7a3429bace0e ipv4: Check attribute length for RTA_GATEWAY in multipath route new 664b9c4b7392 ipv4: Check attribute length for RTA_FLOW in multipath route new 4619bcf91399 ipv6: Check attribute length for RTA_GATEWAY in multipath route new 1ff15a710a86 ipv6: Check attribute length for RTA_GATEWAY when deleting [...] new 8bda81a4d400 lwtunnel: Validate RTA_ENCAP_TYPE attribute length new 4760abaac684 Merge branch 'mpr-len-checks' David Ahern says: new 0706a78f31c4 Revert "xsk: Do not sleep in poll() when need_wakeup set" new 819d11507f66 bpf, selftests: Fix spelling mistake "tained" -> "tainted" new 0f1fe7b83ba0 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf new 5e75d0b215b8 selftests: net: udpgro_fwd.sh: explicitly checking the ava [...] new d6d86830705f net ticp:fix a kernel-infoleak in __tipc_sendmsg() new ae81de737885 mctp: Remove only static neighbour on RTM_DELNEIGH new c255a34e02ef net: ena: Fix undefined state when tx request id is out of bounds new cb3d4f98f0b2 net: ena: Fix wrong rx request id by resetting device new 5055dc0348b8 net: ena: Fix error handling when calculating max IO queue [...] new 5b40d10b6042 Merge branch 'ena-fixes' new f9d31c4cf4c1 sctp: hold endpoint before calling cb in sctp_transport_lo [...] new 29262e1f773b rndis_host: support Hytera digital radios new 1ef5e1d0dca5 net/fsl: Remove leftover definition in xgmac_mdio new e30a845b0376 ipv6: Continue processing multipath route even if gateway [...] new 95bdba23b5b4 ipv6: Do cleanup if attribute validation fails in multipath route new 065e1ae02fbe Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking [...] new 938f2e0b57ff batman-adv: mcast: don't send link-local multicast to mcas [...] new e8fe9e8308b2 Merge tag 'batadv-net-pullrequest-20220103' of git://git.o [...] new fa55a7d745de seg6: export get_srh() for ICMP handling new e41294408c56 icmp: ICMPV6: Examine invoking packet for Segment Route Headers. new 222a011efc83 udp6: Use Segment Routing Header for dest address if present new d2d9a6d0b4c2 Merge branch 'srv6-traceroute' new 3087a6f36ee0 netrom: fix copying in user data in nr_setsockopt new 7d18a07897d0 sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc new 68a18ad71378 mac80211: initialize variable have_higher_than_11mbit new 8b5cb7e41d9d mac80211: mesh: embedd mesh_paths and mpp_paths into ieee8 [...] new 6f89ecf10af1 Merge tag 'mac80211-for-net-2022-01-04' of git://git.kerne [...] new 1d5a47424040 sfc: The RX page_ring is optional new 01cbf50877e6 i40e: Fix to not show opcode msg on unsuccessful VF MAC change new 3116f59c12bd i40e: fix use-after-free in i40e_sync_filters_subtask() new 40feded8a247 i40e: Fix for displaying message regarding NVM version new e738451d78b2 i40e: Fix incorrect netdev's real number of RX/TX queues new b712941c8085 iavf: Fix limit of total number of queues to active queues of VF new b3c8e0de473e Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...] new 754e4382354f ieee802154: atusb: fix uninit value in atusb_set_extended_addr new af872b691926 Merge tag 'ieee802154-for-net-2022-01-05' of git://git.ker [...] new 00fcf8c7dd56 Revert "net: usb: r8152: Add MAC passthrough support for m [...] new db54c12a3d7e selftests: set amt.sh executable new 75acfdb6fd92 Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm [...]
The 45 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: drivers/net/ethernet/amazon/ena/ena_netdev.c | 49 +++++++----- drivers/net/ethernet/freescale/xgmac_mdio.c | 1 - drivers/net/ethernet/intel/i40e/i40e_main.c | 60 ++++++++++++--- drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 40 ++++++++-- drivers/net/ethernet/intel/iavf/iavf_main.c | 5 +- drivers/net/ethernet/sfc/falcon/rx.c | 5 ++ drivers/net/ethernet/sfc/rx_common.c | 5 ++ drivers/net/ieee802154/atusb.c | 10 ++- drivers/net/phy/fixed_phy.c | 4 +- drivers/net/usb/r8152.c | 9 ++- drivers/net/usb/rndis_host.c | 5 ++ include/linux/ipv6.h | 2 + include/net/sctp/sctp.h | 3 +- include/net/seg6.h | 21 +++++ net/batman-adv/multicast.c | 15 ++-- net/batman-adv/multicast.h | 10 ++- net/batman-adv/soft-interface.c | 7 +- net/core/lwtunnel.c | 4 + net/ipv4/fib_semantics.c | 49 ++++++++++-- net/ipv6/icmp.c | 6 +- net/ipv6/route.c | 32 +++++++- net/ipv6/seg6.c | 59 ++++++++++++++ net/ipv6/seg6_local.c | 33 +------- net/ipv6/udp.c | 3 +- net/mac80211/ieee80211_i.h | 24 +++++- net/mac80211/mesh.h | 22 +----- net/mac80211/mesh_pathtbl.c | 89 ++++++++-------------- net/mac80211/mlme.c | 2 +- net/mctp/neigh.c | 9 ++- net/netrom/af_netrom.c | 2 +- net/sched/sch_qfq.c | 6 +- net/sctp/diag.c | 46 +++++------ net/sctp/socket.c | 22 ++++-- net/tipc/socket.c | 2 + net/xdp/xsk.c | 4 +- .../selftests/bpf/verifier/value_ptr_arith.c | 2 +- tools/testing/selftests/net/amt.sh | 0 tools/testing/selftests/net/udpgro_fwd.sh | 3 +- 38 files changed, 441 insertions(+), 229 deletions(-) mode change 100644 => 100755 tools/testing/selftests/net/amt.sh