summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha4-3/+10
2016-04-21net/mlx4_core: Don't allow to VF change global pause settingsEugenia Emantayev2-0/+15
2016-04-21net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens1-5/+34
2016-04-21net/mlx4_core: Implement pci_resume callbackDaniel Jurgens1-15/+24
2016-04-20net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov1-2/+6
2016-04-20net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov1-1/+1
2016-03-20net/mlx4: remove unused array zero_gid[]Colin Ian King1-2/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-218/+344
2016-03-19net/mlx4_core: Fix backward compatibility on VFsEli Cohen1-6/+18
2016-03-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+4
2016-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-3/+8
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-5/+4
2016-03-14mlx4: add missing braces in verify_qp_parametersArnd Bergmann1-1/+2
2016-03-14mlx4: use napi_consume_skb API to get bulk free operationsJesper Dangaard Brouer1-6/+9
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+22
2016-03-04net: mellanox: add DEVLINK dependenciesArnd Bergmann1-0/+1
2016-03-04net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-03-02net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein1-1/+1
2016-03-02net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua1-3/+11
2016-03-02net/mlx4_core: Fix lockdep warning in handling of mac/vlan tablesJack Morgenstein1-10/+10
2016-03-02mlx4: Implement port type setting via devlink interfaceJiri Pirko1-21/+65
2016-03-02mlx4: Implement devlink interfaceJiri Pirko4-13/+50
2016-03-01IB/mlx4: Add support for the don't trap ruleMarina Varshaver2-3/+8
2016-02-26net: mlx4: use new ETHTOOL_G/SSETTINGS APIDavid Decotigny3-170/+189
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-39/+108
2016-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-38/+107
2016-02-17net/mlx4_en: Avoid changing dev->features directly in run-timeEugenia Emantayev1-4/+5
2016-02-17net/mlx4_core: Set UAR page size to 4KB regardless of system page sizeHuy Nguyen6-20/+66
2016-02-17net/mlx4_core: Do not BUG_ON during reset when PCI is offlineDaniel Jurgens1-2/+9
2016-02-17net/mlx4_core: Fix potential corruption in counters databaseEran Ben Elisha1-4/+6
2016-02-17net/mlx4_en: Choose time-stamping shift value according to HW frequencyEugenia Emantayev1-6/+19
2016-02-17net/mlx4_en: Count HW buffer overrun only onceAmir Vadai1-2/+2
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+10
2016-02-11net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes1-1/+1
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds4-2/+75
2016-01-19net/mlx4_core: Add support for RoCE v2 entropyMoni Shoua1-0/+26
2016-01-19net/mlx4_core: Add support for configuring RoCE v2 UDP portMoni Shoua1-1/+15
2016-01-19net/mlx4_core: Configure mlx4 hardware for mixed RoCE v1/v2 modesMoni Shoua2-1/+11
2016-01-19net/mlx4: Query RoCE supportMoni Shoua1-0/+23
2016-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+15
2015-12-18net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev3-7/+14
2015-12-18net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev1-3/+2
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+4
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+3
2015-12-15net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda1-2/+3
2015-12-09IB/mlx4: Use correct order of variables in log messageWengang Wang1-1/+1
2015-12-07net/mlx4_core: Support the HA mode for SRIOV VFs tooMoni Shoua1-10/+97
2015-12-07net/mlx4_core: Keep VLAN/MAC tables mirrored in multifunc HA modeMoni Shoua2-23/+581
2015-12-07net/mlx4_core: Support mirroring VF DMFS rules on both portsMoni Shoua2-9/+186