aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-6/+4
2017-06-14qed: Fix an off by one bugDan Carpenter1-1/+1
2017-06-09qed: add qed_int_sb_init() stub functionArnd Bergmann1-0/+5
2017-06-09qed: collect GSI port statisticsMintz, Yuval1-0/+23
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 Kalderon5-447/+132
2017-06-09qed: LL2 code relocationsMintz, Yuval1-30/+28
2017-06-09qed: Cleaner seperation of LL2 inputsMintz, Yuval3-229/+223
2017-06-09qed: Revise ll2 Rx completionMintz, Yuval1-34/+50
2017-06-09qed: LL2 to use packed information for txMintz, Yuval3-111/+75
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-4/+33
2017-06-04qede: VF XDP supportMintz, Yuval1-3/+31
2017-06-04qed: VF XDP supportMintz, Yuval3-7/+37
2017-06-04qed: VFs to try utilizing the doorbell barMintz, Yuval7-72/+231
2017-06-04qed: Multiple qzone queues for VFsMintz, Yuval6-35/+211
2017-06-04qed: IOV db support multiple queues per qzoneMintz, Yuval4-72/+123
2017-06-04qed: Make VF legacy a bitfieldMintz, Yuval3-21/+33
2017-06-04qed: Assign a unique per-queue index to queue-cidMintz, Yuval4-4/+88
2017-06-04qed: Pass vf_params when creating a queue-cidMintz, Yuval3-45/+95
2017-06-04qed*: L2 interface to use the SB structures directlyMintz, Yuval5-30/+51
2017-06-04qed: Create L2 queue databaseMintz, Yuval6-3/+133
2017-06-04qed: Add bitmaps for VF CIDsMintz, Yuval2-74/+202
2017-06-04netxen: remove writeq/readq function definitionsLABBE Corentin1-14/+1
2017-06-02qlcnic: Fix tunnel offload for 82xx adaptersChopra, Manish4-2/+30
2017-06-02qed: Add support for changing iSCSI macMintz, Yuval2-0/+67
2017-06-02qed: Support NVM-image reading APIMintz, Yuval3-0/+126
2017-06-02qed: Share additional information with qedfMintz, Yuval3-1/+23
2017-06-02qed: Correct order of wwnn and wwpnMintz, Yuval1-4/+4
2017-06-01qed: No need to reset SBs on IOV initMintz, Yuval3-33/+4
2017-06-01qed: Reset IGU CAM to default on initMintz, Yuval3-20/+162
2017-06-01qed: Hold a single array for SBsMintz, Yuval8-27/+103
2017-06-01qed: Provide auxiliary for getting free VF SBMintz, Yuval3-29/+51
2017-06-01qed: Remove assumption on SB order in IGUMintz, Yuval2-61/+33
2017-06-01qed: Encapsulate interrupt counters in structMintz, Yuval5-24/+21
2017-06-01qed: Add aux. function translating sb_id -> igu_sb_idMintz, Yuval1-10/+21
2017-06-01qed: Distinguish between sb_id and igu_sb_idMintz, Yuval3-25/+30
2017-06-01qed: IGU read revisedMintz, Yuval4-140/+83
2017-06-01qed: Minor refactoring in interrupt codeMintz, Yuval1-3/+12
2017-06-01qed: Make qed_int_cau_conf_pi() staticMintz, Yuval2-52/+34
2017-06-01qlcnic: Fix a sleep-in-atomic bug in qlcnic_82xx_hw_write_wx_2M and qlcnic_82xx_hw_read_wx_2MJia-Ju Bai1-1/+1
2017-05-30qed: Don't log missing periodic stats by defaultMintz, Yuval1-1/+2
2017-05-30qed: Cache alignemnt padding to match hostMintz, Yuval2-2/+14
2017-05-30qed: Mask parities after occuranceMintz, Yuval1-13/+23
2017-05-30qed: Print multi-bit attentions properlyMintz, Yuval1-5/+33
2017-05-30qed: Diffrentiate adapter-specific attentionsMintz, Yuval1-11/+69
2017-05-30qed: Get rid of the attention-arraysMintz, Yuval3-1287/+312
2017-05-30qed: Support dynamic s-tag changeMintz, Yuval5-1/+64
2017-05-30qed: QL41xxx VF MSI-x tableMintz, Yuval3-4/+66
2017-05-30qed: Don't inherit RoCE DCBx for V2Sudarsana Reddy Kalluru1-11/+0