summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | qed: Fix error flow on slowpath startYuval Mintz2016-03-023-44/+64
| * | | | | | qed: Move statistics to L2 codeYuval Mintz2016-03-023-245/+324
| * | | | | | qed: Support B0 instead of A0Yuval Mintz2016-03-022-19/+24
| * | | | | | qed: Correct BAR sizes for older MFWRam Amrani2016-03-021-13/+29
| * | | | | | qed: Print additional HW attention infoYuval Mintz2016-03-012-105/+479
| * | | | | | qed: Print HW attention reasonsYuval Mintz2016-03-011-107/+1436
| * | | | | | qed: Add support for HW attentionsYuval Mintz2016-03-012-40/+357
| * | | | | | qed: Semantic refactoring of interrupt codeYuval Mintz2016-03-014-77/+105
| * | | | | | net/mlx5: Fix global UAR mappingMoshe Lazer2016-03-015-53/+34
| * | | | | | net/mlx5e: Don't modify CQ before it was createdGal Pressman2016-03-011-0/+6
| * | | | | | net/mlx5e: Don't try to modify CQ moderation if it is not supportedGal Pressman2016-03-012-6/+12
| * | | | | | net/mlx5e: Set drop RQ's necessary parameters onlyTariq Toukan2016-03-011-2/+10
| * | | | | | net/mlx5e: Move common case counters within sq_stats structTariq Toukan2016-03-011-4/+6
| * | | | | | net/mlx5e: Changed naming convention of tx queues in ethtool statsTariq Toukan2016-03-011-7/+8
| * | | | | | net/mlx5e: Placement changed for carrier state updatesTariq Toukan2016-03-011-2/+2
| * | | | | | net/mlx5e: Replace async events spinlock with synchronize_irq()Tariq Toukan2016-03-014-17/+14
| * | | | | | mlxsw: spectrum: Introduce port splittingIdo Schimmel2016-03-013-3/+219
| * | | | | | mlxsw: spectrum: Mark unused ports using NULLIdo Schimmel2016-03-011-0/+1
| * | | | | | mlxsw: spectrum: Store local port to module mapping during initIdo Schimmel2016-03-012-21/+16
| * | | | | | mlxsw: spectrum: Unmap local port from module during teardownIdo Schimmel2016-03-011-0/+11
| * | | | | | mlxsw: core: Add devlink port splitter callbacksJiri Pirko2016-03-012-1/+35
| * | | | | | mlxsw: Implement devlink interfaceJiri Pirko2016-03-014-6/+58
| * | | | | | mlx4: Implement port type setting via devlink interfaceJiri Pirko2016-03-011-21/+65
| * | | | | | mlx4: Implement devlink interfaceJiri Pirko2016-03-014-13/+50
| * | | | | | net: cls_u32: move TC offload feature bit into cls_u32 offload logicJohn Fastabend2016-03-011-3/+0
| * | | | | | bnxt_en: Add hwrm_send_message_silent().Michael Chan2016-03-013-1/+13
| * | | | | | bnxt_en: Refactor _hwrm_send_message().Michael Chan2016-03-011-5/+9
| * | | | | | bnxt_en: Add installed-package firmware version reporting via Ethtool GDRVINFORob Swindell2016-03-013-8/+109
| * | | | | | bnxt_en: Fix dmesg log firmware error messages.Michael Chan2016-03-013-31/+17
| * | | | | | bnxt_en: Use firmware provided message timeout value.Michael Chan2016-03-012-1/+10
| * | | | | | bnxt_en: Add coalescing support for tx rings.Michael Chan2016-03-013-8/+49
| * | | | | | bnxt_en: Refactor bnxt_hwrm_set_coal().Michael Chan2016-03-011-9/+17
| * | | | | | bnxt_en: Store irq coalescing timer values in micro seconds.Michael Chan2016-03-013-29/+34
| * | | | | | bnxt_en: Send PF driver unload notification to all VFs.Jeffrey Huang2016-03-013-2/+52
| * | | | | | bnxt_en: Improve bnxt_vf_update_mac().Jeffrey Huang2016-03-011-5/+11
| * | | | | | 3c59x: Ensure to apply the expires timeStafford Horne2016-02-281-1/+1
| * | | | | | rocker: fix an error codeDan Carpenter2016-02-271-1/+1
| * | | | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2016-02-2613-144/+261
| |\ \ \ \ \ \
| | * | | | | | igb: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-02-243-6/+8
| | * | | | | | igb: Fix VLAN tag stripping on Intel i350Corinna Vinschen2016-02-241-9/+32
| | * | | | | | igbvf: remove "link is Up" message when registering mcast addressJon Maxwell2016-02-241-1/+0
| | * | | | | | igbvf: Add support for generic Tx checksumsAlexander Duyck2016-02-242-61/+82
| | * | | | | | igb: Add support for generic Tx checksumsAlexander Duyck2016-02-241-58/+48
| | * | | | | | igb: rename igb define to be more genericTodd Fujinaka2016-02-242-4/+4
| | * | | | | | igb: add conditions for I210 to generate periodic clock outputRoland Hii2016-02-241-1/+2
| | * | | | | | igb: enable WoL for OEM devices regardless of EEPROM settingTodd Fujinaka2016-02-241-0/+20
| | * | | | | | igb: constify e1000_phy_operations structureJulia Lawall2016-02-242-2/+2
| | * | | | | | igb: When GbE link up, wait for Remote receiver status conditionTakuma Ueba2016-02-241-0/+20
| | * | | | | | e1000e: Initial support for KabeLakeRaanan Avargil2016-02-242-0/+8
| | * | | | | | e1000e: Clear ULP configuration register on ULP exitRaanan Avargil2016-02-242-0/+6