summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
Commit message (Expand)AuthorAgeFilesLines
* qed: initialize return rc to avoid returning garbageColin Ian King2016-03-301-1/+1
* qlge: Update version to 1.00.00.35Manish Chopra2016-03-251-1/+1
* qlge: Fix receive packets drop.Manish Chopra2016-03-191-0/+11
* qed: Enlrage the drain timeoutYuval Mintz2016-03-111-2/+2
* qed: Notify of transciever changesZvi Nachmani2016-03-112-0/+41
* qed: Major changes to MB lockingTomer Tayar2016-03-112-97/+167
* qed: Prevent MF link notificationsSudarsana Reddy Kalluru2016-03-112-1/+9
* qede: Fix net-next "make ARCH=x86_64"Manish Chopra2016-03-101-1/+4
* qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia2016-03-103-5/+14
* qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2016-03-102-6/+5
* qede: Add slowpath/fastpath support and enable hardware GROManish Chopra2016-03-072-1/+388
* qed/qede: Add infrastructure support for hardware GROManish Chopra2016-03-073-33/+79
* qed: Remove unused NVM vendor IDYuval Mintz2016-03-022-10/+0
* qed: Fix error flow on slowpath startYuval Mintz2016-03-023-44/+64
* qed: Move statistics to L2 codeYuval Mintz2016-03-023-245/+324
* qed: Support B0 instead of A0Yuval Mintz2016-03-022-19/+24
* qed: Correct BAR sizes for older MFWRam Amrani2016-03-021-13/+29
* qed: Print additional HW attention infoYuval Mintz2016-03-012-105/+479
* qed: Print HW attention reasonsYuval Mintz2016-03-011-107/+1436
* qed: Add support for HW attentionsYuval Mintz2016-03-012-40/+357
* qed: Semantic refactoring of interrupt codeYuval Mintz2016-03-014-77/+105
* qed, qede: rebrand module descriptionYuval Mintz2016-02-252-6/+6
* qed: Prevent probe on previous errorYuval Mintz2016-02-251-0/+11
* qed: add MODULE_FIRMWARE()Yuval Mintz2016-02-251-0/+2
* qede: Don't report link change needlesslyYuval Mintz2016-02-251-6/+10
* qede: Linearize SKBs when neededYuval Mintz2016-02-251-5/+33
* qede: Change pci DID for 10g deviceYuval Mintz2016-02-251-1/+1
* netxen: Use kobj_to_dev()Amitoj Kaur Chawla2016-02-251-5/+5
* qed,qede: Bump driver versions to 8.7.0.0Yuval Mintz2016-02-222-2/+2
* qed: Introduce DMA_REGPAIR_LEYuval Mintz2016-02-223-20/+10
* qed: Change metadata needed for SPQ entriesYuval Mintz2016-02-223-107/+95
* qed: Handle possible race in SB configYuval Mintz2016-02-221-9/+9
* qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz2016-02-226-15/+15
* qede: Add vlan filtering offload supportSudarsana Reddy Kalluru2016-02-182-1/+286
* qed: Lay infrastructure for vlan filtering offloadYuval Mintz2016-02-181-4/+19
* qed/qede: use 8.7.3.0 FW.Yuval Mintz2016-02-1714-1679/+1573
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-071-2/+4
|\
| * qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun2016-01-041-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-1/+1
|\|
| * qlcnic: fix a loop exit condition betterDan Carpenter2015-12-241-1/+1
* | qlcnic: constify qlcnic_dcb_ops structuresJulia Lawall2015-12-282-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-1810-93/+150
|\|
| * qlcnic: fix a timeout loopDan Carpenter2015-12-151-1/+2
| * qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter2015-12-151-2/+3
| * qed: Correct slowpath interrupt schemeSudarsana Kalluru2015-12-074-52/+55
| * qed: Fix BAR size split for some serversAriel Elior2015-12-072-21/+36
| * qed: fix handling of concurrent ramrods.Tomer Tayar2015-12-072-17/+54
* | qede: Add support for {get, set}_pauseparamSudarsana Kalluru2015-12-011-0/+60
* | qede: Add support for nway_resetSudarsana Kalluru2015-12-011-0/+25
* | qede: Add support for set_phys_idSudarsana Kalluru2015-12-011-0/+29