aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-09octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao4-50/+24
2020-05-09mlxsw: spectrum_flower: Forbid to insert flower rules in collision with matchall rulesJiri Pirko1-0/+32
2020-05-09mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with flower rulesJiri Pirko3-3/+41
2020-05-09mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko2-0/+38
2020-05-09mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko3-7/+9
2020-05-09mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko5-7/+75
2020-05-09mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko1-0/+5
2020-05-09hinic: add three net_device_ops of vfLuo bin11-24/+453
2020-05-09Merge tag 'mlx5-updates-2020-05-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski18-206/+242
2020-05-09net: atlantic: unify MAC generationMark Starovoytov3-44/+15
2020-05-09net: atlantic: remove check for boot code survivability before reset requestMark Starovoytov1-8/+0
2020-05-09net: atlantic: remove hw_atl_b0_hw_rss_set call from A2 codeMark Starovoytov3-8/+7
2020-05-09net: atlantic: remove TPO2 check from A0 codeMark Starovoytov1-2/+1
2020-05-09net: atlantic: rename AQ_NIC_RATE_2GS to AQ_NIC_RATE_2G5Mark Starovoytov10-42/+49
2020-05-09net: atlantic: minor MACSec code cleanupMark Starovoytov1-3/+3
2020-05-09net: atlantic: use __packed instead of the full expansion.Mark Starovoytov1-2/+2
2020-05-09net/mlx5e: Enhance ICOSQ WQE info fieldsTariq Toukan3-11/+19
2020-05-09net/mlx5: Accel, Remove unnecessary header includeTariq Toukan1-1/+0
2020-05-09net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan4-17/+24
2020-05-09net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan3-27/+27
2020-05-09net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan1-4/+1
2020-05-09net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan1-10/+8
2020-05-09net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy8-23/+52
2020-05-09net/mlx5e: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy1-3/+5
2020-05-09net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy5-23/+23
2020-05-09net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy3-4/+4
2020-05-09net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy4-19/+18
2020-05-09net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy3-22/+13
2020-05-09net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy8-68/+50
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-21/+45
2020-05-08net: lio_core: remove redundant assignment to variable tx_doneColin Ian King1-1/+0
2020-05-08net/atheros: remove redundant assignment to variable sizeColin Ian King1-1/+1
2020-05-08cnic: remove redundant assignment to variable retColin Ian King1-1/+0
2020-05-08net: tg3: tidy up loop, remove need to compute off with a multiplyColin Ian King1-5/+3
2020-05-08r8169: improve reset handling for chips from RTL8168gHeiner Kallweit1-1/+4
2020-05-08r8169: add helper rtl_wait_txrx_fifo_emptyHeiner Kallweit1-14/+21
2020-05-08r8169: add helper rtl_enable_rxdvgateHeiner Kallweit1-2/+8
2020-05-08r8169: add helper r8168g_wait_ll_share_fifo_readyHeiner Kallweit1-10/+9
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2-4/+4
2020-05-07net: ethernet: ti: am65-cpsw-nuss: use of_platform_device_create() for mdioGrygorii Strashko2-6/+20
2020-05-07dpaa2-eth: create a function to flush the XDP fdsIoana Ciornei2-22/+46
2020-05-07cxgb4: remove duplicate headersChen Zhou1-2/+0
2020-05-07via-rhine: Add platform dependenciesGeert Uytterhoeven1-0/+1
2020-05-07net:enetc: bug fix for qos sfi operate space after freedPo Liu1-1/+1
2020-05-07net: encx24j600: make encx24j600_hw_init() return voidJason Yan1-10/+2
2020-05-07net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()Jason Yan1-2/+1
2020-05-07net: tulip: de4x5: make PCI_signature() return voidJason Yan1-6/+4
2020-05-07net: atheros: remove dead code in atl1c_resume()Jason Yan1-6/+0
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller34-94/+165
2020-05-06net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CAREPablo Neira Ayuso1-1/+2