aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-07netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter1-1/+2
2016-05-07netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter1-1/+1
2016-05-07netxen: fix error handling in netxen_get_flash_block()Dan Carpenter1-4/+8
2016-05-06qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru1-4/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-03qed: Apply tunnel configurations after PF startManish Chopra1-1/+9
2016-05-02qede: add implementation for internal loopback test.Sudarsana Reddy Kalluru3-4/+242
2016-05-02qede: add support for selftests.Sudarsana Reddy Kalluru1-1/+55
2016-05-02qed: add infrastructure for device self tests.Sudarsana Reddy Kalluru9-1/+254
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-26qed: Add PF min bandwidth configuration supportManish Chopra6-2/+104
2016-04-26qed: Add PF max bandwidth configuration supportManish Chopra4-57/+165
2016-04-26qed: Add vport WFQ configuration APIsManish Chopra5-4/+223
2016-04-25qed: add support for link pause configuration.Sudarsana Reddy Kalluru1-0/+14
2016-04-25qed*: Conditions for changing linkYuval Mintz2-4/+16
2016-04-25qede: Add support for ethtool private flagsYuval Mintz1-0/+23
2016-04-25qed*: Align statistics namesYuval Mintz4-40/+49
2016-04-24qlcnic: Update version to 5.3.64Manish Chopra1-2/+2
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-57/+100
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa1-2/+8
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-04-15qede: Add fastpath support for tunnelingManish Chopra2-10/+92
2016-04-15qed: Enable GRE tunnel slowpath configurationManish Chopra1-0/+4
2016-04-15qed/qede: Add GENEVE tunnel slowpath configuration supportManish Chopra4-1/+69
2016-04-15qed/qede: Add VXLAN tunnel slowpath configuration supportManish Chopra5-4/+86
2016-04-15qed: Add infrastructure support for tunnelingManish Chopra10-4/+553
2016-04-15qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla1-1/+1
2016-04-14qed* - bump driver versions to 8.7.1.20Yuval Mintz2-3/+3
2016-04-14qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru3-10/+283
2016-04-14qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru1-16/+1
2016-04-14qed*: remove version dependencyRahul Verma5-32/+2
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