summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qed (follow)
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix printk option passed when printing ipv6 addressesKalderon, Michal2017-07-111-3/+3
* qed: initialize ll2_syn_handle at start of functionMichal Kalderon2017-07-031-2/+1
* qed: Add iWARP support for physical queue allocationKalderon, Michal2017-07-031-0/+4
* qed: Add iWARP protocol support in context allocationKalderon, Michal2017-07-031-2/+11
* qed: iWARP CM add error handlingKalderon, Michal2017-07-031-2/+181
* qed: iWARP implement disconnect flowsKalderon, Michal2017-07-031-1/+89
* qed: iWARP CM add active side connectKalderon, Michal2017-07-033-12/+239
* qed: iWARP CM add passive side connectKalderon, Michal2017-07-037-19/+1012
* qed: iWARP CM add listener functions and initial SYN processingKalderon, Michal2017-07-033-3/+291
* qed: iWARP CM - setup a ll2 connection for handling SYN packetsKalderon, Michal2017-07-032-3/+220
* qed: Add iWARP support in ll2 connectionsKalderon, Michal2017-07-031-2/+11
* qed: Rename some ll2 related definesKalderon, Michal2017-07-032-16/+15
* qed: Implement iWARP initialization, teardown and qp operationsKalderon, Michal2017-07-039-40/+749
* qed: Introduce iWARP personalityKalderon, Michal2017-07-036-26/+42
* 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/+86
* 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/+12
* 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/+8
* qed*: LL2 callback operationsMichal Kalderon2017-06-095-447/+132
* qed: LL2 code relocationsMintz, Yuval2017-06-091-30/+28
* qed: Cleaner seperation of LL2 inputsMintz, Yuval2017-06-093-229/+223
* qed: Revise ll2 Rx completionMintz, Yuval2017-06-091-34/+50
* qed: LL2 to use packed information for txMintz, Yuval2017-06-093-111/+75
* 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/+4