summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* fm10k: fix memory leakstephen hemminger2015-11-181-1/+3
* Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-062-2/+2
|\
| * move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-152-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-242-0/+7
|\ \
| * | i40e: fix annoying messageJesse Brandeburg2015-10-231-0/+1
| * | i40e: fix stats offsetsJesse Brandeburg2015-10-231-0/+6
* | | ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto2015-10-238-0/+126
* | | ixgbe: Add new ndo to trust VFHiroshi Shimamoto2015-10-234-0/+40
* | | i40e: fix unconditional execution of cpu_to_le16()Jean Sacren2015-10-231-2/+3
* | | i40e: clean up local variable initializationJean Sacren2015-10-231-2/+2
* | | i40evf: clean up local variable initializationJean Sacren2015-10-231-5/+4Star
* | | i40e: add missing kernel-doc argumentJean Sacren2015-10-231-0/+3
* | | i40evf: add missing kernel-doc argumentJean Sacren2015-10-231-0/+1
* | | i40e: re-use %*ph specifier to hexdump a dataAndy Shevchenko2015-10-232-36/+8Star
* | | i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33Catherine Sullivan2015-10-232-2/+2
* | | i40e: Disable VEB bridge mode with SR-IOV failureAkeem G Abodunrin2015-10-231-0/+1
* | | i40e: Fix an incorrect OEM version stringCarolyn Wyborny2015-10-231-4/+13
* | | i40e: fix inconsistent statuses after a PF resetHelin Zhang2015-10-231-0/+20
* | | i40evf: use correct struct for list manipulationMitch Williams2015-10-231-2/+3
* | | i40e: Fix VEB/VEPA bridge mode mismatch issueAkeem G Abodunrin2015-10-231-3/+13
* | | i40e: fix a bug in debugfs with add/del macaddrAnjali Singhai Jain2015-10-231-0/+4
* | | i40e/i40evf: Add a workaround to drop all flow control framesAnjali Singhai Jain2015-10-234-0/+44
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-2116-219/+611
|\ \ \
| * | | i40e/i40evf: Bump i40e to 1.3.38 and i40evf to 1.3.25Catherine Sullivan2015-10-202-2/+2
| * | | i40e: declare rather than initialize int objectJean Sacren2015-10-201-1/+1
| * | | i40e: fix kernel-doc argument nameJean Sacren2015-10-201-1/+1
| * | | i40e: Move error message to debug levelCatherine Sullivan2015-10-201-3/+3
| * | | i40e: Fix order of checks when enabling/disabling autoneg in ethtoolCatherine Sullivan2015-10-201-13/+16
| * | | i40e/i40evf: Fix an accidental error with BIT_ULL replacementAnjali Singhai Jain2015-10-202-4/+4
| * | | i40e: fix for PHY NVM interaction problemCarolyn Wyborny2015-10-201-6/+8
| * | | i40e: Fix for Tools loopback test failing after driver loadCarolyn Wyborny2015-10-201-0/+5
| * | | i40e/i40evf: adjust interrupt throttle less frequentlyJesse Brandeburg2015-10-208-8/+53
| * | | i40e/i40evf: change dynamic interrupt thresholdsJesse Brandeburg2015-10-204-12/+48
| * | | i40e/i40evf: fix bug in throttle rate mathJesse Brandeburg2015-10-202-2/+16
| * | | i40e/i40evf: refactor IRQ enable functionJesse Brandeburg2015-10-202-92/+128
| * | | i40evf: don't give upMitch Williams2015-10-201-2/+5
| * | | i40e/i40evf: use napi_schedule_irqoff()Alexander Duyck2015-10-202-3/+5
| * | | i40e: Fix basic support for X722 devicesAnjali Singhai2015-10-203-6/+31
| * | | i40evf: fix overlong BIT definesJesse Brandeburg2015-10-202-12/+7Star
| * | | i40e: Lock for VSI's MAC filter listKiran Patil2015-10-204-56/+282
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-203-4/+6
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | i40e/i40evf: set AQ count after memory allocationMitch Williams2015-10-072-4/+4
| * | i40e: fix offload of GRE tunnelsJesse Brandeburg2015-10-051-0/+2
| |/
* | i40e/i40evf: Bump i40e to 1.3.34 and i40evf to 1.3.21Catherine Sullivan2015-10-162-2/+2
* | i40e: increase AQ work limitMitch Williams2015-10-161-1/+1
* | i40evf: relax and stagger init timing a bitMitch Williams2015-10-162-3/+3
* | i40e: Recognize 1000Base_T_Optical phy type when link is upCatherine Sullivan2015-10-161-0/+6
* | i40evf: correctly populate vlan_featuresMitch Williams2015-10-161-1/+4
* | i40e: reset the invalid msg counter in vf when a valid msg is receivedJingjing Wu2015-10-162-1/+4
* | i40e/i40evf: moderate interrupts differentlyJesse Brandeburg2015-10-165-3/+52