summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz2015-06-251-1/+7
* net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay2015-06-251-11/+6
* net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2015-06-252-8/+12
* net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha2015-06-253-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2544-636/+8212
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-0/+8
| |\
| | * net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz2015-06-161-0/+8
| * | net/mlx5e: Prefetch skb data on RXSaeed Mahameed2015-06-241-0/+1
| * | net/mlx5e: Pop cq outside mlx5e_get_cqeAchiad Shochat2015-06-243-2/+4
| * | net/mlx5e: Remove mlx5e_cq.sqrq back-pointerAchiad Shochat2015-06-245-7/+3
| * | net/mlx5e: Remove extra spacesAchiad Shochat2015-06-241-4/+4
| * | net/mlx5e: Avoid TX CQE generation if more xmit packets expectedAchiad Shochat2015-06-241-23/+34
| * | net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completionAchiad Shochat2015-06-241-3/+1
| * | net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq()Achiad Shochat2015-06-241-1/+0
| * | net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting themSaeed Mahameed2015-06-241-4/+1
| * | net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queuesSaeed Mahameed2015-06-243-33/+31
| * | net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF deviceEran Ben Elisha2015-06-241-0/+14
| * | net/mlx4_en: Fix off-by-four in ethtoolEran Ben Elisha2015-06-241-3/+2
| * | drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
| * | net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha2015-06-164-0/+90
| * | net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha2015-06-165-3/+49
| * | net/mlx4_core: Add helper to query countersEran Ben Elisha2015-06-161-0/+57
| * | net/mlx4_core: Allocate default counter per portEran Ben Elisha2015-06-165-4/+76
| * | net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha2015-06-161-3/+87
| * | net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha2015-06-161-4/+31
| * | net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha2015-06-161-7/+18
| * | net/mlx4_core: Add sink counterEran Ben Elisha2015-06-162-5/+8
| * | net/mlx4_core: Reset counters data when freedEran Ben Elisha2015-06-162-0/+23
| * | net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha2015-06-161-0/+6
| * | net/mlx5e: Add transport domain to the ethernet TIRs/TISsAchiad Shochat2015-06-122-1/+16
| * | net/mlx5_core: Add transport domain alloc/dealloc supportAchiad Shochat2015-06-122-0/+37
| * | net/mlx5e: Support NETIF_F_SGSaeed Mahameed2015-06-123-24/+40
| * | net/mlx5e: Enforce max flow-tables level >= 3Gal Pressman2015-06-121-1/+4
| * | net/mlx5e: Disable client vlan TX accelerationSaeed Mahameed2015-06-122-22/+2
| * | net/mlx5e: Add HW cacheline start paddingSaeed Mahameed2015-06-122-6/+9
| * | net/mlx5e: Fix HW MTU settingsSaeed Mahameed2015-06-123-50/+48
| * | net/mlx5_core: fix an error codeDan Carpenter2015-06-121-1/+2
| * | net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick2015-06-121-6/+2
| * | net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick2015-06-121-6/+3
| * | net/mlx5_core: Fix static checker warnings around system guid query flowMajd Dibbiny2015-06-082-2/+3
| * | mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky2015-06-052-1/+8
| * | net/mlx5_core: Add more query port helpersMajd Dibbiny2015-06-051-0/+67
| * | net/mlx5_core: Use port number when querying port ptysMajd Dibbiny2015-06-052-5/+5
| * | net/mlx5_core: Use port number in the query port mtu helpersMajd Dibbiny2015-06-052-8/+11
| * | net/mlx5_core: Get vendor-id using the query adapter commandMajd Dibbiny2015-06-053-18/+47
| * | net/mlx5_core: Add new query HCA vport commandsMajd Dibbiny2015-06-053-11/+262
| * | net/mlx5_core: Make the vport helpers available for the IB driver tooMajd Dibbiny2015-06-054-45/+6
| * | net/mlx5_core: Check the return bitmask when querying ISSIHaggai Abramonvsky2015-06-051-1/+1
| * | net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky2015-06-054-65/+548
| * | net/mlx5_core: Apply proper name convention to helpersHaggai Abramonvsky2015-06-053-30/+36