summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-25net/mlx4_core: Read HCA frequency and map internal clockEugenia Emantayev1-0/+57
2013-03-08net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein1-1/+1
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+4
2013-02-25mlx4_core: Enable memory windows in {INIT, QUERY}_HCAShani Michaeli1-0/+4
2013-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-02-08net/mlx4: Move Ethernet related functionality from mlx4_core to mlx4_enYan Burman1-4/+1
2013-02-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+1
2013-02-05mlx4_core: Fix advertisement of wrong PF context behaviourOr Gerlitz1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-3/+1
2013-01-31net/mlx4_core: Use firmware driven flow steering hash modeHadar Hen Zion1-16/+0
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+2
2013-01-28net/mlx4_core: Return proper error code when __mlx4_add_one failsJack Morgenstein1-2/+5
2013-01-18net/mlx4_core: Set number of msix vectors under SRIOV mode to firmware defaultsOr Gerlitz1-9/+2
2012-12-19mlx4_core: Allow choosing flow steering modeJack Morgenstein1-8/+44
2012-12-19mlx4_core: Adjustments to Flow Steering activation logic for SR-IOVJack Morgenstein1-22/+49
2012-12-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-1/+37
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03mlx4_core: remove __dev* attributesBill Pemberton1-3/+3
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz1-1/+37
2012-10-23mlx4_core: Perform correct resource cleanup if mlx4_QUERY_ADAPTER() failsDotan Barak1-1/+4
2012-10-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-46/+125
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-10-01mlx4_core: Disable SENSE_PORT for multifunction devicesRoland Dreier1-0/+3
2012-10-01mlx4_core: Clean up enabling of SENSE_PORT for older (ConnectX-1/-2) HCAsRoland Dreier1-14/+14
2012-10-01mlx4_core: Stash PCI ID driver_data in mlx4_priv structureRoland Dreier1-13/+16
2012-10-01mlx4_core: Fix crash on uninitialized priv->cmd.slave_semRoland Dreier1-5/+6
2012-10-01mlx4_core: Trivial cleanups to driver log messagesRoland Dreier1-5/+4
2012-10-01mlx4: Modify proxy/tunnel QP mechanism so that guests do no calculationsJack Morgenstein1-13/+48
2012-10-01mlx4: Paravirtualize Node Guids for slavesJack Morgenstein1-0/+22
2012-10-01mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein1-0/+11
2012-10-01mlx4_core: Add proxy and tunnel QPs to the reserved QP areaJack Morgenstein1-0/+5
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1-3/+0
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-07net/mlx4_core: Return the error value in case of command initialization failureEugenia Emantayev1-1/+2
2012-09-07net/mlx4_core: Fixing error flow in case of QUERY_FW failureAviad Yehezkel1-6/+7