summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-019-9/+9
* ice: Remove "2 BITS" commentAnirudh Venkataramanan2019-03-261-6/+6
* ice: Update comment regarding the ITR_GRAN_SBrett Creeley2019-03-261-1/+1
* ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan2019-03-261-4/+3
* ice: Remove unnecessary bracesAnirudh Venkataramanan2019-03-261-2/+1
* ice: Remove unused function prototypeAnirudh Venkataramanan2019-03-261-2/+0
* ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-03-261-0/+3
* ice: Audit hotpath structures with paholeBrett Creeley2019-03-264-20/+15
* ice: Do not bail out when filter already existsPreethi Banala2019-03-261-1/+5
* ice: Fix issue with VF attempt to delete default MAC addressAkeem G Abodunrin2019-03-261-8/+7
* ice: enable VF admin queue interruptsMitch Williams2019-03-262-0/+6
* ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan2019-03-263-24/+275
* ice: Implement pci_error_handler opsBrett Creeley2019-03-261-0/+151
* ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley2019-03-261-2/+5
* ice: use virt channel status codesMitch Williams2019-03-261-119/+154
* ice: Remove unnecessary newlines from log messagesJeremiah Kyle2019-03-261-2/+2
* ice: Create a generic name for the ice_rx_flg64_bits structureChinh T Cao2019-03-252-30/+30
* ice: add and use new ice_for_each_traffic_class() macroBruce Allan2019-03-254-4/+7
* ice: change VF VSI tc info along with num_queuesPreethi Banala2019-03-251-0/+3
* ice: Prevent unintended multiple chain resetsDave Ertman2019-03-251-2/+8
* ice: map Rx buffer pages with DMA attributesMaciej Fijalkowski2019-03-252-4/+23
* ice: Limit the ice_add_rx_frag to frag additionMaciej Fijalkowski2019-03-251-81/+79
* ice: Gather the rx buf clean-up logic for better reuseMaciej Fijalkowski2019-03-251-26/+50
* ice: Introduce bulk update for page countMaciej Fijalkowski2019-03-252-7/+20
* ice: Get rid of ice_pull_tailMaciej Fijalkowski2019-03-251-46/+24
* ice: Pull out page reuse checks onto separate functionMaciej Fijalkowski2019-03-251-35/+45
* ice: Retrieve rx_buf in separate functionMaciej Fijalkowski2019-03-251-33/+42
* ice: Enable link events over the ARQBrett Creeley2019-03-253-4/+98
* ice: use irq_num var in ice_vsi_req_irq_msixAlan Brady2019-03-251-4/+3
* ice: Restore VLAN switch rule if port VLAN existed beforeMichal Swiatkowski2019-03-251-1/+3
* ice: update VSI config dynamicallyVictor Raj2019-03-251-62/+13
* ice: Get VF VSI instances directly via PFAkeem G Abodunrin2019-03-221-8/+27
* ice: Don't let VF know that it is untrustedAkeem G Abodunrin2019-03-221-4/+8
* ice: Set LAN_EN for all directional rulesYashaswini Raghuram Prathivadi Bhayankaram2019-03-221-3/+9
* ice: Do not set LB_EN for prune switch rulesChristopher N Bednarz2019-03-221-1/+6
* ice: Enable LAN_EN for the right recipesYashaswini Raghuram Prathivadi Bhayankaram2019-03-221-9/+20
* ice: Add support for PF/VF promiscuous modeAkeem G Abodunrin2019-03-227-31/+527
* ice: code cleanup in ice_sched.cVictor Raj2019-03-221-8/+9
* ice: Remove unused vsi_id fieldAnirudh Venkataramanan2019-03-221-1/+0
* ice: fix some function prototype and signature style issuesBruce Allan2019-03-2211-87/+108
* ice: fix the divide by zero issueKiran Patil2019-03-221-1/+12
* ice: Fix issue reconfiguring VF queuesAkeem G Abodunrin2019-03-223-16/+76
* ice: Remove unused function prototypeAnirudh Venkataramanan2019-03-221-10/+0
* ice: fix static analysis warningsBruce Allan2019-03-224-4/+4
* ice: Fix issue reclaiming resources back to the pool after resetAkeem G Abodunrin2019-03-221-3/+23
* ice: Enable MAC anti-spoof by defaultAkeem G Abodunrin2019-03-221-0/+9
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-03-2011-116/+197
|\
| * ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley2019-03-193-11/+43
| * ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin2019-03-191-1/+1