Age | Commit message (Expand) | Author | Files | Lines |
2019-07-06 | net/mlx5: Kconfig, Better organize compilation flags | Tariq Toukan | 1 | -1/+1 |
2019-07-04 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 8 | -34/+344 |
2019-07-04 | net/mlx5: Add rts2rts_qp_counters_set_id field in hca cap | Mark Zhang | 1 | -1/+3 |
2019-07-03 | net/mlx5: Properly name the generic WQE control field | Tariq Toukan | 1 | -1/+6 |
2019-07-03 | net/mlx5: Introduce TLS TX offload hardware bits and structures | Eran Ben Elisha | 2 | -4/+114 |
2019-07-03 | net/mlx5: Introduce and use mlx5_eswitch_get_total_vports() | Parav Pandit | 3 | -7/+8 |
2019-07-03 | net/mlx5: Expose device definitions for object events | Yishai Hadas | 1 | -0/+21 |
2019-07-03 | net/mlx5: Report EQE data upon CQ completion | Yishai Hadas | 1 | -2/+2 |
2019-07-03 | net/mlx5: mlx5_core_create_cq() enhancements | Yishai Hadas | 1 | -1/+1 |
2019-07-03 | net/mlx5: Expose the API to register for ANY event | Yishai Hadas | 1 | -0/+2 |
2019-07-03 | net/mlx5: Use event mask based on device capabilities | Yishai Hadas | 3 | -5/+16 |
2019-07-02 | net/mlx5: E-Switch, Consider host PF for inline mode and vlan pop | Bodong Wang | 1 | -0/+1 |
2019-07-02 | net/mlx5: E-Switch, Refactor eswitch SR-IOV interface | Bodong Wang | 1 | -3/+3 |
2019-07-02 | net/mlx5: Handle host PF vport mac/guid for ECPF | Bodong Wang | 1 | -1/+2 |
2019-07-02 | net/mlx5: Reduce dependency on enabled_vfs counter and num_vfs | Parav Pandit | 1 | -1/+0 |
2019-07-02 | net/mlx5: Don't handle VF func change if host PF is disabled | Bodong Wang | 1 | -1/+2 |
2019-07-02 | net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_type | Huy Nguyen | 1 | -3/+8 |
2019-07-02 | {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mapping | Bodong Wang | 1 | -0/+2 |
2019-07-02 | net/mlx5: Added MCQI and MCQS registers' description to ifc | Shay Agroskin | 2 | -2/+58 |
2019-07-02 | net/mlx5: Add hardware definitions for sub functions | Parav Pandit | 1 | -3/+96 |
2019-06-29 | net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create | Arnd Bergmann | 1 | -1/+1 |
2019-06-29 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 6 | -49/+105 |
2019-06-26 | net/mlx5e: Specifying known origin of packets matching the flow | Jianbo Liu | 1 | -0/+1 |
2019-06-26 | net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingr... | Jianbo Liu | 1 | -0/+17 |
2019-06-26 | net/mlx5: Add flow context for flow tag | Jianbo Liu | 1 | -4/+11 |
2019-06-26 | net/mlx5: Introduce vport metadata matching bits and enum constants | Jianbo Liu | 1 | -7/+49 |
2019-06-25 | net/mlx5: Convert mkey_table to XArray | Matthew Wilcox | 2 | -16/+2 |
2019-06-16 | net/mlx5: Expose eswitch encap mode | Maor Gottlieb | 1 | -0/+12 |
2019-06-13 | net/mlx5: Report devlink health on FW fatal issues | Moshe Shemesh | 1 | -1/+1 |
2019-06-13 | net/mlx5: Add fw fatal devlink_health_reporter | Moshe Shemesh | 1 | -0/+1 |
2019-06-13 | net/mlx5: Report devlink health on FW issues | Moshe Shemesh | 1 | -1/+2 |
2019-06-13 | net/mlx5: Create FW devlink_health_reporter | Moshe Shemesh | 1 | -0/+2 |
2019-06-13 | net/mlx5: Issue SW reset on FW assert | Feras Daoud | 2 | -1/+10 |
2019-06-13 | net/mlx5: Handle SW reset of FW in error flow | Feras Daoud | 1 | -1/+1 |
2019-06-13 | net/mlx5: Add Crdump support | Alex Vesker | 1 | -0/+1 |
2019-06-13 | net/mlx5: Add Vendor Specific Capability access gateway | Alex Vesker | 1 | -0/+1 |
2019-06-13 | net/mlx5: Add EQ enable/disable API | Yuval Avnery | 1 | -1/+4 |
2019-06-13 | net/mlx5: Use a single IRQ for all async EQs | Ariel Levkovich | 1 | -12/+2 |
2019-06-13 | net/mlx5: Separate IRQ data from EQ table data | Yuval Avnery | 1 | -0/+3 |
2019-06-13 | net/mlx5: Separate IRQ request/free from EQ life cycle | Yuval Avnery | 1 | -2/+1 |
2019-06-13 | net/mlx5: Change interrupt handler to call chain notifier | Yuval Avnery | 1 | -2/+1 |
2019-06-13 | net/mlx5: Support querying max VFs from device | Bodong Wang | 2 | -6/+3 |
2019-05-31 | net/mlx5: Geneve, Manage Geneve TLV options | Yevgeny Kliteynik | 1 | -0/+2 |
2019-05-31 | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel... | Saeed Mahameed | 5 | -17/+40 |
2019-05-31 | {IB,net}/mlx5: Constify rep ops functions pointers | Parav Pandit | 1 | -9/+11 |
2019-05-31 | net/mlx5: E-Switch, Honor eswitch functions changed event cap | Vu Pham | 1 | -1/+3 |
2019-05-31 | net/mlx5: E-Switch, Replace host_params event with functions_changed event | Vu Pham | 2 | -4/+4 |
2019-05-31 | net/mlx5: Introduce termination table bits | Eli Britstein | 2 | -2/+5 |
2019-05-31 | net/mlx5: Add core dump register access HW bits | Moshe Shemesh | 2 | -1/+17 |
2019-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -3/+3 |