aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/mcg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-14net/mlx4_core: Change the error print to info printYunjian Wang1-1/+1
2018-08-07net/mlx4/mcg: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-08-16mlx4: sizeof style usagestephen hemminger1-6/+6
2017-06-04net/mlx4: Fix the check in attaching steering rulesTalat Batheesh1-4/+11
2016-11-28net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to device managed flow steeringJack Morgenstein1-1/+6
2016-07-04net/mlx4: Fix some indent inconsistancyChristophe Jaillet1-4/+4
2016-05-16net/mlx4_core: Fix access to uninitialized indexTariq Toukan1-2/+2
2016-03-20net/mlx4: remove unused array zero_gid[]Colin Ian King1-2/+0
2016-02-29IB/mlx4: Add support for the don't trap ruleMarina Varshaver1-2/+4
2015-09-29net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes1-3/+4
2015-01-25net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas1-0/+3
2015-01-25net/mlx4_core: Activate reset flow upon fatal command casesYishai Hadas1-0/+3
2014-12-11net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak1-3/+18
2014-10-30mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz1-0/+4
2014-08-29net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz1-0/+38
2014-07-16net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed1-26/+62
2014-07-16net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev1-70/+99
2014-07-16net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller1-1/+7
2014-07-16net/mlx4_core: Make sure that negative array index isn't usedDotan Barak1-12/+26
2014-07-16net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin1-1/+13
2014-05-14net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry1-1/+1
2014-05-08mellanox: Logging message cleanupsJoe Perches1-8/+8
2014-03-20net/mlx4: Adapt code for N-Port VFMatan Barak1-1/+4
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+39
2014-01-21net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua1-3/+0
2014-01-14mlx4_core: Add support for steerable IB UD QPsMatan Barak1-0/+17
2013-12-31net/mlx4_core: Add basic support for TCP/IP offloads under tunnelingOr Gerlitz1-2/+12
2013-12-19net/mlx4_core: Check port number for validity before accessing dataMatan Barak1-1/+27
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein1-3/+3
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein1-2/+0
2013-10-17net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz1-3/+3
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin1-11/+0
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-44/+76
2013-04-24mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion1-26/+59
2013-04-24mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion1-7/+7
2013-04-24mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion1-3/+3
2013-04-24mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion1-11/+10
2013-04-11net/mlx4_core: Add helper function to translate B0 steering rules to DMFSHadar Hen Zion1-22/+29
2013-01-31net/mlx4_core: Set correctly allow_loopback flagHadar Hen Zion1-1/+1
2013-01-31net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion1-1/+1
2012-12-19mlx4_core: Allow choosing flow steering modeJack Morgenstein1-6/+1
2012-09-07net/mlx4_core: Looking for promiscuous entries on the correct portAviad Yehezkel1-8/+8
2012-09-07net/mlx4_core: Put Firmware flow steering structures in common header filesHadar Hen Zion1-83/+7
2012-08-14drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return codeJulia Lawall1-1/+3
2012-07-19net/mlx4: Move MAC_MASK to a common placeAmir Vadai1-1/+0
2012-07-16net/mlx4: off by one in parse_trans_rule()Dan Carpenter1-1/+1
2012-07-07net/mlx4: Implement promiscuous mode with device managed flow-steeringHadar Hen Zion1-0/+60
2012-07-07{NET, IB}/mlx4: Add device managed flow steering firmware APIHadar Hen Zion1-4/+361
2012-07-07net/mlx4_core: Add firmware commands to support device managed flow steeringHadar Hen Zion1-0/+29
2012-07-07net/mlx4: Set steering mode according to device capabilitiesHadar Hen Zion1-38/+32