This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 30306f6194ca Merge tag 'hardening-v5.19-rc3' of git://git.kernel.org/pu [...] new c3238d36c3a2 i40e: Fix adding ADQ filter to TC0 new 0bb050670ac9 i40e: Fix calculating the number of queue pairs new fd5855e6b135 i40e: Fix call trace in setup_tx_descriptors new 645603844270 iavf: Fix issue with MAC address of VF shown as zero new 145684d9f9d3 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux [...] new c349ae5f831c Documentation: add description for net.sctp.reconf_enable new e65775fdd389 Documentation: add description for net.sctp.intl_enable new 249eddaf651f Documentation: add description for net.sctp.ecn_enable new 6f0e1efc880a Merge branch 'documentation-add-description-for-a-couple-o [...] new 9eda7d8bcbdb net: hns3: set port base vlan tbl_sta to false before remo [...] new 283847e3ef6d net: hns3: don't push link state to VF if unalive new cfd80687a538 net: hns3: modify the ring param print info new e93530ae0e5d net: hns3: restore tm priority/qset to default settings wh [...] new 71b215f36dca net: hns3: fix PF rss size initialization bug new 12a367088772 net: hns3: fix tm port shapping of fibre port is incorrect [...] new a5b00f5b78b7 Merge branch 'hns3-fixres' new 00be43a74ca2 net: axienet: make the 64b addresable DMA depends on 64b a [...] new b690f8df6497 net: axienet: Use iowrite64 to write all 64b descriptor pointers new a7ffce959cca Merge branch 'axienet-fixes' new 5f7b84151a89 xilinx: Fix build on x86. new 619c010a6539 octeontx2-vf: Add support for adaptive interrupt coalescing new 884c65e4daf3 amd-xgbe: Use platform_irq_count() new 9cc8ea99bf7a docs: networking: phy: Fix a typo new 4b7a632ac4e7 mlxsw: spectrum_cnt: Reorder counter pools new d7dd6eccfbc9 net: bgmac: Fix an erroneous kfree() in bgmac_remove() new 56315b6bf7fc ARM: dts: at91: ksz9477_evb: fix port/phy validation new b60377de7790 MAINTAINERS: add include/dt-bindings/net to NETWORKING DRIVERS new 71a579f0d377 ice: Fix PTP TX timestamp offset calculation new 9542ef4fba8c ice: Sync VLAN filtering features for DVM new be2af71496a5 ice: Fix queue config fail handling new efe41860008e ice: Fix memory corruption in VF driver new 371de1aa000d Merge branch '100GbE' of git://git.kernel.org/pub/scm/linu [...] new 36a15e1cb134 net: usb: ax88179_178a needs FLAG_SEND_ZLP new 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 37 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