summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic
AgeCommit message (Expand)AuthorFilesLines
2018-10-04qed: Wait for MCP halt and resume commands to take placeTomer Tayar2-8/+39
2018-10-04qed: Wait for ready indication before rereading the shmemTomer Tayar1-9/+41
2018-09-15qlge: Fix netdev features configuration.Manish Chopra1-15/+8
2018-09-05qed: Correct Multicast API to reflect existence of 256 approximate buckets.Sudarsana Reddy Kalluru5-13/+17
2018-09-05qed: Fix possible race for the link state value.Sudarsana Reddy Kalluru1-0/+1
2018-09-05qed: Fix link flap issue due to mismatching EEE capabilities.Sudarsana Reddy Kalluru1-3/+9
2018-08-24qlogic: check kstrtoul() for errorsDan Carpenter1-0/+2
2018-08-24qed: Do not advertise DCBX_LLD_MANAGED capability.Sudarsana Reddy Kalluru1-7/+4
2018-08-24qed: Add sanity check for SIMD fastpath handler.Sudarsana Reddy Kalluru1-2/+10
2018-08-24qed: Fix possible memory leak in Rx error path handling.Sudarsana Reddy Kalluru1-2/+9
2018-07-22qed: Limit msix vectors in kdump kernel to the minimum required count.Sudarsana Reddy Kalluru1-0/+8
2018-07-22qed: Fix use of incorrect size in memcpy call.Sudarsana Reddy Kalluru1-4/+4
2018-07-22qed: Fix setting of incorrect eswitch mode.Sudarsana Reddy Kalluru2-3/+18
2018-07-22qede: Adverstise software timestamp caps when PHC is not available.Sudarsana Reddy Kalluru1-2/+8
2018-06-20qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon1-1/+1
2018-06-20qed: Fix l2 initializations over iWARP personalityMichal Kalderon1-4/+2
2018-06-11qed: Fix mask for physical address in ILT entryShahed Shaikh1-1/+1
2018-05-30qede: Do not drop rx-checksum invalidated packets.Manish Chopra1-8/+2
2018-05-30qede: Fix barrier usage after tx doorbell write.Manish Chopra1-6/+4
2018-05-30qed: Free RoCE ILT Memory on rmmod qedrMichal Kalderon2-1/+5
2018-03-31qede: Fix qedr link updateMichal Kalderon1-2/+2
2018-03-31qed: Fix non TCP packets should be dropped on iWARP ll2 connectionMichal Kalderon1-0/+15
2018-02-13qlcnic: fix deadlock bugJunxiao Bi1-9/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-09-16qed: remove unnecessary call to memsetHimanshu Jha1-1/+0
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-09-01qlcnic: remove redundant zero check on retries counterColin Ian King1-7/+3
2017-08-31qed: fix spelling mistake: "calescing" -> "coalescing"Colin Ian King1-1/+1
2017-08-25qlge: avoid memcpy buffer overflowArnd Bergmann1-1/+1
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-21qlogic: make device_attribute constBhumika Goyal2-5/+5
2017-08-18netxen: fix incorrect loop counter decrementColin Ian King1-1/+1
2017-08-14qlge: fix duplicated code for different branchesGustavo A. R. Silva1-33/+14
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-08-08qed: Fix a memory allocation failure test in 'qed_mcp_cmd_init()'Christophe Jaillet1-1/+1
2017-08-03qlcnic: add const to bin_attribute structureBhumika Goyal1-1/+1
2017-07-27qed: Read per queue coalesce from hardwareRahul Verma9-21/+322
2017-07-27qed: Add support for vf coalesce configuration.Rahul Verma8-85/+249
2017-07-27qede: Add ethtool support for Energy efficient ethernet.Sudarsana Reddy Kalluru1-0/+84
2017-07-27qed: Add support for Energy efficient ethernet.Sudarsana Reddy Kalluru5-7/+236
2017-07-27qed/qede: Add setter APIs support for RX flow classificationChopra, Manish5-60/+347
2017-07-27qede: Add getter APIs support for RX flow classificationChopra, Manish3-8/+144
2017-07-20qlcnic: remove unnecessary static in qlcnic_dump_fw()Gustavo A. R. Silva1-1/+1
2017-07-11qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal1-3/+3
2017-07-04qed: initialize ll2_syn_handle at start of functionMichal Kalderon1-2/+1
2017-07-03netxen_nic: Remove unused pointer hdr in netxen_setup_minidump()Christos Gkekas1-3/+0
2017-07-03qed: Add iWARP support for physical queue allocationKalderon, Michal1-0/+4
2017-07-03qed: Add iWARP protocol support in context allocationKalderon, Michal1-2/+11
2017-07-03qed: iWARP CM add error handlingKalderon, Michal1-2/+181
2017-07-03qed: iWARP implement disconnect flowsKalderon, Michal1-1/+89