summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-02net/mlx4_core: Fix error flow in mlx4_init_hca()Jack Morgenstein1-9/+4
2014-12-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-3/+3
2014-12-16mlx4_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 ...Matan 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-10-01net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny1-174/+219
2014-10-01net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein1-7/+21
2014-09-27net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak1-2/+2
2014-09-20net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay1-2/+59
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus 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-23net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai1-3/+25
2014-06-23net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz1-1/+2
2014-06-13Merge 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/r...Linus Torvalds1-3/+27
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-05-31net/mlx4_core: Reset RoCE VF gids when guest driver goes downJack Morgenstein1-0/+1
2014-05-30mlx4: Add infrastructure for selecting VFs to enable QP0 via MLX proxy QPsJack Morgenstein1-3/+13
2014-05-30mlx4_core: Fix memory leaks in SR-IOV error pathsDotan Barak1-0/+14
2014-05-23net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai1-6/+7
2014-05-23net/mlx4_core: Deprecate use_prio module parameterAmir Vadai1-4/+4
2014-05-14net/mlx4_core: Removed unnecessary bit operation conditionEyal Perry1-5/+4
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2014-05-09mellanox: Logging message cleanupsJoe Perches1-143/+103
2014-05-05net/mlx4_core: Don't issue PCIe speed/width checks for VFsEyal Perry1-1/+2
2014-05-05net/mlx4_core: Load the Eth driver firstOr Gerlitz1-2/+2
2014-04-14net/mlx4_core: Defer VF initialization till PF is fully initializedAmir Vadai1-1/+8
2014-04-14net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang1-77/+95
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-27net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang1-1/+5
2014-03-21net/mlx4: Adapt num_vfs/probed_vf params for single port VFMatan Barak1-13/+34
2014-03-21net/mlx4: Adapt code for N-Port VFMatan Barak1-2/+2
2014-03-21net/mlx4: Add data structures to support N-Ports per VFMatan Barak1-24/+85
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+13
2014-03-13net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz1-1/+1