summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun2018-01-101-1/+2
* net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek2018-01-101-5/+8
* net/mlx5e: Move dynamic interrupt coalescing code to include/linuxAndy Gospodarek2018-01-105-417/+3Star
* net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek2018-01-108-202/+226
* net/mlx5e: Move generic functions to new fileAndy Gospodarek2018-01-105-20/+55
* net/mlx5e: Move AM logic enumsAndy Gospodarek2018-01-102-25/+26
* net/mlx5e: Remove rq references in mlx5e_rx_amAndy Gospodarek2018-01-103-12/+21
* net/mlx5e: Move interrupt moderation forward declarationsAndy Gospodarek2018-01-102-4/+5
* net/mlx5e: Move interrupt moderation structs to new fileAndy Gospodarek2018-01-102-32/+70
* Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-01-1012-18/+582
|\
| * net/mlx5e: E-switch, Add steering drop countersEugenia Emantayev2018-01-094-2/+112
| * net/mlx5e: IPoIB, Fix spelling mistake "functionts" -> "functions"Gal Pressman2018-01-091-1/+1
| * net/mlx5e: IPoIB, Add ethtool support to get child time stamping parametersFeras Daoud2018-01-091-0/+1
| * net/mlx5e: IPoIB, Add PTP ioctl support for child interfaceFeras Daoud2018-01-093-2/+9
| * net/mlx5e: IPoIB, Use correct timestamp in child receive flowFeras Daoud2018-01-091-1/+6
| * net/mlx5e: Support offloading TC NIC hairpin flowsOr Gerlitz2018-01-092-12/+172
| * net/mlx5e: Basic setup of hairpin objectOr Gerlitz2018-01-091-0/+97
| * net/mlx5: Hairpin pair core object setupOr Gerlitz2018-01-091-0/+184
* | net/mlx5e: Remove redundant checks in set_ringparamEugenia Emantayev2018-01-091-15/+0Star
|/
* net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-091-5/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-083-0/+14
|\
| * xdp/mlx5: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-063-0/+14
* | net/mlx5e: hide an unused variableArnd Bergmann2018-01-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+56
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2017-12-291-0/+56
| |\
| | * IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny2017-12-221-0/+56
* | | Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2017-12-298-214/+420
|\ \ \
| * | | net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman2017-12-283-30/+129
| * | | net/mlx5: Fix ingress/egress naming mistakeGal Pressman2017-12-281-2/+2
| * | | net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman2017-12-281-13/+13
| * | | net/mlx5e: E-Switch, Move send-to-vport rule struct to en_repMark Bloch2017-12-283-16/+16
| * | | net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch2017-12-285-44/+88
| * | | net/mlx5e: Move ethernet representors data into separate structMark Bloch2017-12-285-35/+60
| * | | net/mlx5: E-Switch, Create a dedicated send to vport rule deletion functionMark Bloch2017-12-283-1/+7
| * | | net/mlx5: E-Switch, Move mlx5e only logic outside E-SwitchMark Bloch2017-12-283-62/+59Star
| * | | net/mlx5: E-Switch, Simplify representor load/unload callback APIMark Bloch2017-12-283-13/+12Star
| * | | net/mlx5: E-Switch, Refactor load/unload of representorsMark Bloch2017-12-281-26/+40
| * | | net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch2017-12-284-19/+41
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-2215-100/+208
|\ \ \ | | |/ | |/|
| * | net/mlx5: Stay in polling mode when command EQ destroy failsMoshe Shemesh2017-12-191-3/+1Star
| * | net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh2017-12-191-7/+13
| * | net/mlx5: Fix steering memory leakMaor Gottlieb2017-12-191-2/+14
| * | net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman2017-12-191-0/+4
| * | net/mlx5e: Add refcount to VXLAN structureGal Pressman2017-12-192-23/+28
| * | net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman2017-12-191-10/+10
| * | net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua2017-12-191-2/+2
| * | net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev2017-12-192-2/+2
| * | net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev2017-12-194-13/+22
| * | net/mlx5e: Fix features check of IPv6 trafficGal Pressman2017-12-191-1/+2
| * | net/mlx5e: Fix ETS BW checkHuy Nguyen2017-12-191-3/+7