summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-12mlx4: In RoCE allow guests to have multiple GIDSJack Morgenstein1-1/+5
2014-03-07net/mlx4_core: mlx4_init_slave() shouldn't access comm channel before PF is r...Amir Vadai1-0/+11
2014-03-06net/mlx4: Support shutdown() interfaceGavin Shan1-0/+1
2014-02-25net/mlx4: Fix limiting number of IRQ's instead of RSS queuesIdo Shamay1-2/+1
2014-02-19mlx4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-16/+5
2014-01-06net/mlx4_core: Warn if device doesn't have enough PCI bandwidthEyal Perry1-0/+84
2013-12-31net/mlx4_core: Add basic support for TCP/IP offloads under tunnelingOr Gerlitz1-0/+14
2013-12-20net/mlx4_core: Set CQE/EQE size to 64B by defaultEyal Perry1-2/+2
2013-12-20net/mlx4_core: Expose physical port id as PF/VF capabilityHadar Hen Zion1-0/+5
2013-12-10mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein1-1/+1
2013-12-03net/mlx4_core: destroy workqueue when driver fails to registerWei Yang1-0/+2
2013-11-08net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev1-0/+1
2013-11-05mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein1-10/+22
2013-10-17net/mlx4_core: Load higher level modules according to ports typeEyal Perry1-0/+29
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-02net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein1-1/+1
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin1-16/+19
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+8
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-06-26net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein1-0/+5
2013-06-26net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak1-3/+3
2013-06-24net/mlx_en: Timestamping is not supported in slave modeAmir Vadai1-0/+3
2013-06-18treewide: Fix typo in printkMasanari Iida1-1/+1
2013-06-04net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein1-14/+6
2013-04-25net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai1-0/+22