Age | Commit message (Expand) | Author |
2023-08-23 | mlx4: Delete custom device management logic | Petr Pavlu |
2023-08-23 | mlx4: Register mlx4 devices to an auxiliary virtual bus | Petr Pavlu |
2023-08-23 | mlx4: Move the bond work to the core driver | Petr Pavlu |
2023-08-23 | mlx4: Get rid of the mlx4_interface.activate callback | Petr Pavlu |
2023-08-23 | mlx4: Replace the mlx4_interface.event callback with a notifier | Petr Pavlu |
2023-08-23 | mlx4: Use 'void *' as the event param of mlx4_dispatch_event() | Petr Pavlu |
2023-08-23 | mlx4: Get rid of the mlx4_interface.get_dev callback | Petr Pavlu |
2023-02-24 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2023-02-20 | net/mlx4_en: Introduce flexible array to silence overflow warning | Kees Cook |
2023-01-15 | RDMA/mlx: Calling qp event handler in workqueue context | Mark Zhang |
2021-10-05 | mlx4: constify args for const dev_addr | Jakub Kicinski |
2021-10-05 | mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() | Jakub Kicinski |
2021-10-05 | mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() | Jakub Kicinski |
2021-06-03 | RDMA/mlx4: Do not map the core_clock page to user space unless enabled | Shay Drory |
2020-12-07 | net/mlx4: Remove unused #define MAX_MSIX_P_PORT | Tariq Toukan |
2020-06-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-06-02 | RDMA/mlx4: Remove FMR support for memory registration | Max Gurtovoy |
2020-05-09 | IB/mlx4: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-01-31 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds |
2020-01-12 | mlx4: Bump up MAX_MSIX from 64 to 128 | Jonathan Lemon |
2020-01-03 | RDMA/mlx4: Redo TX checksum offload in line with docs | Eugene Crosser |
2018-11-22 | {net, IB}/mlx4: Initialize CQ buffers in the driver when possible | Daniel Jurgens |
2018-07-12 | net/mlx4_core: Use devlink region_snapshot parameter | Alex Vesker |
2018-07-12 | net/mlx4_core: Add Crdump FW snapshot support | Alex Vesker |
2018-07-12 | net/mlx4_core: Add health buffer address capability | Alex Vesker |
2018-05-10 | net/mlx4_core: Report driver version to FW | Eran Ben Elisha |
2018-03-15 | RDMA/mlx4: Move flag constants to uapi header | Jason Gunthorpe |
2017-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds |
2017-11-13 | IB/mlx4: Exposing modify CQ callback to uverbs layer | Yonatan Cohen |
2017-10-22 | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-10-22 | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_t | Elena Reshetova |
2017-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2017-09-03 | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2017-08-29 | net/mlx4: Add user mac FW update support | Moshe Shemesh |
2017-08-29 | net/mlx4_core: Dynamically allocate structs at mlx4_slave_cap | Eran Ben Elisha |
2017-08-02 | net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) support | Inbar Karmy |
2017-07-24 | (IB, net)/mlx4: Add resource utilization support | Moshe Shemesh |
2017-07-17 | {net, IB}/mlx4: Remove gfp flags argument | Leon Romanovsky |
2017-06-04 | net/mlx4: Fix the check in attaching steering rules | Talat Batheesh |
2017-05-08 | treewide: spelling: correct diffrent[iate] and banlance typos | Joe Perches |
2017-04-21 | IB/mlx4: Support RAW Ethernet when RoCE is disabled | Majd Dibbiny |
2017-03-16 | net/mlx4_core: Avoid delays during VF driver device shutdown | Jack Morgenstein |
2017-03-01 | net/mlx4: && vs & typo | Dan Carpenter |
2017-02-23 | net/mlx4: Spoofcheck and zero MAC can't coexist | Eugenia Emantayev |
2017-01-30 | net/mlx4_en: Pass user MTU value to Firmware at set port command | Shaker Daibes |
2017-01-30 | net/mlx4_en: Adding support of turning off link autonegotiation via ethtool | Ariel Levkovich |
2016-12-29 | net/mlx4_core: Fix raw qp flow steering rules under SRIOV | Jack Morgenstein |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner |
2016-11-28 | Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow" | Tariq Toukan |