summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed
Commit message (Expand)AuthorAgeFilesLines
* qed*: Rename qed_roce_if.h to qed_rdma_if.hKalderon, Michal2017-06-213-3/+3
* qed: Split rdma content between qed_rdma and qed_roceKalderon, Michal2017-06-219-2919/+86Star
* qed: Duplicate qed_roce.[ch] to qed_rdma.[ch]Kalderon, Michal2017-06-212-0/+2983
* qed: Cleanup qed_roce before duplicating itKalderon, Michal2017-06-211-39/+12Star
* qed: SPQ async callback registrationMichal Kalderon2017-06-207-55/+96
* qed: Wait for resources before FUNC_CLOSEMichal Kalderon2017-06-201-15/+20
* qed: Disable RoCE dpm when DCBx change occursMintz, Yuval2017-06-203-0/+49
* qed: RoCE EDPM to honor PFCMintz, Yuval2017-06-202-0/+22
* qed: Chain support for external PBLMintz, Yuval2017-06-205-19/+39
* qed: Fix an off by one bugDan Carpenter2017-06-141-1/+1
* qed: add qed_int_sb_init() stub functionArnd Bergmann2017-06-091-0/+5
* qed: collect GSI port statisticsMintz, Yuval2017-06-091-0/+23
* qed: Call rx_release_cb() when flushing LL2Mintz, Yuval2017-06-091-6/+7
* qed: No need for LL2 frags indicationMintz, Yuval2017-06-091-23/+8Star
* qed*: LL2 callback operationsMichal Kalderon2017-06-095-447/+132Star
* qed: LL2 code relocationsMintz, Yuval2017-06-091-30/+28Star
* qed: Cleaner seperation of LL2 inputsMintz, Yuval2017-06-093-229/+223Star
* qed: Revise ll2 Rx completionMintz, Yuval2017-06-091-34/+50
* qed: LL2 to use packed information for txMintz, Yuval2017-06-093-111/+75Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-071-1/+2
|\
| * qed: Don't log missing periodic stats by defaultMintz, Yuval2017-05-301-1/+2
* | qed: VF XDP supportMintz, Yuval2017-06-053-7/+37
* | qed: VFs to try utilizing the doorbell barMintz, Yuval2017-06-057-72/+231
* | qed: Multiple qzone queues for VFsMintz, Yuval2017-06-056-35/+211
* | qed: IOV db support multiple queues per qzoneMintz, Yuval2017-06-054-72/+123
* | qed: Make VF legacy a bitfieldMintz, Yuval2017-06-053-21/+33
* | qed: Assign a unique per-queue index to queue-cidMintz, Yuval2017-06-054-4/+88
* | qed: Pass vf_params when creating a queue-cidMintz, Yuval2017-06-053-45/+95
* | qed*: L2 interface to use the SB structures directlyMintz, Yuval2017-06-054-28/+49
* | qed: Create L2 queue databaseMintz, Yuval2017-06-056-3/+133
* | qed: Add bitmaps for VF CIDsMintz, Yuval2017-06-052-74/+202
* | qed: Add support for changing iSCSI macMintz, Yuval2017-06-022-0/+67
* | qed: Support NVM-image reading APIMintz, Yuval2017-06-023-0/+126
* | qed: Share additional information with qedfMintz, Yuval2017-06-023-1/+23
* | qed: Correct order of wwnn and wwpnMintz, Yuval2017-06-021-4/+4
* | qed: No need to reset SBs on IOV initMintz, Yuval2017-06-013-33/+4Star
* | qed: Reset IGU CAM to default on initMintz, Yuval2017-06-013-20/+162
* | qed: Hold a single array for SBsMintz, Yuval2017-06-018-27/+103
* | qed: Provide auxiliary for getting free VF SBMintz, Yuval2017-06-013-29/+51
* | qed: Remove assumption on SB order in IGUMintz, Yuval2017-06-012-61/+33Star
* | qed: Encapsulate interrupt counters in structMintz, Yuval2017-06-015-24/+21Star
* | qed: Add aux. function translating sb_id -> igu_sb_idMintz, Yuval2017-06-011-10/+21
* | qed: Distinguish between sb_id and igu_sb_idMintz, Yuval2017-06-013-25/+30
* | qed: IGU read revisedMintz, Yuval2017-06-014-140/+83Star
* | qed: Minor refactoring in interrupt codeMintz, Yuval2017-06-011-3/+12
* | qed: Make qed_int_cau_conf_pi() staticMintz, Yuval2017-06-012-52/+34Star
* | qed: Cache alignemnt padding to match hostMintz, Yuval2017-05-302-2/+14
* | qed: Mask parities after occuranceMintz, Yuval2017-05-301-13/+23
* | qed: Print multi-bit attentions properlyMintz, Yuval2017-05-301-5/+33
* | qed: Diffrentiate adapter-specific attentionsMintz, Yuval2017-05-301-11/+69