aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-24qlcnic: Update version to 5.3.64Manish Chopra1-2/+2
2016-04-21qede: Fix single MTU sized packet from firmware GRO flowManish Chopra1-0/+13
2016-04-21qede: Fix setting Skb network headerManish Chopra1-2/+2
2016-04-21qede: Fix various memory allocation error flows for fastpathManish Chopra1-55/+85
2016-03-30qed: initialize return rc to avoid returning garbageColin Ian King1-1/+1
2016-03-25qlge: Update version to 1.00.00.35Manish Chopra1-1/+1
2016-03-18qlge: Fix receive packets drop.Manish Chopra1-0/+11
2016-03-11qed: Enlrage the drain timeoutYuval Mintz1-2/+2
2016-03-11qed: Notify of transciever changesZvi Nachmani2-0/+41
2016-03-11qed: Major changes to MB lockingTomer Tayar2-97/+167
2016-03-11qed: Prevent MF link notificationsSudarsana Reddy Kalluru2-1/+9
2016-03-10qede: Fix net-next "make ARCH=x86_64"Manish Chopra1-1/+4
2016-03-10qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia3-5/+14
2016-03-10qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2-6/+5
2016-03-07qede: Add slowpath/fastpath support and enable hardware GROManish Chopra2-1/+388
2016-03-07qed/qede: Add infrastructure support for hardware GROManish Chopra3-33/+79
2016-03-02qed: Remove unused NVM vendor IDYuval Mintz2-10/+0
2016-03-02qed: Fix error flow on slowpath startYuval Mintz3-44/+64
2016-03-02qed: Move statistics to L2 codeYuval Mintz3-245/+324
2016-03-02qed: Support B0 instead of A0Yuval Mintz2-19/+24
2016-03-02qed: Correct BAR sizes for older MFWRam Amrani1-13/+29
2016-03-01qed: Print additional HW attention infoYuval Mintz2-105/+479
2016-03-01qed: Print HW attention reasonsYuval Mintz1-107/+1436
2016-03-01qed: Add support for HW attentionsYuval Mintz2-40/+357
2016-03-01qed: Semantic refactoring of interrupt codeYuval Mintz4-77/+105
2016-02-25qed, qede: rebrand module descriptionYuval Mintz2-6/+6
2016-02-25qed: Prevent probe on previous errorYuval Mintz1-0/+11
2016-02-25qed: add MODULE_FIRMWARE()Yuval Mintz1-0/+2
2016-02-25qede: Don't report link change needlesslyYuval Mintz1-6/+10
2016-02-25qede: Linearize SKBs when neededYuval Mintz1-5/+33
2016-02-25qede: Change pci DID for 10g deviceYuval Mintz1-1/+1
2016-02-25netxen: Use kobj_to_dev()Amitoj Kaur Chawla1-5/+5
2016-02-21qed,qede: Bump driver versions to 8.7.0.0Yuval Mintz2-2/+2
2016-02-21qed: Introduce DMA_REGPAIR_LEYuval Mintz3-20/+10
2016-02-21qed: Change metadata needed for SPQ entriesYuval Mintz3-107/+95
2016-02-21qed: Handle possible race in SB configYuval Mintz1-9/+9
2016-02-21qed: Turn most GFP_ATOMIC into GFP_KERNELYuval Mintz6-15/+15
2016-02-18qede: Add vlan filtering offload supportSudarsana Reddy Kalluru2-1/+286
2016-02-18qed: Lay infrastructure for vlan filtering offloadYuval Mintz1-4/+19
2016-02-17qed/qede: use 8.7.3.0 FW.Yuval Mintz14-1679/+1573
2016-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-01-04qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun1-2/+4
2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-28qlcnic: constify qlcnic_dcb_ops structuresJulia Lawall2-3/+3
2015-12-24qlcnic: fix a loop exit condition betterDan Carpenter1-1/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-93/+150
2015-12-15qlcnic: fix a timeout loopDan Carpenter1-1/+2
2015-12-15qlge: fix a timeout loop in ql_change_rx_buffers()Dan Carpenter1-2/+3
2015-12-07qed: Correct slowpath interrupt schemeSudarsana Kalluru4-52/+55
2015-12-07qed: Fix BAR size split for some serversAriel Elior2-21/+36