aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01net/mlx5e: Allow one failure when offloading tc encap rules under multipathRoi Dayan1-2/+12
2019-03-01net/mlx5e: Don't inherit flow flags on peer flow creationRoi Dayan1-3/+4
2019-03-01net/mlx5e: Activate HW multipath and handle port affinity based on FIB eventsRoi Dayan6-0/+326
2019-03-01net/mlx5: Add multipath modeRoi Dayan3-2/+27
2019-03-01net/mlx5: Use own workqueue for lag netdev events processingRoi Dayan2-1/+9
2019-03-01net/mlx5: Expose lag operations in header fileRoi Dayan2-48/+68
2019-03-01net/mlx5: Use unsigned int bit instead of bool as a struct memberRoi Dayan1-1/+1
2019-03-01net/mlx5e: Don't make internal use of errno to denote missing neighRoi Dayan2-14/+22
2019-03-01net/mlx5e: Cleanup attach encap functionRoi Dayan1-14/+17
2019-03-01net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha1-1/+1
2019-03-01nfp: nsp: set higher timeout for flash bundleDirk van der Merwe1-4/+1
2019-03-01nfp: nsp: allow the use of DMA bufferJakub Kicinski1-5/+191
2019-03-01nfp: nsp: move default buffer handling into its own functionJakub Kicinski1-42/+51
2019-03-01nfp: nsp: use fractional size of the bufferJakub Kicinski1-6/+7
2019-03-01nfp: report RJ45 connector in ethtoolJakub Kicinski2-0/+4
2019-03-01lan743x: Fix TX Stall IssueBryan Whitehead1-4/+12
2019-03-01net: aquantia: regression on cpus with high cores: set mode with 8 queuesDmitry Bogdanov4-0/+29
2019-03-01net: marvell: neta: disable comphy when setting modeMarek BehĂșn1-5/+23
2019-03-01enetc: Add ENETC PF level external MDIO supportClaudiu Manoil4-1/+219
2019-02-28cxgb4vf: Enter debugging mode if FW is inaccessibleArjun Vynipadath2-13/+33
2019-02-28cxgb4: Enable outer UDP checksum offload for T6Arjun Vynipadath1-0/+2
2019-02-28cxgb4/cxgb4vf: Fix up netdev->hw_featuresArjun Vynipadath2-10/+9
2019-02-27net: hns: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+3
2019-02-27route: Add multipath_hash in flowi_common to make user-define hashwenxu1-1/+1
2019-02-27net: Remove switchdev_opsFlorian Fainelli5-27/+0
2019-02-27net: mscc: ocelot: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli3-0/+30
2019-02-27mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+12
2019-02-27rocker: Handle SWITCHDEV_PORT_ATTR_SETFlorian Fainelli1-0/+18
2019-02-27enc28j60: Correct description of debug module parameterAndy Shevchenko1-1/+1
2019-02-27bnxt_en: Drop oversize TX packets to prevent errors.Michael Chan1-0/+6
2019-02-26mlxsw: spectrum: remove set but not used variable 'autoneg_status'YueHaibing1-3/+0
2019-02-26nfp: remove ethtool flashing fallbackJakub Kicinski1-24/+0
2019-02-26nfp: add .ndo_get_devlinkJakub Kicinski4-0/+15
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski6-6/+0
2019-02-25mlxsw: spectrum: acl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-02-25ice: fix overlong string, update stats outputJesse Brandeburg1-40/+40
2019-02-25ice: Fix for FC get rx/tx pause paramsLukasz Czapnik1-11/+26
2019-02-25ice: use absolute vector ID for VFsMitch Williams1-2/+4
2019-02-25ice: check for a leaf node presenceVictor Raj2-0/+24
2019-02-25ice: flush Tx pipe on disable queue timeoutVictor Raj1-2/+19
2019-02-25ice: clear VF ARQLEN register on resetMitch Williams2-0/+6
2019-02-25ice: don't spam VFs with link messagesMitch Williams1-1/+2
2019-02-25ice: only use the VF for ICE_VSI_VF in ice_vsi_releaseBrett Creeley1-2/+4
2019-02-25ice: fix numeric overflow warningBruce Allan2-4/+5
2019-02-25ice: fix issue where host reboots on unload when iommu=onBrett Creeley1-17/+54
2019-02-25ice: fix ice_remove_rule_internal vsi_list handlingJacob Keller1-2/+13
2019-02-25ice: fix stack hogs from struct ice_vsi_ctx structuresBruce Allan3-67/+117
2019-02-25ice: sizeof(<type>) should be avoidedBruce Allan6-45/+38
2019-02-25ice: Fix added in VSI supported nodes calcVictor Raj1-2/+7
2019-02-25ice: Fix the calculation of ICE_MAX_MTUMaciej Fijalkowski1-1/+1