summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes2015-09-291-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-261-2/+0
|\
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-171-2/+0
* | net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-09-151-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-092-15/+24
|\
| * net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-302-15/+24
* | net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto2015-08-271-3/+2
* | net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto2015-08-271-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-314-5/+22
|\ \ | |/
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-261-1/+0
| * net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-261-2/+15
| * net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-261-2/+2
| * net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-261-0/+5
* | net/mlx4_en: Hardware accelerated 802.1ad works only on the first portAmir Vadai2015-07-291-1/+1
* | net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-275-5/+87
* | net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2015-07-272-4/+4
* | net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion2015-07-271-18/+17
* | net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion2015-07-274-0/+101
* | net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto2015-07-081-6/+14
* | mlx4: TCP/UDP packets have L4 hashEric Dumazet2015-07-081-2/+6
|/
* 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-2416-274/+918
|\
| * 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-151-0/+8
| * | 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
| * | net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha2015-06-154-0/+90
| * | net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha2015-06-155-3/+49
| * | net/mlx4_core: Add helper to query countersEran Ben Elisha2015-06-151-0/+57
| * | net/mlx4_core: Allocate default counter per portEran Ben Elisha2015-06-155-4/+76
| * | net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha2015-06-151-3/+87
| * | net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha2015-06-151-4/+31
| * | net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha2015-06-151-7/+18
| * | net/mlx4_core: Add sink counterEran Ben Elisha2015-06-152-5/+8
| * | net/mlx4_core: Reset counters data when freedEran Ben Elisha2015-06-152-0/+23
| * | net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha2015-06-151-0/+6
| * | net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick2015-06-111-6/+2
| * | net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick2015-06-111-6/+3
| * | net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto2015-06-031-1/+1
| * | net/mlx4_core: need to call close fw if alloc icm is called twiceCarol Soto2015-06-031-0/+1
| * | net/mlx4_core: double free of dev_vfsCarol L Soto2015-06-031-0/+1
| * | net/mlx4_core: Fix build failure introduced by the EQ pool changesOr Gerlitz2015-06-031-1/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-013-12/+13
| |\ \ | | |/
| * | net/mlx4_core: Make sure there are no pending async events when freeing CQMatan Barak2015-05-301-0/+3
| * | net/mlx4_core: Move affinity hints to mlx4_core ownershipIdo Shamay2015-05-304-9/+59
| * | net/mlx4: Add EQ poolMatan Barak2015-05-308-206/+312
| * | net/mlx4_core: Demote simple multicast and broadcast flow steering rulesMatan Barak2015-05-301-0/+23
OpenPOWER on IntegriCloud