summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-09-22net/mlx5e: Unify constants for WQE_EMPTY_DS_COUNTMaxim Mikityanskiy4-21/+21
2020-09-22net/mlx5e: Small improvements for XDP TX MPWQE logicMaxim Mikityanskiy2-10/+11
2020-09-22net/mlx5e: Refactor xmit functionsMaxim Mikityanskiy4-187/+202
2020-09-22net/mlx5e: Move mlx5e_tx_wqe_inline_mode to en_tx.cMaxim Mikityanskiy2-23/+23
2020-09-22net/mlx5e: Use struct assignment to initialize mlx5e_tx_wqe_infoMaxim Mikityanskiy1-4/+6
2020-09-22net/mlx5e: Refactor inline header size calculation in the TX pathMaxim Mikityanskiy1-4/+4
2020-09-22net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean1-8/+8
2020-09-22Merge tag 'mlx5-fixes-2020-09-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller20-180/+200
2020-09-22net/mlx5e: mlx5e_fec_in_caps() returns a booleanSaeed Mahameed1-5/+2
2020-09-22net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlockSaeed Mahameed1-15/+10
2020-09-22net/mlx5e: kTLS, Fix leak on resync error flowSaeed Mahameed1-2/+6
2020-09-22net/mlx5e: kTLS, Add missing dma_unmap in RX resyncSaeed Mahameed1-3/+5
2020-09-22net/mlx5e: kTLS, Fix napi sync and possible use-after-freeTariq Toukan1-1/+1
2020-09-22net/mlx5e: TLS, Do not expose FPGA TLS counter if not supportedTariq Toukan1-4/+8
2020-09-22net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()Alaa Hleihel6-15/+17
2020-09-22net/mlx5e: Fix multicast counter not up-to-date in "ip -s"Ron Diskin4-7/+12
2020-09-22net/mlx5e: Fix endianness when calculating pedit mask first bitMaor Dickman1-13/+21
2020-09-22net/mlx5e: Enable adding peer miss rules only if merged eswitch is supportedMaor Dickman1-24/+28
2020-09-22net/mlx5e: CT: Fix freeing ct_label mappingRoi Dayan3-17/+36
2020-09-22net/mlx5e: Fix memory leak of tunnel info when rule under multipath not readyJianbo Liu1-4/+1
2020-09-22net/mlx5e: Use synchronize_rcu to sync with NAPIMaxim Mikityanskiy5-36/+22
2020-09-22net/mlx5e: Use RCU to protect rq->xdp_progMaxim Mikityanskiy3-30/+27
2020-09-22net/mlx5: Fix FTE cleanupMaor Gottlieb1-4/+4
2020-09-22net: natsemi: Remove set but not used variableZheng Yongjun1-2/+2
2020-09-21sfc: Fix error code in probeDan Carpenter1-0/+1
2020-09-21net: ena: Fix all static chekers' warningsShay Agroskin3-8/+13
2020-09-21net: ena: Change RSS related macros and variables namesShay Agroskin2-14/+15
2020-09-21net: ena: Remove redundant print of placement policyShay Agroskin1-8/+2
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin7-155/+179
2020-09-21net: ena: Change log message to netif/dev functionShay Agroskin1-19/+23
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin12-348/+24
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao1-6/+1
2020-09-21enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao1-6/+1
2020-09-21ice: simplify the return expression of ice_finalize_update()Qinglang Miao1-6/+1
2020-09-21mlxsw: spectrum_router: simplify the return expression of __mlxsw_sp_router_i...Qinglang Miao1-5/+1
2020-09-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-21net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao1-6/+1
2020-09-21dpaa2-eth: drop double zeroingJulia Lawall1-1/+1
2020-09-21bnxt_en: Fix wrong flag value passed to HWRM_PORT_QSTATS_EXT fw call.Michael Chan1-1/+1
2020-09-21bnxt_en: Fix HWRM_FUNC_QSTATS_EXT firmware call.Michael Chan1-0/+1
2020-09-21bnxt_en: Return -EOPNOTSUPP for ETHTOOL_GREGS on VFs.Vasundhara Volam1-0/+3
2020-09-21bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.Michael Chan1-11/+20
2020-09-21bnxt_en: return proper error codes in bnxt_show_tempEdwin Peer1-6/+13
2020-09-21bnxt_en: Use memcpy to copy VPD field info.Vasundhara Volam1-3/+5
2020-09-21net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()Zhang Changzhong1-4/+3
2020-09-21net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skbLorenzo Bianconi1-7/+4
2020-09-21net: mvneta: recycle the page in case of out-of-orderLorenzo Bianconi1-1/+5
2020-09-20net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan1-2/+2
2020-09-208139too: use true,false for bool variablesJason Yan1-1/+1
2020-09-20bnx2x: use true,false for bool variablesJason Yan1-3/+3