summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-27/+227
2020-10-15cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal1-67/+68
2020-10-15ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-15ibmveth: Switch order of ibmveth_helper calls.David Wilder1-5/+5
2020-10-15cxgb4: handle 4-tuple PEDIT to NAT mode translationHerat Ramani2-13/+177
2020-10-14Merge tag 'mlx5-updates-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski11-35/+400
2020-10-14e1000: remove unused and incorrect codeJesse Brandeburg1-9/+1
2020-10-14i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin5-12/+49
2020-10-14net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean1-8/+3
2020-10-14macb: support the two tx descriptors on at91rm9200Willy Tarreau2-8/+40
2020-10-14macb: prepare at91 to use a 2-frame TX queueWilly Tarreau2-16/+18
2020-10-14macb: add RM9200's interrupt flag TBREWilly Tarreau1-0/+2
2020-10-13net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offloadRaed Salem5-29/+202
2020-10-13net/mlx5e: IPsec: Add TX steering rule per IPsec stateHuy Nguyen2-4/+176
2020-10-13net/mlx5: Add NIC TX domain namespaceHuy Nguyen3-1/+22
2020-10-13net/mlx5: Fix uininitialized pointer read on pointer attrColin Ian King1-1/+0
2020-10-13bnxt_en: Add stored FW version info to devlink info_get cb.Vasundhara Volam1-2/+45
2020-10-13bnxt_en: Refactor bnxt_dl_info_get().Vasundhara Volam2-48/+71
2020-10-13bnxt_en: Add bnxt_hwrm_nvm_get_dev_info() to query NVM info.Vasundhara Volam4-0/+31
2020-10-13bnxt_en: Log unknown link speed appropriately.Michael Chan1-1/+5
2020-10-13bnxt_en: Log event_data1 and event_data2 when handling RESET_NOTIFY event.Michael Chan1-0/+3
2020-10-13bnxt_en: Simplify bnxt_async_event_process().Michael Chan1-9/+3
2020-10-13bnxt_en: Set driver default message level.Michael Chan1-1/+3
2020-10-13bnxt_en: Enable online self tests for multi-host/NPAR mode.Vasundhara Volam1-4/+4
2020-10-13bnxt_en: Return -EROFS to user space, if NVM writes are not permitted.Vasundhara Volam1-0/+2
2020-10-13net: fec: Fix phy_device lookup for phy_reset_after_clk_enable()Marek Vasut1-2/+23
2020-10-13mlx4: handle non-napi callers to napi_pollJonathan Lemon2-1/+4
2020-10-12net: korina: fix kfree of rx/tx descriptor arrayValentin Vidic1-1/+2
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean2-4/+40
2020-10-11enetc: Migrate to PHYLINK and PCS_LYNXClaudiu Manoil7-166/+191
2020-10-11enetc: Clean up serdes configurationClaudiu Manoil1-53/+48
2020-10-11enetc: Clean up MAC and link configurationClaudiu Manoil1-48/+67
2020-10-10dpaa_eth: enable NETIF_MSG_HW by defaultMaxim Kochetkov1-1/+1
2020-10-10r8169: factor out handling rtl8169_statsHeiner Kallweit1-21/+25
2020-10-10net: thunderx: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-2/+2
2020-10-10net: tlan: Fix typo abitraryNaoki Hayama1-1/+1
2020-10-09ice: fix adding IP4 IP6 Flow Director rulesDan Nowlin1-1/+61
2020-10-09ice: Fix pointer cast warningsBixuan Cui1-2/+2
2020-10-09ice: add additional debug logging for firmware updateJacob Keller3-6/+33
2020-10-09ice: refactor devlink_port to be per-VSIJacob Keller5-33/+45
2020-10-09ice: add the DDP Track ID to devlink infoJacob Keller1-0/+8
2020-10-09ice: Change ice_info_get_dsn to be voidAnirudh Venkataramanan1-8/+2
2020-10-09ice: remove repeated wordsBruce Allan4-5/+5
2020-10-09ice: devlink: use %*phD to print small bufferAndy Shevchenko1-3/+1
2020-10-09net/mlx5: Add support for devlink reload limit no resetMoshe Shemesh1-0/+25
2020-10-09net/mlx5: Add support for fw live patch eventMoshe Shemesh3-0/+77
2020-10-09net/mlx5: Add devlink param enable_remote_dev_reset supportMoshe Shemesh3-0/+52
2020-10-09net/mlx5: Add support for devlink reload action fw activateMoshe Shemesh3-11/+108
2020-10-09net/mlx5: Handle sync reset abort eventMoshe Shemesh1-0/+15
2020-10-09net/mlx5: Handle sync reset now eventMoshe Shemesh1-0/+119