summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/mcg.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4: clean up a type issueDan Carpenter2023-07-261-2/+2
* mlx4: constify args for const dev_addrJakub Kicinski2021-10-051-1/+1
* net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-271-2/+2
* net: mlx4: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-151-31/+31
* net/mlx4_core: Change the error print to info printYunjian Wang2019-05-141-1/+1
* net/mlx4/mcg: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-071-0/+2
* mlx4: sizeof style usagestephen hemminger2017-08-161-6/+6
* net/mlx4: Fix the check in attaching steering rulesTalat Batheesh2017-06-041-4/+11
* net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to de...Jack Morgenstein2016-11-281-1/+6
* net/mlx4: Fix some indent inconsistancyChristophe Jaillet2016-07-041-4/+4
* net/mlx4_core: Fix access to uninitialized indexTariq Toukan2016-05-161-2/+2
* net/mlx4: remove unused array zero_gid[]Colin Ian King2016-03-201-2/+0
* IB/mlx4: Add support for the don't trap ruleMarina Varshaver2016-02-291-2/+4
* net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes2015-09-291-3/+4
* net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas2015-01-251-0/+3
* net/mlx4_core: Activate reset flow upon fatal command casesYishai Hadas2015-01-251-0/+3
* net/mlx4_core: Add explicit error message when rule doesn't meet configurationMatan Barak2014-12-111-3/+18
* mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz2014-10-301-0/+4
* net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz2014-08-291-0/+38
* net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed2014-07-161-26/+62
* net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev2014-07-161-70/+99
* net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller2014-07-161-1/+7
* net/mlx4_core: Make sure that negative array index isn't usedDotan Barak2014-07-161-12/+26
* net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin2014-07-161-1/+13
* net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry2014-05-141-1/+1
* mellanox: Logging message cleanupsJoe Perches2014-05-081-8/+8
* net/mlx4: Adapt code for N-Port VFMatan Barak2014-03-201-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-6/+39
|\
| * net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua2014-01-211-3/+0
| * net/mlx4_core: Add basic support for TCP/IP offloads under tunnelingOr Gerlitz2013-12-311-2/+12
| * net/mlx4_core: Check port number for validity before accessing dataMatan Barak2013-12-191-1/+27
| * mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein2013-12-091-3/+3
* | mlx4_core: Add support for steerable IB UD QPsMatan Barak2014-01-141-0/+17
|/
* net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein2013-11-071-2/+0
* net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz2013-10-171-3/+3
* net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin2013-07-291-11/+0
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-081-44/+76
|\
| * mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-241-26/+59
| * mlx4_core: Directly expose fields of DMFS HW rule control segmentHadar Hen Zion2013-04-241-7/+7
| * mlx4_core: Change a few DMFS fields names to match firmare specHadar Hen Zion2013-04-241-3/+3
| * mlx4: Match DMFS promiscuous field names to firmware specHadar Hen Zion2013-04-241-11/+10
* | net/mlx4_core: Add helper function to translate B0 steering rules to DMFSHadar Hen Zion2013-04-111-22/+29
|/
* net/mlx4_core: Set correctly allow_loopback flagHadar Hen Zion2013-01-311-1/+1
* net/mlx4_core: Directly expose fields of HW flow steering rule control segmentHadar Hen Zion2013-01-311-1/+1
* mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-191-6/+1
* net/mlx4_core: Looking for promiscuous entries on the correct portAviad Yehezkel2012-09-071-8/+8
* net/mlx4_core: Put Firmware flow steering structures in common header filesHadar Hen Zion2012-09-071-83/+7
* drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return codeJulia Lawall2012-08-141-1/+3
* net/mlx4: Move MAC_MASK to a common placeAmir Vadai2012-07-191-1/+0
* net/mlx4: off by one in parse_trans_rule()Dan Carpenter2012-07-161-1/+1