aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02net/mlx4: Add RSS support for fragmented IP datagramsIdo Shamay1-0/+2
2015-03-18net/mlx4_core: Add basic support for QP max-rate limitingOr Gerlitz1-0/+2
2015-02-04net/mlx4_core: Fix misleading debug print on CQE stride supportOr Gerlitz1-1/+2
2015-02-04net/mlx4_core: Port aggregation upper layer interfaceMoni Shoua1-0/+89
2015-01-27net/mlx4_core: Fix mem leak in SRIOV mlx4_init_one error flowJack Morgenstein1-1/+3
2015-01-27net/mlx4_core: Add reserved lkey for VFs to QUERY_FUNC_CAPJack Morgenstein1-0/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-01-25net/mlx4_core: Reset flow activation upon SRIOV fatal command casesYishai Hadas1-7/+9
2015-01-25net/mlx4_core: Enable device recovery flow with SRIOVYishai Hadas1-27/+108
2015-01-25net/mlx4_core: Handle AER flow properlyYishai Hadas1-6/+65
2015-01-25net/mlx4_core: Manage interface state for Reset flow casesYishai Hadas1-1/+12
2015-01-25net/mlx4_core: Enhance the catas flow to support device resetYishai Hadas1-0/+6
2015-01-25net/mlx4_core: Refactor the catas flow to work per deviceYishai Hadas1-2/+10
2015-01-25net/mlx4_core: Set device configuration data to be persistent across resetYishai Hadas1-2/+43
2015-01-25net/mlx4_core: Maintain a persistent memory for mlx4 deviceYishai Hadas1-40/+66
2015-01-15net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steeringOr Gerlitz1-2/+1
2015-01-02net/mlx4_core: Fix error flow in mlx4_init_hca()Jack Morgenstein1-9/+4
2014-12-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+3
2014-12-15mlx4_core: Check for DPDP violation only when DPDP is not supportedYuval Shaia1-3/+3
2014-12-15net/mlx4_core: Avoid double dumping of the PF device capabilitiesOr Gerlitz1-0/+1
2014-12-15net/mlx4_core: Fixed memory leak and incorrect refcount in mlx4_load_oneMatan Barak1-28/+33
2014-12-11net/mlx4: Add support for A0 steeringMatan Barak1-9/+123
2014-12-11net/mlx4: Refactor QUERY_PORTMatan Barak1-22/+49
2014-12-11net/mlx4: Add A0 hybrid steeringMatan Barak1-1/+7
2014-12-11net/mlx4: Change QP allocation schemeEugenia Emantayev1-1/+10
2014-11-13net/mlx4_core: Support more than 64 VFsMatan Barak1-0/+24
2014-11-13net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for PF/VFsMatan Barak1-19/+125
2014-11-13net/mlx4_core: Refactor mlx4_load_oneMatan Barak1-42/+99
2014-11-13net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak1-3/+3
2014-11-13net/mlx4_core: Use correct variable type for mlx4_slave_capMatan Barak1-2/+2
2014-11-11net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETEShani Michaeli1-0/+9
2014-11-03net/mlx4_core: Protect port type setting by mutexAmir Vadai1-1/+8
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-09-30net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny1-174/+219
2014-09-30net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein1-7/+21
2014-09-26net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak1-2/+2
2014-09-19net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay1-2/+59
2014-08-14Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+5
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-05mlx4_core: Add support for secure-host and SMP firewallJack Morgenstein1-0/+5
2014-07-22net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai1-3/+25
2014-06-22net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz1-1/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-159/+119
2014-06-11net/mlx4_core: Keep only one driver entry release mlx4_privWei Yang1-1/+1
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+27
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-30net/mlx4_core: Reset RoCE VF gids when guest driver goes downJack Morgenstein1-0/+1
2014-05-29mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-3/+13
2014-05-29mlx4_core: Fix memory leaks in SR-IOV error pathsDotan Barak1-0/+14