aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-28qed: Utilize resource-lock based schemeTomer Tayar6-166/+468
2017-03-28qed: Support management-based resource lockingTomer Tayar3-0/+269
2017-03-28qed: Send pf-flr as part of initializationMintz, Yuval4-0/+28
2017-03-28qed: Move to new load request schemeTomer Tayar8-58/+497
2017-03-28qed: hw_init() to receive parameter-structMintz, Yuval3-27/+37
2017-03-28qed: Correct HW stop flowTomer Tayar6-135/+142
2017-03-23qed: Reserve VF feature before PFMintz, Yuval1-11/+16
2017-03-23qed: Don't waste SBs unused by RoCEMintz, Yuval1-8/+9
2017-03-23qed: Reduce verbosity of unimplemented MFW messagesMintz, Yuval1-1/+1
2017-03-23qed: Correct endian order of MAC passed to MFWMintz, Yuval1-2/+11
2017-03-23qed: Pass src/dst sizes when interacting with MFWTomer Tayar2-59/+66
2017-03-23qed: Revise MFW command lockingTomer Tayar2-136/+280
2017-03-21qed: Always publish VF link from leading hwfnMintz, Yuval1-3/+10
2017-03-21qed: Raise verbosity of Malicious VF indicationsMintz, Yuval1-4/+10
2017-03-21qed: Make qed_iov_mark_vf_flr() return boolMintz, Yuval2-9/+10
2017-03-21qed: Deprecate VF multiple queue-stopMintz, Yuval2-46/+62
2017-03-21qed: Uniform IOV queue validationMintz, Yuval1-31/+92
2017-03-21qed: Correct default VF coalescing configurationMintz, Yuval1-1/+2
2017-03-21qed: Set HW-channel to ready before ACKing VFMintz, Yuval1-4/+8
2017-03-21qed: Clean VF malicious indication when disabling IOVMintz, Yuval1-3/+5
2017-03-21qed: Increase verbosity of VF -> PF errorsMintz, Yuval1-6/+12
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-9/+45
2017-03-14qed*: Add support for QL41xxx adaptersMintz, Yuval10-155/+382
2017-03-14qed: Enable iSCSI Out-of-OrderMintz, Yuval1-0/+3
2017-03-14qed: Correct out-of-bound access in OOO historyMintz, Yuval1-0/+2
2017-03-14qed: Fix interrupt flags on Rx LL2Ram Amrani1-4/+5
2017-03-14qed: Free previous connections when releasing iSCSIMintz, Yuval1-0/+28
2017-03-14qed: Fix mapping leak on LL2 rx flowMintz, Yuval1-0/+2
2017-03-14qed: Prevent creation of too-big u32-chainsTomer Tayar1-3/+2
2017-03-14qed: Align CIDs according to DORQ requirementRam Amrani1-1/+2
2017-03-13qed*: Utilize Firmware 8.15.3.0Mintz, Yuval11-821/+1894
2017-03-09qed: Fix copy of uninitialized memoryrobert.foss@collabora.com1-1/+1
2017-02-27qed: Don't use attention PTT for configuring BWMintz, Yuval3-5/+8
2017-02-27qed: Fix race with multiple VFsMintz, Yuval2-17/+26
2017-02-20qed*: Fix link indication raceMintz, Yuval5-7/+33
2017-02-20qed: Don't allocate SBs using main PTTMintz, Yuval1-2/+13
2017-02-20qed: Reflect PF link when initializing VFMintz, Yuval1-39/+51
2017-02-20qed: Reserve doorbell BAR space for present CPUsRam Amrani1-1/+1
2017-02-20qed: Don't free a QP more than onceRam Amrani1-22/+27
2017-02-20qed: Read queue state before releasing bufferRam Amrani1-6/+6
2017-02-20qed: Release CQ resource under lock on failureRam Amrani1-0/+2
2017-02-19qed: Add support for hardware offloaded FCoE.Arun Easi20-16/+2300
2017-02-15qed: Add infrastructure for PTP supportSudarsana Reddy Kalluru8-1/+425
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-61/+53
2017-01-20qed: avoid possible stack overflow in qed_ll2_acquire_connectionArnd Bergmann3-61/+53
2017-01-17qed: Replace memset with eth_zero_addrShyam Saini2-5/+4
2017-01-01qed*: Advance driver versions to 8.10.10.20.Mintz, Yuval1-1/+1
2017-01-01qed: Conserve RDMA resources when !QEDRRam Amrani1-1/+3
2017-01-01qed: Support Multicast on Tx-switchingMintz, Yuval1-2/+5
2017-01-01qed*: Add support for ndo_set_vf_trustMintz, Yuval2-0/+137