summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2015-10-15net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreJack Morgenstein4-12/+31
2015-10-09net/mlx4_core: Fix resource tracker error flow in add_res_rangeSaeed Mahameed1-1/+3
2015-10-09net/mlx4_core: Fix mailbox leak in error flow when performing update qpJack Morgenstein1-3/+3
2015-10-09net/mlx4_en: Add steering rules after RSS creationIdo Shamay1-64/+80
2015-09-30net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+0
2015-09-18net/mlx4_en: really allow to change RSS keyEric Dumazet1-2/+0
2015-09-15net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner1-2/+4
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-15/+24
2015-08-31net/mlx4: Postpone the registration of net_deviceMoni Shoua2-15/+24
2015-08-28net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto1-3/+2
2015-08-28net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto1-1/+9
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+22
2015-07-29net/mlx4_en: Hardware accelerated 802.1ad works only on the first portAmir Vadai1-1/+1
2015-07-28net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion5-5/+87
2015-07-28net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2-4/+4
2015-07-28net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion1-18/+17
2015-07-28net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion4-0/+101
2015-07-27net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay1-1/+0
2015-07-27net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein1-2/+15
2015-07-27net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein1-2/+2
2015-07-27net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz1-0/+5
2015-07-09net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto1-6/+14
2015-07-08mlx4: TCP/UDP packets have L4 hashEric Dumazet1-2/+6
2015-06-25mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz1-1/+7
2015-06-25net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay1-11/+6
2015-06-25net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2-8/+12
2015-06-25net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha3-5/+1
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-274/+918
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2015-06-24net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF deviceEran Ben Elisha1-0/+14
2015-06-24net/mlx4_en: Fix off-by-four in ethtoolEran Ben Elisha1-3/+2
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+19
2015-06-16net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha4-0/+90
2015-06-16net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha5-3/+49
2015-06-16net/mlx4_core: Add helper to query countersEran Ben Elisha1-0/+57
2015-06-16net/mlx4_core: Allocate default counter per portEran Ben Elisha5-4/+76
2015-06-16net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha1-3/+87
2015-06-16net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha1-4/+31
2015-06-16net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha1-7/+18
2015-06-16net/mlx4_core: Add sink counterEran Ben Elisha2-5/+8
2015-06-16net/mlx4_core: Reset counters data when freedEran Ben Elisha2-0/+23
2015-06-16net/mlx4_core: Check before cleaning counters bitmapEran Ben Elisha1-0/+6
2015-06-16net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz1-0/+8
2015-06-12IB/mlx4: Add mmap call to map the hardware clockMatan Barak1-0/+19
2015-06-12net/mlx4_core: use swap() in mlx4_make_profile()Fabian Frederick1-6/+2
2015-06-12net/mlx4: use swap() in mlx4_init_qp_table()Fabian Frederick1-6/+3
2015-06-04net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto1-1/+1
2015-06-04net/mlx4_core: need to call close fw if alloc icm is called twiceCarol Soto1-0/+1
2015-06-04net/mlx4_core: double free of dev_vfsCarol L Soto1-0/+1