aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-21DRIVERS: net: macsec: Fix multiple coding style issuesRomain Aviolat1-10/+8
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: tap: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
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
2018-09-19net: hns3: Fix for setting speed for phy failed problemFuyun Liang1-1/+1
2018-09-19net: hns3: Check hdev state when getting link statusPeng Li2-0/+6
2018-09-19net: hns3: Set STATE_DOWN bit of hdev state when stopping netFuyun Liang2-0/+4
2018-09-19net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctlXi Wang3-0/+30
2018-09-19net: hns3: Remove packet statistics of publicPeng Li2-418/+0
2018-09-19net: hns3: Remove tx budget to clean more TX descriptors in a napiPeng Li3-13/+8
2018-09-19net: hns3: Add unlikely for buf_num checkPeng Li1-1/+1
2018-09-19net: hns3: Add default irq affinityPeng Li2-0/+51
2018-09-19net: sun: fix return type of ndo_start_xmit functionYueHaibing6-13/+17
2018-09-19net: amd: fix return type of ndo_start_xmit functionYueHaibing6-9/+13
2018-09-19net: broadcom: fix return type of ndo_start_xmit functionYueHaibing2-4/+5
2018-09-19net: xilinx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2018-09-19net: toshiba: fix return type of ndo_start_xmit functionYueHaibing4-7/+9
2018-09-19net: marvell: fix return type of ndo_start_xmit functionYueHaibing3-3/+4
2018-09-19net: mvneta: do not explicitly set the carrier state in openAntoine Tenart1-3/+0
2018-09-19net: mvpp2: do not explicitly set the carrier state in openAntoine Tenart1-1/+0
2018-09-19net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart1-0/+3
2018-09-19net: mvpp2: rename mvpp2_percpu function to mvpp2_threadAntoine Tenart1-47/+47