summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-06-27net: atlantic: missing space in a comment in aq_nic.hDmitry Bezrukov1-4/+5
2020-06-27net: atlantic: fix typo in aq_ring_tx_cleanMark Starovoytov1-4/+5
2020-06-27net: atlantic: make aq_pci_func_init staticMark Starovoytov2-8/+9
2020-06-27net: atlantic: Replace ENOTSUPP usage to EOPNOTSUPPMark Starovoytov2-2/+2
2020-06-27net: atlantic: fix variable type in aq_ethtool_get_pauseparamNikita Danilov1-2/+1
2020-06-27net: atlantic: MACSec offload statistics checkpatch fixMark Starovoytov1-3/+3
2020-06-27docs: networking: reorganize driver documentation againJakub Kicinski12-36/+28
2020-06-26net: mvneta: speed down the PHY, if WoL used, to save energyDaniel González Cabanelas1-0/+11
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller53-5786/+245
2020-06-26net: stmmac: dwmac-meson8b: use clk_parent_data for clock registrationMartin Blumenstingl1-32/+17
2020-06-26bnx2x: use generic power managementVaibhav Gupta3-14/+8
2020-06-26i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2020-06-26i40e: Add support for 5Gbps cardsAleksandr Loktionov2-1/+6
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher39-142/+29
2020-06-26i40e: Add a check to see if MFS is setTodd Fujinaka1-0/+8
2020-06-26i40e: detect and log info about pre-recovery modePiotr Kwapulinski2-22/+52
2020-06-26i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-26i40e: remove unused definesJesse Brandeburg13-5308/+2
2020-06-26i40e: Move client header locationShiraz Saleem3-205/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller60-460/+615
2020-06-26hns: do not cast return value of napi_gro_receive to nullJason A. Donenfeld1-1/+1
2020-06-26socionext: account for napi_gro_receive never returning GRO_DROPJason A. Donenfeld1-2/+3
2020-06-26dpaa2-eth: fix misspelled function parameters in dpni_[set/get]_taildropIoana Ciornei1-4/+4
2020-06-26dpaa2-eth: fix recursive header includeIoana Ciornei1-1/+0
2020-06-26dpaa2-eth: fix condition for number of buffer acquire retriesIoana Ciornei1-1/+1
2020-06-26dpaa2-eth: check the result of skb_to_sgvec()Ioana Ciornei1-0/+4
2020-06-26dpaa2-eth: trim debugfs FQ statsIoana Radulescu1-0/+4
2020-06-26net: macb: free resources on failure path of at91ether_open()Claudiu Beznea1-43/+73
2020-06-26net: macb: call pm_runtime_put_sync on failure pathClaudiu Beznea1-2/+6
2020-06-25net/mlx5e: vxlan: Return bool instead of opaque ptr in port_lookup()Saeed Mahameed2-7/+7
2020-06-25net/mlx5e: vxlan: Use RCU for vxlan table lookupSaeed Mahameed1-38/+27
2020-06-25net/mlx5e: Move TC-specific function definitions into MLX5_CLS_ACTVlad Buslov1-8/+8
2020-06-25net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.cAlaa Hleihel2-1/+1
2020-06-25net/mlx5e: Remove unused mlx5e_xsk_first_unused_channelMaxim Mikityanskiy2-15/+0
2020-06-25net/mlx5: Use kfree(ft->g) in arfs_create_groups()Denis Efremov1-1/+1
2020-06-25net/mlx5: FWTrace: Add missing spaceHu Haowen1-1/+1
2020-06-25net/mlx5: Avoid eswitch header inclusion in fs core layerParav Pandit3-11/+10
2020-06-25net: enetc add tc flower offload flow metering policing actionPo Liu2-12/+172
2020-06-25net: enetc: add support max frame size for tc flower offloadPo Liu1-16/+36
2020-06-25net: bcmgenet: use hardware padding of runt framesDoug Berger1-5/+3
2020-06-25net: bcmgenet: use __be16 for htons(ETH_P_IP)Doug Berger1-1/+2
2020-06-25net: bcmgenet: re-remove bcmgenet_hfb_add_filterDoug Berger1-77/+0
2020-06-25qed: add missing error test for DBG_STATUS_NO_MATCHING_FRAMING_MODEColin Ian King1-1/+2
2020-06-25net: ethernet: mvneta: Add back interface mode validationSascha Hauer1-3/+19
2020-06-25net: ethernet: mvneta: Do not error out in non serdes modesSascha Hauer1-1/+1
2020-06-25lan743x: Remove duplicated include from lan743x_main.cYueHaibing1-1/+0
2020-06-24cxgb4: move device dump arrays in header to C fileRahul Lakkireddy4-407/+410
2020-06-24cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy4-17/+10
2020-06-24net/fsl: enable extended scanning in xgmac_mdioJeremy Linton1-0/+1
2020-06-24net/fsl: acpize xgmac_mdioCalvin Johnson1-10/+22