This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b9c0f4bd5b81 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...] new df833050cced net: ipa: command payloads already mapped new 4f3391ce8f5a chelsio/chtls: fix tls record info to user new d701ec326a31 ionic: clean up sparse complaints new 43ecf7b46f26 ionic: no rx flush in deinit new 0c32a28e247f ionic: fix mem leak in rx_empty new 0c3b7f4b812f Merge branch 'ionic-memory-usage-fixes' new dab234227cbd net: ucc_geth: Drop extraneous parentheses in comparison new 435ccfa894e3 tcp: Prevent low rmem stalls with SO_RCVLOWAT. new ee7a376421dd net: hns3: clean up a return in hclge_tm_bp_setup() new 937d84205884 cxgb4: set up filter action after rewrites new af545bb5ee53 vsock: use ns_capable_noaudit() on socket create new 4a9baf45fd72 net/smc: fix null pointer dereference in smc_listen_decline() new 96d6fded958d net/smc: fix suppressed return code new 1dc0d1cf6f3d s390/ism: fix incorrect system EID new 522ee51e6771 Merge branch 'net-smc-fixes-2020-10-23' new 1601559be3e4 mlxsw: Only advertise link modes supported by both driver [...] new adc80b6cfedf mlxsw: core: Fix memory leak on module removal new 0daf2bf5a2dc mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish() new 19c176eb0798 Merge branch 'mlxsw-various-fixes' new 21d6a11e2cad bnxt_en: Fix regression in workqueue cleanup logic in bnxt [...] new 631ce27a3006 bnxt_en: Invoke cancel_delayed_work_sync() for PFs also. new f75d9a0aa967 bnxt_en: Re-write PCI BARs after PCI fatal error. new a1301f08c5ac bnxt_en: Check abort error state in bnxt_open_nic(). new 825741b07172 bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally. new 10067b501990 Merge branch 'bnxt_en-bug-fixes' new e3364c5ff3ff net: hns3: Clear the CMDQ registers before unmapping BAR region new 28e9dcd91720 chelsio/chtls: fix deadlock issue new 6daa1da4e262 chelsio/chtls: fix memory leaks in CPL handlers new 6c211809c87f devlink: Fix some error codes new 0d8cb9464a7d devlink: Unlock on error in dumpit() new 68b9f0865b1e ravb: Fix bit fields checking in ravb_hwtstamp_get() new 501b72ae2472 net/sched: act_mpls: Add softdep on mpls_gso.ko new 2ac8af0967aa ibmveth: Fix use of ibmveth in a bridge. new d6535dca2885 net: protect tcf_block_unbind with block lock new 51467431200b gtp: fix an use-before-init in gtp_newlink() new ceb1eb2fb609 tipc: fix memory leak caused by tipc_buf_append() new 9c3f94e1681b mptcp: add missing memory scheduling in the rx path new 8fc3672a8ad3 ibmvnic: fix ibmvnic_set_mac new eadd1befdd77 netem: fix zero division in tabledist new 2734a24e6e5d r8169: fix issue with forced threading in combination with [...] new 934291ffb638 Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/l [...] new 4169e889e588 include: jhash/signal: Fix fall-through warnings for Clang new 07e088730245 Merge tag 'fallthrough-fixes-clang-5.10-rc2' of git://git. [...]
The 43 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/broadcom/bnxt/bnxt.c | 49 ++++++++++++------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 1 + drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 56 +++++++++++----------- drivers/net/ethernet/chelsio/cxgb4/t4_tcb.h | 4 ++ .../chelsio/inline_crypto/chtls/chtls_cm.c | 29 +++++------ .../chelsio/inline_crypto/chtls/chtls_io.c | 7 ++- drivers/net/ethernet/freescale/ucc_geth.c | 2 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 2 +- .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c | 2 +- drivers/net/ethernet/ibm/ibmveth.c | 6 --- drivers/net/ethernet/ibm/ibmvnic.c | 8 +++- drivers/net/ethernet/mellanox/mlxsw/core.c | 5 ++ drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 9 +++- drivers/net/ethernet/mellanox/mlxsw/spectrum.h | 1 + .../net/ethernet/mellanox/mlxsw/spectrum_ethtool.c | 30 ++++++++++++ drivers/net/ethernet/pensando/ionic/ionic_dev.c | 4 +- drivers/net/ethernet/pensando/ionic/ionic_dev.h | 2 + drivers/net/ethernet/pensando/ionic/ionic_fw.c | 6 +-- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 29 ++++++----- drivers/net/ethernet/pensando/ionic/ionic_main.c | 4 +- drivers/net/ethernet/pensando/ionic/ionic_stats.h | 2 +- drivers/net/ethernet/pensando/ionic/ionic_txrx.c | 47 +++++++----------- drivers/net/ethernet/pensando/ionic/ionic_txrx.h | 1 - drivers/net/ethernet/realtek/r8169_main.c | 4 +- drivers/net/ethernet/renesas/ravb_main.c | 10 ++-- drivers/net/gtp.c | 16 +++---- drivers/net/ipa/gsi_trans.c | 21 +++++--- drivers/s390/net/ism_drv.c | 2 +- include/linux/jhash.h | 2 + include/linux/signal.h | 2 + net/core/devlink.c | 30 +++++++----- net/ipv4/tcp.c | 2 + net/ipv4/tcp_input.c | 3 +- net/mptcp/protocol.c | 10 ++++ net/sched/act_mpls.c | 1 + net/sched/cls_api.c | 4 +- net/sched/sch_netem.c | 9 +++- net/smc/af_smc.c | 7 +-- net/smc/smc_core.c | 7 ++- net/tipc/msg.c | 5 +- net/vmw_vsock/af_vsock.c | 2 +- 41 files changed, 265 insertions(+), 178 deletions(-)