summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4/cmd.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-16net/mlx4_core: Add UPDATE_QP SRIOV wrapper supportMatan Barak1-2/+2
2014-03-29mlx4: Add support for CONFIG_DEV commandOr Gerlitz1-0/+9
2014-03-29net/mlx4: USe one wrapper that returns -EPERMOr Gerlitz1-13/+4
2014-03-21net/mlx4: Adapt code for N-Port VFMatan Barak1-3/+20
2014-03-21net/mlx4: Add utils for N-Port VFsMatan Barak1-0/+106
2014-03-12mlx4: Implement IP based gids support for RoCE/SRIOVJack Morgenstein1-0/+24
2014-01-15mlx4_core: Add support for steerable IB UD QPsMatan Barak1-0/+9
2013-11-08net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim1-20/+14
2013-11-08net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein1-0/+2
2013-11-05net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein1-0/+1
2013-11-05net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein1-1/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-11-04net/mlx4_core: Fix call to __mlx4_unregister_macJack Morgenstein1-1/+1
2013-10-17net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz1-2/+0
2013-08-05net: mlx4: Staticize local functionsJingoo Han1-3/+3
2013-07-29net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin1-0/+18
2013-07-04net/mlx4: fix small memory leak on errorDan Carpenter1-0/+1
2013-07-02net/mlx4_core: Add HW enforcement to VF link stateRony Efraim1-19/+38
2013-07-02net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein1-5/+117
2013-06-26net/mlx4_core: Add warning in case of command timeoutsDotan Barak1-0/+6
2013-06-14net/mlx4: Add VF link state supportRony Efraim1-0/+48
2013-06-04net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein1-2/+0
2013-04-27net/mlx4: Add support to get VF configRony Efraim1-0/+33
2013-04-27net/mlx4: Add VF MAC spoof checking supportRony Efraim1-0/+40
2013-04-27net/mlx4: Add set VF default vlan ID and priority supportRony Efraim1-4/+68
2013-04-27net/mlx4: Add set VF mac address supportRony Efraim1-0/+31
2013-04-27net/mlx4: Add structures to keep VF Ethernet ports informationRony Efraim1-0/+32
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches1-3/+1
2012-11-30mlx4_core: Fix potential deadlock in mlx4_eq_int()Jack Morgenstein1-4/+5
2012-11-26mlx4: 64-byte CQE/EQE supportOr Gerlitz1-1/+1
2012-10-01mlx4_core: Fix crash on uninitialized priv->cmd.slave_semRoland Dreier1-20/+31
2012-10-01mlx4: Paravirtualize Node Guids for slavesJack Morgenstein1-0/+11
2012-10-01IB/mlx4: Miscellaneous adjustments for SR-IOV IB supportJack Morgenstein1-0/+1
2012-10-01mlx4: Add alias_guid mechanismJack Morgenstein1-2/+4
2012-10-01mlx4: MAD_IFC paravirtualizationJack Morgenstein1-0/+162
2012-10-01mlx4: Implement QP paravirtualization and maintain phys_pkey_cache for smp_snoopJack Morgenstein1-6/+6
2012-10-01IB/mlx4: Initialize SR-IOV IB support for slaves in master contextJack Morgenstein1-0/+3
2012-07-26mlx4: Add support for EEH error recoveryKleber Sacilotto de Souza1-2/+47
2012-07-08net/mlx4_core: Add firmware commands to support device managed flow steeringHadar Hen Zion1-0/+19
2012-06-01net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein1-2/+2
2012-05-16net/mlx4_core: Fix potential kernel Oops in res tracker during Dom0 driver un...Jack Morgenstein1-1/+1
2012-05-16net/mlx4: Address build warnings on set but not used variablesOr Gerlitz1-4/+1
2012-03-20mlx4_core: fix race on comm channelEugenia Emantayev1-0/+9
2012-02-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2012-02-06mlx4_core: fix memory leak at multi_func_cleanupEugenia Emantayev1-5/+5
2012-02-05mlx4: Fix typo in cmd.cMasanari Iida1-1/+1
2012-01-23mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum1-1/+8
2011-12-19mlx4: Fixing wrong error codes in communication channelYevgeny Petrilin1-32/+56
2011-12-13mlx4_core: Modify driver initialization flow to accommodate SRIOV for EthernetJack Morgenstein1-1/+169
2011-12-13mlx4: Ethernet port management modificationsEugenia Emantayev1-0/+37