summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2018-02-232-7/+44
* net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch2018-02-231-2/+3
* net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch2018-02-234-49/+19Star
* net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch2018-02-233-0/+40
* IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen2018-02-154-43/+45
* net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2018-02-152-3/+17
* net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2018-02-152-47/+47
* net/mlx5: CQ hold/put APISaeed Mahameed2018-02-151-23/+19Star
* net/mlx5: EQ add/del CQ APISaeed Mahameed2018-02-153-45/+53
* net/mlx5: Add missing likely/unlikely hints to cq eventsSaeed Mahameed2018-02-151-3/+3
* net/mlx5: CQ Database per EQSaeed Mahameed2018-02-153-35/+52
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-061-1/+1
|\
| * net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy2018-02-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3127-917/+1876
|\ \ | |/ |/|
| * net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman2018-01-291-1/+1
| * mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-262-8/+2Star
| * net/mlx5e: Add likely to the common RX checksum flowGal Pressman2018-01-191-1/+1
| * net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib2018-01-195-175/+250
| * net/mlx5e: Merge per priority stats groupsKamal Heib2018-01-191-8/+25
| * net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha2018-01-194-0/+29
| * net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha2018-01-193-15/+55
| * net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha2018-01-191-0/+12
| * net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha2018-01-191-3/+5
| * net/mlx5e: Set hairpin queue sizeOr Gerlitz2018-01-191-3/+8
| * net/mlx5: Enable setting hairpin queue sizeOr Gerlitz2018-01-191-0/+2
| * net/mlx5e: Add RSS support for hairpinOr Gerlitz2018-01-193-13/+205
| * net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz2018-01-192-36/+64
| * net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz2018-01-191-1/+4
| * net/mlx5e: Refactor RSS related objects and codeOr Gerlitz2018-01-193-53/+103
| * net/mlx5e: Set per priority hairpin pairsOr Gerlitz2018-01-191-7/+57
| * net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz2018-01-191-8/+12
| * net/mlx5e: Fix trailing semicolonLuis de Bethencourt2018-01-181-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1711-64/+107
| |\
| * | 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