aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-23mlx4: Delete custom device management logicPetr Pavlu1-10/+0
2023-08-23mlx4: Register mlx4 devices to an auxiliary virtual busPetr Pavlu2-0/+18
2023-08-23mlx4: Move the bond work to the core driverPetr Pavlu2-19/+13
2023-08-23mlx4: Get rid of the mlx4_interface.activate callbackPetr Pavlu1-1/+0
2023-08-23mlx4: Replace the mlx4_interface.event callback with a notifierPetr Pavlu1-2/+6
2023-08-23mlx4: Use 'void *' as the event param of mlx4_dispatch_event()Petr Pavlu1-1/+1
2023-08-23mlx4: Get rid of the mlx4_interface.get_dev callbackPetr Pavlu1-3/+0
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+1
2023-02-20net/mlx4_en: Introduce flexible array to silence overflow warningKees Cook1-0/+1
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang1-0/+1
2021-10-05mlx4: constify args for const dev_addrJakub Kicinski1-1/+1
2021-10-05mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr()Jakub Kicinski1-10/+0
2021-10-05mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64()Jakub Kicinski1-12/+0
2021-06-03RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-0/+1
2020-12-07net/mlx4: Remove unused #define MAX_MSIX_P_PORTTariq Toukan1-1/+0
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-20/+2
2020-06-02RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy1-20/+2
2020-05-09IB/mlx4: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+5
2020-01-12mlx4: Bump up MAX_MSIX from 64 to 128Jonathan Lemon1-1/+1
2020-01-03RDMA/mlx4: Redo TX checksum offload in line with docsEugene Crosser1-0/+5
2018-11-22{net, IB}/mlx4: Initialize CQ buffers in the driver when possibleDaniel Jurgens1-1/+3
2018-07-12net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker1-0/+1
2018-07-12net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker1-0/+6
2018-07-12net/mlx4_core: Add health buffer address capabilityAlex Vesker1-0/+1
2018-05-10net/mlx4_core: Report driver version to FWEran Ben Elisha1-0/+1
2018-03-15RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe1-4/+0
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+3
2017-11-13IB/mlx4: Exposing modify CQ callback to uverbs layerYonatan Cohen1-0/+3
2017-10-22drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+11
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+10
2017-08-29net/mlx4: Add user mac FW update supportMoshe Shemesh1-0/+2
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha1-5/+9
2017-08-02net/mlx4_en: Fix wrong indication of Wake-on-LAN (WoL) supportInbar Karmy1-0/+1
2017-07-24(IB, net)/mlx4: Add resource utilization supportMoshe Shemesh1-2/+10
2017-07-17{net, IB}/mlx4: Remove gfp flags argumentLeon Romanovsky1-6/+4
2017-06-04net/mlx4: Fix the check in attaching steering rulesTalat Batheesh1-0/+1
2017-05-08treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches1-1/+1
2017-04-21IB/mlx4: Support RAW Ethernet when RoCE is disabledMajd Dibbiny1-2/+1
2017-03-16net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein1-0/+1
2017-03-01net/mlx4: && vs & typoDan Carpenter1-1/+1
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev2-1/+11
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes1-0/+1
2017-01-30net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich1-1/+6
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein1-0/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-1/+1
2016-11-28Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan1-1/+0