summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/mlx5: Add hardware definitions for sub functionsParav Pandit2019-07-011-3/+96
* | | | net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_createArnd Bergmann2019-06-281-1/+1
* | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-286-49/+105
|\| | |
| * | | net/mlx5e: Specifying known origin of packets matching the flowJianbo Liu2019-06-261-0/+1
| * | | net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingr...Jianbo Liu2019-06-261-0/+17
| * | | net/mlx5: Add flow context for flow tagJianbo Liu2019-06-261-4/+11
| * | | net/mlx5: Introduce vport metadata matching bits and enum constantsJianbo Liu2019-06-261-7/+49
| * | | net/mlx5: Convert mkey_table to XArrayMatthew Wilcox2019-06-242-16/+2
| | |/ | |/|
| * | net/mlx5: Expose eswitch encap modeMaor Gottlieb2019-06-161-0/+12
| * | net/mlx5: Add EQ enable/disable APIYuval Avnery2019-06-131-1/+4
| * | net/mlx5: Use a single IRQ for all async EQsAriel Levkovich2019-06-131-12/+2
| * | net/mlx5: Separate IRQ data from EQ table dataYuval Avnery2019-06-131-0/+3
| * | net/mlx5: Separate IRQ request/free from EQ life cycleYuval Avnery2019-06-131-2/+1
| * | net/mlx5: Change interrupt handler to call chain notifierYuval Avnery2019-06-131-2/+1
| * | net/mlx5: Support querying max VFs from deviceBodong Wang2019-06-132-6/+3
* | | net/mlx5: Report devlink health on FW fatal issuesMoshe Shemesh2019-06-131-1/+1
* | | net/mlx5: Add fw fatal devlink_health_reporterMoshe Shemesh2019-06-131-0/+1
* | | net/mlx5: Report devlink health on FW issuesMoshe Shemesh2019-06-131-1/+2
* | | net/mlx5: Create FW devlink_health_reporterMoshe Shemesh2019-06-131-0/+2
* | | net/mlx5: Issue SW reset on FW assertFeras Daoud2019-06-132-1/+10
* | | net/mlx5: Handle SW reset of FW in error flowFeras Daoud2019-06-131-1/+1
* | | net/mlx5: Add Crdump supportAlex Vesker2019-06-131-0/+1
* | | net/mlx5: Add Vendor Specific Capability access gatewayAlex Vesker2019-06-131-0/+1
* | | net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik2019-05-311-0/+2
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-315-17/+40
|\| | | |/ |/|
| * {IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2019-05-311-9/+11
| * net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham2019-05-311-1/+3
| * net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2019-05-312-4/+4
| * net/mlx5: Introduce termination table bitsEli Britstein2019-05-312-2/+5
| * net/mlx5: Add core dump register access HW bitsMoshe Shemesh2019-05-312-1/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-201-3/+3
|\ \ | |/ |/|
| * net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-171-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-141-1/+1
|\ \ | |/ |/|
| * net/mlx5: Set completion EQs as shared resourcesYishai Hadas2019-05-141-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-1/+0
|\|
| * Merge branch 'mlx5_tir_icm' into rdma.git for-nextJason Gunthorpe2019-04-252-5/+49
| |\
| * \ Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-1/+2
| |\ \
| | * | RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-04-241-1/+0
| * | | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-105-32/+69
| |\ \ \
* | | | | net/mlx5: E-Switch, Use atomic rep state to serialize state changeBodong Wang2019-05-011-1/+1
* | | | | net/mlx5: Remove unused mlx5_query_nic_vport_vlansBodong Wang2019-05-011-4/+0
* | | | | net/mlx5e: ethtool, Add support for EEPROM high pages queryErez Alfasi2019-05-011-0/+1
* | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-015-18/+137
|\ \ \ \ \
| * | | | | net/mlx5: Fix broken hca cap offsetSaeed Mahameed2019-05-011-2/+2
| * | | | | net/mlx5: Geneve, Add flow table capabilities for Geneve decap with TLV optionsYevgeny Kliteynik2019-04-292-6/+48
| * | | | | net/mlx5: Geneve, Add basic Geneve encap/decap flow table capabilitiesYevgeny Kliteynik2019-04-291-3/+13
| * | | | | net/mlx5: Eswitch, enable RoCE loopback trafficMaor Gottlieb2019-04-291-0/+7
| * | | | | net/mlx5: Add new miss flow table actionMaor Gottlieb2019-04-291-1/+9
| * | | | | net/mlx5: Add support in RDMA RX steeringMaor Gottlieb2019-04-293-1/+8
| * | | | | net/mlx5: Get rid of storing copy of device nameParav Pandit2019-04-291-2/+1
OpenPOWER on IntegriCloud