This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/linux.
from 30306f6194ca Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pu [...] adds c3238d36c3a2 i40e: Fix adding ADQ filter to TC0 adds 0bb050670ac9 i40e: Fix calculating the number of queue pairs adds fd5855e6b135 i40e: Fix call trace in setup_tx_descriptors adds 645603844270 iavf: Fix issue with MAC address of VF shown as zero adds 145684d9f9d3 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...] adds c349ae5f831c Documentation: add description for net.sctp.reconf_enable adds e65775fdd389 Documentation: add description for net.sctp.intl_enable adds 249eddaf651f Documentation: add description for net.sctp.ecn_enable adds 6f0e1efc880a Merge branch 'documentation-add-description-for-a-couple-o [...] adds 9eda7d8bcbdb net: hns3: set port base vlan tbl_sta to false before remo [...] adds 283847e3ef6d net: hns3: don't push link state to VF if unalive adds cfd80687a538 net: hns3: modify the ring param print info adds e93530ae0e5d net: hns3: restore tm priority/qset to default settings wh [...] adds 71b215f36dca net: hns3: fix PF rss size initialization bug adds 12a367088772 net: hns3: fix tm port shapping of fibre port is incorrect [...] adds a5b00f5b78b7 Merge branch 'hns3-fixres' adds 00be43a74ca2 net: axienet: make the 64b addresable DMA depends on 64b a [...] adds b690f8df6497 net: axienet: Use iowrite64 to write all 64b descriptor pointers adds a7ffce959cca Merge branch 'axienet-fixes' adds 5f7b84151a89 xilinx: Fix build on x86. adds 619c010a6539 octeontx2-vf: Add support for adaptive interrupt coalescing adds 884c65e4daf3 amd-xgbe: Use platform_irq_count() adds 9cc8ea99bf7a docs: networking: phy: Fix a typo adds 4b7a632ac4e7 mlxsw: spectrum_cnt: Reorder counter pools adds d7dd6eccfbc9 net: bgmac: Fix an erroneous kfree() in bgmac_remove() adds 56315b6bf7fc ARM: dts: at91: ksz9477_evb: fix port/phy validation adds b60377de7790 MAINTAINERS: add include/dt-bindings/net to NETWORKING DRIVERS adds 71a579f0d377 ice: Fix PTP TX timestamp offset calculation adds 9542ef4fba8c ice: Sync VLAN filtering features for DVM adds be2af71496a5 ice: Fix queue config fail handling adds efe41860008e ice: Fix memory corruption in VF driver adds 371de1aa000d Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...] adds 36a15e1cb134 net: usb: ax88179_178a needs FLAG_SEND_ZLP adds 219b51a6f040 net: ax25: Fix deadlock caused by skb_recv_datagram in ax2 [...] new 593d1ebe00a4 Revert "net: Add a second bind table hashed by port and address" new 2e7bf4a6af48 net: axienet: add missing error return code in axienet_probe() new 48a23ec6ff2b Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/l [...]
The 3 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 | 37 +++ Documentation/networking/phy.rst | 2 +- MAINTAINERS | 1 + arch/arm/boot/dts/at91-sama5d3_ksz9477_evb.dts | 5 + drivers/net/ethernet/amd/xgbe/xgbe-platform.c | 4 +- drivers/net/ethernet/broadcom/bgmac-bcma.c | 1 - drivers/net/ethernet/hisilicon/hns3/hnae3.h | 1 + drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c | 2 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 18 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 101 ++++++--- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h | 1 + drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 25 ++- drivers/net/ethernet/intel/i40e/i40e_main.c | 5 + drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 +- drivers/net/ethernet/intel/iavf/iavf_main.c | 2 +- drivers/net/ethernet/intel/ice/ice_main.c | 49 ++-- drivers/net/ethernet/intel/ice/ice_ptp.c | 2 +- drivers/net/ethernet/intel/ice/ice_ptp.h | 31 +++ drivers/net/ethernet/intel/ice/ice_vf_lib.c | 5 + drivers/net/ethernet/intel/ice/ice_virtchnl.c | 53 +++-- .../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 3 +- drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.h | 2 +- drivers/net/ethernet/xilinx/xilinx_axienet.h | 51 +++++ drivers/net/ethernet/xilinx/xilinx_axienet_main.c | 29 +-- drivers/net/usb/ax88179_178a.c | 26 +-- include/net/inet_connection_sock.h | 3 - include/net/inet_hashtables.h | 68 +----- include/net/sock.h | 14 -- net/ax25/af_ax25.c | 33 ++- net/dccp/proto.c | 33 +-- net/ipv4/inet_connection_sock.c | 247 ++++++--------------- net/ipv4/inet_hashtables.c | 193 +--------------- net/ipv4/tcp.c | 14 +- tools/testing/selftests/net/.gitignore | 1 - tools/testing/selftests/net/Makefile | 2 - tools/testing/selftests/net/bind_bhash_test.c | 119 ---------- 36 files changed, 433 insertions(+), 752 deletions(-) delete mode 100644 tools/testing/selftests/net/bind_bhash_test.c