summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40evf
AgeCommit message (Expand)AuthorFilesLines
2017-11-30i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2016-09-15i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain1-32/+8
2016-09-15i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain1-25/+29
2016-09-15i40evf: check rings before freeing resourcesMitch Williams1-0/+6
2016-09-15i40e: Fix memory leaks, sideband filter programmingKiran Patil1-5/+5
2016-09-15i40e/i40evf: Fix RS bit update in Tx path and disable force WB workaroundAnjali Singhai Jain2-43/+77
2016-09-15i40evf: handle many MAC filters correctlyMitch Williams1-8/+24
2015-12-04i40e/i40evf: avoid mutex re-initJesse Brandeburg2-6/+10
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-10-23i40evf: clean up local variable initializationJean Sacren1-5/+4
2015-10-23i40evf: add missing kernel-doc argumentJean Sacren1-0/+1
2015-10-23i40e: re-use %*ph specifier to hexdump a dataAndy Shevchenko1-18/+4
2015-10-23i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33Catherine Sullivan1-1/+1
2015-10-23i40evf: use correct struct for list manipulationMitch Williams1-2/+3
2015-10-23i40e/i40evf: Add a workaround to drop all flow control framesAnjali Singhai Jain1-0/+2
2015-10-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller6-73/+135
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-20i40e/i40evf: Bump i40e to 1.3.38 and i40evf to 1.3.25Catherine Sullivan1-1/+1
2015-10-20i40e/i40evf: Fix an accidental error with BIT_ULL replacementAnjali Singhai Jain1-2/+2
2015-10-20i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg4-4/+27
2015-10-20i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg2-6/+24
2015-10-20i40e/i40evf: fix bug in throttle rate mathJesse Brandeburg1-1/+8
2015-10-20i40e/i40evf: refactor IRQ enable functionJesse Brandeburg1-46/+62
2015-10-20i40evf: don't give upMitch Williams1-2/+5
2015-10-20i40e/i40evf: use napi_schedule_irqoff()Alexander Duyck1-1/+1
2015-10-20i40evf: fix overlong BIT definesJesse Brandeburg2-12/+7
2015-10-16i40e/i40evf: Bump i40e to 1.3.34 and i40evf to 1.3.21Catherine Sullivan1-1/+1
2015-10-16i40evf: relax and stagger init timing a bitMitch Williams2-3/+3
2015-10-16i40evf: correctly populate vlan_featuresMitch Williams1-1/+4
2015-10-16i40e/i40evf: moderate interrupts differentlyJesse Brandeburg1-0/+10
2015-10-16i40e/i40evf: Fix compile issue related to const stringJingjing Wu2-4/+4
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-2/+6
2015-10-16i40evf: Add support for netpollAlexander Duyck1-0/+26
2015-10-16i40e/i40evf: Drop useless "IN_NETPOLL" flagAlexander Duyck2-8/+1
2015-10-16i40e/i40evf: Fix handling of napi budgetAlexander Duyck1-0/+5
2015-10-15i40e/i40evf: Bump i40e version to 1.3.28 and i40evf to 1.3.19Catherine Sullivan1-1/+1
2015-10-15i40evf: speed up initMitch Williams1-2/+2
2015-10-15i40e/i40evf: remove redundant declarations of a variable and a functionShannon Nelson1-1/+1
2015-10-15i40e/i40evf: Add WB_ON_ITR offload supportAnjali Singhai Jain3-1/+8
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+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-3/+34
2015-10-14i40e/i40evf: Add module_types and update_link_infoCatherine Sullivan1-0/+18
2015-10-14i40e/i40evf: split device ids into a separate fileShannon Nelson2-25/+56
2015-10-14i40e/i40evf: Add info to nvm info struct for OEM version dataCarolyn Wyborny1-0/+2
2015-10-14i40evf: properly handle ndo_set_mac_address callsMitch Williams2-3/+16
2015-10-14i40e/i40evf: Add new link status definesShannon Nelson1-1/+3
2015-10-09i40e/i40evf: pass QOS handle to VFMitch Williams2-0/+2
2015-10-09i40evf: use capabilities flags properlyMitch Williams1-2/+7
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg5-13/+9