aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-26ice: Remove "2 BITS" commentAnirudh Venkataramanan1-6/+6
2019-03-26ice: Update comment regarding the ITR_GRAN_SBrett Creeley1-1/+1
2019-03-26ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan1-4/+3
2019-03-26ice: Remove unnecessary bracesAnirudh Venkataramanan1-2/+1
2019-03-26ice: Remove unused function prototypeAnirudh Venkataramanan1-2/+0
2019-03-26ice: Add missing case in print_link_msg for printing flow controlBrett Creeley1-0/+3
2019-03-26ice: Audit hotpath structures with paholeBrett Creeley4-20/+15
2019-03-26ice: Do not bail out when filter already existsPreethi Banala1-1/+5
2019-03-26ice: Fix issue with VF attempt to delete default MAC addressAkeem G Abodunrin1-8/+7
2019-03-26ice: enable VF admin queue interruptsMitch Williams2-0/+6
2019-03-26ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan3-24/+275
2019-03-26ice: Implement pci_error_handler opsBrett Creeley1-0/+151
2019-03-26ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley1-2/+5
2019-03-26ice: use virt channel status codesMitch Williams1-119/+154
2019-03-26ice: Remove unnecessary newlines from log messagesJeremiah Kyle1-2/+2
2019-03-25ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao2-30/+30
2019-03-25ice: add and use new ice_for_each_traffic_class() macroBruce Allan4-4/+7
2019-03-25ice: change VF VSI tc info along with num_queuesPreethi Banala1-0/+3
2019-03-25ice: Prevent unintended multiple chain resetsDave Ertman1-2/+8
2019-03-25ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski2-4/+23
2019-03-25ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski1-81/+79
2019-03-25ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski1-26/+50
2019-03-25ice: Introduce bulk update for page countMaciej Fijalkowski2-7/+20
2019-03-25ice: Get rid of ice_pull_tailMaciej Fijalkowski1-46/+24
2019-03-25ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski1-35/+45
2019-03-25ice: Retrieve rx_buf in separate functionMaciej Fijalkowski1-33/+42
2019-03-25ice: Enable link events over the ARQBrett Creeley3-4/+98
2019-03-25ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady1-4/+3
2019-03-25ice: Restore VLAN switch rule if port VLAN existed beforeMichal Swiatkowski1-1/+3
2019-03-25ice: update VSI config dynamicallyVictor Raj1-62/+13
2019-03-22ice: Get VF VSI instances directly via PFAkeem G Abodunrin1-8/+27
2019-03-22ice: Don't let VF know that it is untrustedAkeem G Abodunrin1-4/+8
2019-03-22ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram1-3/+9
2019-03-22ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz1-1/+6
2019-03-22ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram1-9/+20
2019-03-22ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin7-31/+527
2019-03-22ice: code cleanup in ice_sched.cVictor Raj1-8/+9
2019-03-22ice: Remove unused vsi_id fieldAnirudh Venkataramanan1-1/+0
2019-03-22ice: fix some function prototype and signature style issuesBruce Allan11-87/+108
2019-03-22ice: fix the divide by zero issueKiran Patil1-1/+12
2019-03-22ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin3-16/+76
2019-03-22ice: Remove unused function prototypeAnirudh Venkataramanan1-10/+0
2019-03-22ice: fix static analysis warningsBruce Allan4-4/+4
2019-03-22ice: Fix issue reclaiming resources back to the pool after resetAkeem G Abodunrin1-3/+23
2019-03-22ice: Enable MAC anti-spoof by defaultAkeem G Abodunrin1-0/+9
2019-03-19ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley3-11/+43
2019-03-19ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin1-1/+1
2019-03-19ice: Get resources per functionBrett Creeley1-5/+8
2019-03-19ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin1-6/+2
2019-03-19ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley4-18/+44