summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2017-11-11net: macb: add of_node_put to error pathsMichael Grzeschik1-0/+2
2017-11-11net: macb: add of_phy_deregister_fixed_link to error pathsMichael Grzeschik1-0/+7
2017-11-11net: mvpp2: fix GOP statistics loop start and stop conditionsMiquel Raynal1-32/+30
2017-11-11net: hns3: cleanup mac auto-negotiation state query in hclge_update_speed_duplexFuyun Liang1-12/+1
2017-11-11net: hns3: fix a bug when getting phy address from NCL_config fileFuyun Liang1-1/+1
2017-11-10net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEsEugenia Emantayev1-1/+1
2017-11-10net/mlx5e: Set page to null in case dma mapping failsInbar Karmy1-7/+5
2017-11-10net/mlx5e: Fix napi poll with zero budgetSaeed Mahameed1-4/+6
2017-11-10net/mlx5: Cancel health poll before sending panic teardown commandHuy Nguyen1-0/+7
2017-11-10net/mlx5: Loop over temp list to release delay eventsHuy Nguyen1-1/+1
2017-11-10nfp flower action: Modified to use VLAN helper functionsManish Kurup1-3/+2
2017-11-10sfc: don't warn on successful change of MACRobert Stonehouse1-1/+1
2017-11-10net: vxge: remove redundant assignments and pointersColin Ian King1-8/+1
2017-11-10Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller7-52/+184
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+15
2017-11-09net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman1-3/+14
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman5-1/+15
2017-11-09net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman2-0/+3
2017-11-09net/mlx5e: Add 802.1ad VLAN filter steering rulesGal Pressman3-13/+112
2017-11-09net/mlx5e: Declare bitmap using kernel macroGal Pressman1-1/+1
2017-11-09net/mlx5e: Add rollback on add VLAN failureGal Pressman1-1/+6
2017-11-09net/mlx5e: Rename VLAN related variables and functionsGal Pressman3-37/+37
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar150-391/+929
2017-11-08net: mvpp2: add ethtool GOP statisticsMiquel Raynal1-5/+223
2017-11-08fsl/fman: Remove a useless 'dev_err()' callChristophe JAILLET1-1/+0
2017-11-08fsl/fman: Add a missing 'of_node_put()' call in an error handling pathChristophe JAILLET1-0/+1
2017-11-08fsl/fman: Remove some useless codeChristophe JAILLET1-5/+2
2017-11-08fsl/fman: Remove a useless call to 'dev_set_drvdata()'Christophe JAILLET1-1/+0
2017-11-08bnxt: fix bnxt_hwrm_fw_set_time for y2038Arnd Bergmann1-8/+3
2017-11-08bnxt: delete some unreachable codeDan Carpenter1-1/+0
2017-11-08mlxsw: spectrum: Fix error return code in mlxsw_sp_port_create()Wei Yongjun1-0/+1
2017-11-08dpaa_eth: fix error return code in dpaa_eth_probe()Wei Yongjun1-3/+3
2017-11-08mlxsw: spectrum: Support general qdisc statsNogah Frankel2-0/+56
2017-11-08mlxsw: spectrum: Support RED xstatsNogah Frankel2-0/+60
2017-11-08mlxsw: spectrum: Collect tclass related stats periodicallyNogah Frankel2-0/+43
2017-11-08mlxsw: reg: Add ext and tc-cong counter groupsYuval Mintz1-0/+19
2017-11-08mlxsw: spectrum: Support RED qdisc offloadNogah Frankel4-1/+193
2017-11-08mlxsw: reg: Add cwtp & cwtpm registersNogah Frankel1-0/+187
2017-11-08net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBSNogah Frankel1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel13-13/+13
2017-11-08net/mlx5e/core/en_fs: fix pointer dereference after free in mlx5e_execute_l2_...Gustavo A. R. Silva1-5/+8
2017-11-08net: fec: Let fec_ptp have its own interrupt routineTroy Kisky3-45/+71
2017-11-08net: mvpp2: Prevent userspace from changing TX affinitiesMarc Zyngier1-0/+4
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar120-146/+400
2017-11-05Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller17-52/+591
2017-11-05nfp: implement ethtool FEC mode settingsDirk van der Merwe1-1/+116
2017-11-05nfp: add helpers for FEC supportDirk van der Merwe2-0/+94
2017-11-05nfp: add get/set link settings ndos to representorsDirk van der Merwe1-0/+2
2017-11-05nfp: resync repr state when port table syncDirk van der Merwe3-0/+54
2017-11-05nfp: refactor nfp_app_reprs_setDirk van der Merwe2-18/+4