summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-10-12mlx4: 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-09net: 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
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh5-15/+218
2020-10-09net/mlx5: Set cap for pci sync for fw update eventMoshe Shemesh1-0/+3
2020-10-09net/mlx5: Add functions to set/query MFRL registerMoshe Shemesh3-1/+65
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh3-3/+9
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh3-7/+17
2020-10-09net: fec: Fix PHY init after phy_reset_after_clk_enable()Marek Vasut1-5/+5
2020-10-08net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean1-0/+2
2020-10-08cxgb4: convert tasklets to use new tasklet_setup() APIAllen Pais3-5/+5
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+15
2020-10-08r8169: consider that PHY reset may still be in progress after applying firmwareHeiner Kallweit1-0/+7
2020-10-06net: atlantic: implement media detect feature via phy tunablesIgor Russkikh5-0/+60
2020-10-06net: atlantic: implement phy downshift featureIgor Russkikh6-0/+103
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean1-0/+2
2020-10-06net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean1-6/+6
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller51-367/+664
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2-4/+21
2020-10-04net: mvneta: fix double free of txq->bufTom Rix1-11/+2
2020-10-04bnxt_en: Eliminate unnecessary RX resets.Michael Chan2-1/+53
2020-10-04bnxt_en: Reduce unnecessary message log during RX errors.Michael Chan1-2/+4
2020-10-04bnxt_en: Add a software counter for RX ring reset.Michael Chan3-4/+12
2020-10-04bnxt_en: Implement RX ring reset in response to buffer errors.Michael Chan1-4/+75
2020-10-04bnxt_en: Refactor bnxt_init_one_rx_ring().Michael Chan1-46/+50
2020-10-04bnxt_en: Refactor bnxt_free_rx_skbs().Michael Chan1-68/+66
2020-10-04bnxt_en: Log FW health status info, if reset is aborted.Michael Chan1-1/+8
2020-10-04bnxt_en: perform no master recovery during startupEdwin Peer1-9/+29
2020-10-04bnxt_en: log firmware status on firmware init failureEdwin Peer2-5/+55