aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed/qed_ll2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09qed: Call rx_release_cb() when flushing LL2Mintz, Yuval1-6/+7
2017-06-09qed: No need for LL2 frags indicationMintz, Yuval1-23/+8
2017-06-09qed*: LL2 callback operationsMichal Kalderon1-98/+99
2017-06-09qed: LL2 code relocationsMintz, Yuval1-30/+28
2017-06-09qed: Cleaner seperation of LL2 inputsMintz, Yuval1-179/+200
2017-06-09qed: Revise ll2 Rx completionMintz, Yuval1-34/+50
2017-06-09qed: LL2 to use packed information for txMintz, Yuval1-70/+57
2017-05-21qed: Revise alloc/setup/free flowTomer Tayar1-9/+12
2017-05-18qed: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2017-04-06qed: Don't use main-ptt in unrelated flowsRahul Verma1-14/+35
2017-04-06qed: fix missing break in OOO_LB_TC caseColin Ian King1-0/+1
2017-04-03qed: Revise QM cofigurationAriel Elior1-4/+11
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-03-14qed: Fix interrupt flags on Rx LL2Ram Amrani1-4/+5
2017-03-14qed: Fix mapping leak on LL2 rx flowMintz, Yuval1-0/+2
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval1-24/+24
2017-03-09qed: Fix copy of uninitialized memoryrobert.foss@collabora.com1-1/+1
2017-02-19qed: Add support for hardware offloaded FCoE.Arun Easi1-0/+25
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-50/+38
2017-01-20qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann1-50/+38
2017-01-01qed*: Update to dual-licenseMintz, Yuval1-4/+27
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-12-05net: ethernet: qlogic: set error code on failurePan Bian1-0/+1
2016-12-02qed: Add iSCSI out of order packet handling.Yuval Mintz1-27/+524
2016-12-02qed: Add support for hardware offloaded iSCSI.Yuval Mintz1-1/+3
2016-11-10qed: configure ll2 RoCE v1/v2 flavor correctlyRam Amrani1-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 Mintz1-9/+6
2016-10-14qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz1-0/+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 Amrani1-11/+104
2016-10-03qed: Add Light L2 supportYuval Mintz1-0/+1699