summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing1-0/+6
2019-11-25i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2019-06-11i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley1-0/+8
2017-12-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2016-11-18i40e: fix call of ndo_dflt_bridge_getlink()Huaibin Wang1-1/+1
2016-10-22i40e: avoid NULL pointer dereference and recursive errors on early PCI errorGuilherme G Piccoli1-0/+6
2016-09-15i40e: clean whole mac filter listShannon Nelson1-8/+11
2016-09-15i40e: properly delete VF MAC filtersMitch Williams1-0/+36
2016-09-15i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-24/+20
2016-09-15i40e: Workaround fix for mss < 256 issueAnjali Singhai Jain1-0/+27
2015-12-04i40e/i40evf: avoid mutex re-initJesse Brandeburg1-1/+10
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-10-23i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33Catherine Sullivan1-1/+1
2015-10-23i40e: fix inconsistent statuses after a PF resetHelin Zhang1-0/+20
2015-10-23i40e: Fix VEB/VEPA bridge mode mismatch issueAkeem G Abodunrin1-3/+13
2015-10-23i40e/i40evf: Add a workaround to drop all flow control framesAnjali Singhai Jain1-0/+18
2015-10-23i40e: fix annoying messageJesse Brandeburg1-0/+1
2015-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller1-60/+267
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-10-20i40e/i40evf: Bump i40e to 1.3.38 and i40evf to 1.3.25Catherine Sullivan1-1/+1
2015-10-20i40e: declare rather than initialize int objectJean Sacren1-1/+1
2015-10-20i40e: fix kernel-doc argument nameJean Sacren1-1/+1
2015-10-20i40e: Fix for Tools loopback test failing after driver loadCarolyn Wyborny1-0/+5
2015-10-20i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg1-0/+2
2015-10-20i40e/i40evf: use napi_schedule_irqoff()Alexander Duyck1-2/+4
2015-10-20i40e: Lock for VSI's MAC filter listKiran Patil1-55/+253
2015-10-16i40e/i40evf: Bump i40e to 1.3.34 and i40evf to 1.3.21Catherine Sullivan1-1/+1
2015-10-16i40e/i40evf: moderate interrupts differentlyJesse Brandeburg1-3/+7
2015-10-16i40e: generate fewer startup messagesShannon Nelson1-8/+12
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck1-2/+0
2015-10-15i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19Catherine Sullivan1-1/+1
2015-10-15i40e: remove unnecessary string copy operationsShannon Nelson1-12/+12
2015-10-15i40e: X722 is on the IOSF bus and does not report the PCI bus infoAnjali Singhai Jain1-20/+49
2015-10-15i40e: allow FD SB if MFP mode only has 1 partitionShannon Nelson1-4/+4
2015-10-15i40e: remove obsolete version checkMitch Williams1-6/+0
2015-10-15i40e: Change some messages from info to debug onlyNeerav Parikh1-8/+13
2015-10-15i40e: Add missing parameter comment to ndo_bridge_setlinkJesse Brandeburg1-0/+1
2015-10-14i40e/i40evf: Bump i40e version to 1.3.25 and i40evf to 1.3.17Catherine Sullivan1-1/+1
2015-10-14i40e/i40evf: Refactor PHY structure and add phy_capabilities enumCatherine Sullivan1-0/+8
2015-10-14i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan1-1/+1
2015-10-14i40e: update fw version text string per previous product formatsCarolyn Wyborny1-0/+7
2015-10-14i40e: Make it clear a parameter is never usedCarolyn Wyborny1-1/+2
2015-10-09i40e: print neato new featuresJesse Brandeburg1-0/+3
2015-10-09i40e: refactor code to remove indentJesse Brandeburg1-40/+42
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-18/+20
2015-10-09i40e: add switch for link pollingShannon Nelson1-1/+3
2015-10-09i40e: Fix multiple link up messagesMatt Jared1-1/+4
2015-10-09i40e: Fix for extra Flow Director filter in table after errorCarolyn Wyborny1-0/+14