Age | Commit message (Expand) | Author | Files | Lines |
2021-10-05 | mlx4: constify args for const dev_addr | Jakub Kicinski | 1 | -1/+1 |
2021-10-05 | mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() | Jakub Kicinski | 1 | -10/+0 |
2021-10-05 | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() | Jakub Kicinski | 1 | -12/+0 |
2021-06-03 | RDMA/mlx4: Do not map the core_clock page to user space unless enabled | Shay Drory | 1 | -0/+1 |
2020-12-08 | net/mlx4: Remove unused #define MAX_MSIX_P_PORT | Tariq Toukan | 1 | -1/+0 |
2020-06-06 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -20/+2 |
2020-06-03 | RDMA/mlx4: Remove FMR support for memory registration | Max Gurtovoy | 1 | -20/+2 |
2020-05-10 | IB/mlx4: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -0/+5 |
2020-01-12 | mlx4: Bump up MAX_MSIX from 64 to 128 | Jonathan Lemon | 1 | -1/+1 |
2020-01-03 | RDMA/mlx4: Redo TX checksum offload in line with docs | Eugene Crosser | 1 | -0/+5 |
2018-11-22 | {net, IB}/mlx4: Initialize CQ buffers in the driver when possible | Daniel Jurgens | 1 | -1/+3 |
2018-07-13 | net/mlx4_core: Use devlink region_snapshot parameter | Alex Vesker | 1 | -0/+1 |
2018-07-13 | net/mlx4_core: Add Crdump FW snapshot support | Alex Vesker | 1 | -0/+6 |
2018-07-13 | net/mlx4_core: Add health buffer address capability | Alex Vesker | 1 | -0/+1 |
2018-05-10 | net/mlx4_core: Report driver version to FW | Eran Ben Elisha | 1 | -0/+1 |
2018-03-16 | RDMA/mlx4: Move flag constants to uapi header | Jason Gunthorpe | 1 | -4/+0 |
2017-11-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+3 |
2017-11-14 | IB/mlx4: Exposing modify CQ callback to uverbs layer | Yonatan Cohen | 1 | -0/+3 |
2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -1/+1 |
2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova | 1 | -2/+2 |
2017-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -5/+11 |
2017-09-04 | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+10 |
2017-08-30 | net/mlx4: Add user mac FW update support | Moshe Shemesh | 1 | -0/+2 |
2017-08-30 | net/mlx4_core: Dynamically allocate structs at mlx4_slave_cap | Eran Ben Elisha | 1 | -5/+9 |
2017-08-02 | net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) support | Inbar Karmy | 1 | -0/+1 |
2017-07-24 | (IB, net)/mlx4: Add resource utilization support | Moshe Shemesh | 1 | -2/+10 |
2017-07-18 | {net, IB}/mlx4: Remove gfp flags argument | Leon Romanovsky | 1 | -6/+4 |
2017-06-05 | net/mlx4: Fix the check in attaching steering rules | Talat Batheesh | 1 | -0/+1 |
2017-05-09 | treewide: spelling: correct diffrent[iate] and banlance typos | Joe Perches | 1 | -1/+1 |
2017-04-21 | IB/mlx4: Support RAW Ethernet when RoCE is disabled | Majd Dibbiny | 1 | -2/+1 |
2017-03-17 | net/mlx4_core: Avoid delays during VF driver device shutdown | Jack Morgenstein | 1 | -0/+1 |
2017-03-01 | net/mlx4: && vs & typo | Dan Carpenter | 1 | -1/+1 |
2017-02-23 | net/mlx4: Spoofcheck and zero MAC can't coexist | Eugenia Emantayev | 2 | -1/+11 |
2017-01-30 | net/mlx4_en: Pass user MTU value to Firmware at set port command | Shaker Daibes | 1 | -0/+1 |
2017-01-30 | net/mlx4_en: Adding support of turning off link autonegotiation via ethtool | Ariel Levkovich | 1 | -1/+6 |
2016-12-29 | net/mlx4_core: Fix raw qp flow steering rules under SRIOV | Jack Morgenstein | 1 | -0/+2 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-11-28 | Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow" | Tariq Toukan | 1 | -1/+0 |
2016-10-29 | net/mlx4: Fix firmware command timeout during interrupt test | Eugenia Emantayev | 1 | -1/+2 |
2016-10-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -1/+12 |
2016-10-07 | IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets | Jack Morgenstein | 1 | -1/+12 |
2016-09-24 | net/mlx4: Add VF vlan protocol 802.1ad support | Moshe Shemesh | 1 | -1/+2 |
2016-09-24 | net/mlx4_core: Preparation for VF vlan protocol 802.1ad | Moshe Shemesh | 2 | -0/+5 |
2016-08-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -0/+7 |
2016-08-04 | IB/mlx4: Add diagnostic hardware counters | Mark Bloch | 1 | -0/+3 |
2016-08-04 | net/mlx4: Query performance and diagnostics counters | Mark Bloch | 1 | -0/+3 |
2016-08-04 | net/mlx4: Add diagnostic counters capability bit | Mark Bloch | 1 | -0/+1 |
2016-07-20 | net/mlx4_en: break out tx_desc write into separate function | Brenden Blanco | 1 | -8/+10 |