aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-24net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2-0/+4
2018-09-24net: mvpp2: support XPS by mapping TX queues to CPUsMaxime Chevallier1-1/+5
2018-09-23mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirementPetr Machata1-1/+4
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li2-23/+0
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool ethx cmd of VFFuyun Liang1-27/+39
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li3-0/+13
2018-09-21net: hns3: Remove print messages for error packetJian Shen1-5/+0
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen1-1/+1
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-09-21net: hns3: Add handle for default caseJian Shen5-6/+20
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen1-2/+2
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen1-26/+24
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen3-9/+9
2018-09-21net: hns3: Unify the type convert for desc.dataJian Shen2-5/+5
2018-09-21net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-09-21ravb: Disable Pause AdvertisementAndrew Lunn1-1/+3
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing5-6/+10
2018-09-21net: micrel: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor1-2/+2
2018-09-21net: neterion: vxge: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21bnx2x: Provide VF link status in ndo_get_vf_configShahed Shaikh1-0/+1
2018-09-21bnx2x: Ignore bandwidth attention in single function modeShahed Shaikh1-0/+10
2018-09-21bnx2x: Add VF spoof-checking configurationShahed Shaikh4-2/+82
2018-09-21net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: neterion: remove redundant continuezhong jiang1-3/+1
2018-09-21net: amd: remove redundant continuezhong jiang1-3/+1
2018-09-20net-next: mscc: remove unused ocelot_dev_gmii.hCorentin Labbe1-154/+0
2018-09-20mlxsw: spectrum_buffers: Tweak SBMM configurationPetr Machata1-15/+15
2018-09-20mlxsw: spectrum_buffers: Configure MC poolPetr Machata1-8/+10
2018-09-20mlxsw: spectrum_buffers: Allow configuration of static poolsPetr Machata1-17/+33
2018-09-20mlxsw: spectrum_buffers: Pass SBPM min_size in cellsPetr Machata1-1/+3
2018-09-20mlxsw: spectrum_buffers: Allow an infinite maximum for per-TC pool limitPetr Machata2-8/+26
2018-09-20mlxsw: spectrum_buffers: Allow pools of infinite sizePetr Machata2-7/+31
2018-09-20mlxsw: spectrum_buffers: Keep shared buffer size in mlxsw_sp_sbPetr Machata1-3/+5
2018-09-20mlxsw: spectrum_buffers: Split TC_COUNT into ingress and egressPetr Machata1-13/+30
2018-09-20mlxsw: spectrum_buffers: Use devlink pool indices throughoutPetr Machata1-205/+170
2018-09-20mlxsw: spectrum: Init shaper for TCs 8..15Petr Machata1-0/+7
2018-09-19atl1: remove set but not used variable 'advertising'YueHaibing1-20/+1
2018-09-19e1000: remove set but not used variable 'txb2b'YueHaibing1-3/+0
2018-09-19net: toshiba: remove a redundant local variable 'index_specified'zhong jiang1-6/+3
2018-09-19nfp: provide a better warning when ring allocation failsJakub Kicinski1-4/+12
2018-09-19r8169: remove duplicated RTL8169s PHY initialization stepsHeiner Kallweit1-9/+0
2018-09-19r8169: simplify RTL8169 PHY initializationHeiner Kallweit1-5/+2
2018-09-19net: ibm: remove redundant local variables 'act_nr_of_entries' and 'act_pages'zhong jiang1-3/+1
2018-09-19net: ibm: remove a redundant local variable 'k'zhong jiang1-2/+1
2018-09-19net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()Jian Shen1-1/+1
2018-09-19net: hns3: Fix client initialize state issue when roce client initialize failedJian Shen4-7/+26
2018-09-19net: hns3: Clear client pointer when initialize client failed or unintialize finishedJian Shen2-17/+41
2018-09-19net: hns3: Fix cmdq registers initialization issue for vfJian Shen1-2/+2