aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-10qed: Correct rdma params configurationRam Amrani1-9/+8
2016-11-10qed: configure ll2 RoCE v1/v2 flavor correctlyRam Amrani2-3/+1
2016-10-22qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru1-0/+2
2016-10-22qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru1-0/+1
2016-10-18qed: Use list_move_tail instead of list_del/list_add_tailWei Yongjun1-7/+4
2016-10-14qed: Additional work toward cleaning C=1Yuval Mintz8-164/+58
2016-10-14qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz9-128/+114
2016-10-14qed: Fix static checker warning.Yuval Mintz1-6/+1
2016-10-13qed: fix old-style function definitionArnd Bergmann1-1/+1
2016-10-13qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-2/+2
2016-10-03qed: Add RoCE ll2 & GSI supportRam Amrani6-12/+444
2016-10-03qed: Add support for memory registeration verbsRam Amrani1-0/+240
2016-10-03qed: Add support for QP verbsRam Amrani3-0/+1269
2016-10-03qed: PD,PKEY and CQ verb supportRam Amrani2-0/+345
2016-10-03qed: Add support for RoCE hw initRam Amrani13-7/+1269
2016-10-03qed: Add Light L2 supportYuval Mintz10-3/+2186
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-09-20qed: Fix stack corruption on probeYuval Mintz1-2/+2
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+17
2016-09-09qed: mark symbols static where possibleBaoyou Xie4-28/+35
2016-09-07qed*: Add support for the ethtool get_regs operationTomer Tayar1-0/+2
2016-09-07qed: Add support for debug data collectionTomer Tayar7-12/+8916
2016-09-07qed: add missing header dependenciesBaoyou Xie1-0/+1
2016-09-06qed: Add infrastructure for debug data collectionTomer Tayar4-0/+131
2016-09-06qed: Remove OOM messagesJoe Perches11-141/+47
2016-09-01qed: fix kzalloc-simple.cocci warningsWu Fengguang1-4/+2
2016-08-31qed: Clear dcbx memory buffers before the usage.Sudarsana Reddy Kalluru1-0/+4
2016-08-31qed: Set selection-field while configuring the app entry in ieee mode.Sudarsana Reddy Kalluru1-1/+9
2016-08-31qed*: Disallow dcbx configuration for VF interfaces.Sudarsana Reddy Kalluru1-0/+4
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2016-08-22qed: Change locking scheme for VF channelYuval Mintz1-34/+90
2016-08-22qed*: Add support for VFs over legacy PFsYuval Mintz3-20/+94
2016-08-22qed: Prevent VFs from pause floodingYuval Mintz3-0/+6
2016-08-22qed: Add support for legacy VFsYuval Mintz4-25/+104
2016-08-22qed: FLR of active VFs might lead to FW assertYuval Mintz1-1/+10
2016-08-19qed: utilize FW 8.10.10.0Yuval Mintz8-593/+932
2016-08-18qed: Add support for NCSI statistics.Sudarsana Reddy Kalluru6-5/+127
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-54/+177
2016-08-15qed*: Add and modify some printsYuval Mintz5-16/+41
2016-08-15qed*: Trivial modificationsYuval Mintz5-43/+28
2016-08-15qed*: Semantic changesYuval Mintz11-561/+356
2016-08-14qed: Fix possible memory leak in qed_dcbnl_get_ieee_pfc()Wei Yongjun1-0/+1
2016-08-10qed*: Add support for ethtool link_ksettings callbacks.Sudarsana Reddy Kalluru3-54/+63
2016-08-08qed: Update app count when adding a new dcbx app entry to the table.Sudarsana Reddy Kalluru1-2/+6
2016-08-08qed: Add dcbx app support for IEEE Selection Field.Sudarsana Reddy Kalluru1-20/+104
2016-08-08qed: Use ieee mfw-mask to get ethtype in ieee-dcbx mode.Sudarsana Reddy Kalluru2-30/+66
2016-08-08qed: Remove the endian-ness conversion for pri_to_tc value.Sudarsana Reddy Kalluru1-2/+1
2016-08-08qed: Use DEFINE_SPINLOCK() for spinlockWei Yongjun1-7/+1
2016-08-01qed: Fail driver load in 100g MSI mode.Sudarsana Reddy Kalluru1-1/+6
2016-08-01qed: Fix error return code in qed_resc_alloc()Wei Yongjun1-0/+1