summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-10-07i40e: avoid null pointer dereferenceHeinrich Schuchardt1-1/+3
2016-09-15i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtoolAnjali Singhai Jain2-42/+12
2016-09-15fm10k: Cleanup exception handling for mailbox interruptAlexander Duyck1-2/+11
2016-09-15fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck1-1/+3
2016-09-15fm10k: reinitialize queuing scheme after calling init_hwJacob Keller1-0/+18
2016-09-15fm10k: always check init_hw for errorsJacob Keller1-5/+29
2016-09-15fm10k: reset max_queues on init_hw_vf failureJacob Keller1-3/+10
2016-09-15fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2016-09-15fm10k: Correct MTU for jumbo framesJacob Keller1-1/+1
2016-09-15fm10k: do not assume VF always has 1 queueJacob Keller2-1/+7
2016-09-15e1000e: fix division by zero on jumbo MTUsDmitry Fleytman1-2/+4
2016-09-15e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2-3/+9
2016-09-15ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-1/+2
2016-09-15igb: fix NULL derefs due to skipped SR-IOV enablingJan Beulich1-0/+7
2016-09-15igb: use the correct i210 register for EEMNGCTLTodd Fujinaka4-0/+30
2016-09-15igb: don't unmap NULL hw_addrJarod Wilson2-4/+8
2016-09-15i40e: Fix Rx hash reported to the stack by our driverAnjali Singhai Jain2-50/+58
2016-09-15i40e: clean whole mac filter listShannon Nelson1-8/+11
2016-09-15i40evf: check rings before freeing resourcesMitch Williams1-0/+6
2016-09-15i40e: don't add zero MAC filterMitch Williams1-6/+9
2016-09-15i40e: properly delete VF MAC filtersMitch Williams3-2/+44
2016-09-15i40e: Fix memory leaks, sideband filter programmingKiran Patil2-10/+19
2016-09-15i40e: fix: do not sleep in netdev_opsJesse Brandeburg1-24/+20
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
2016-09-15i40e: Workaround fix for mss < 256 issueAnjali Singhai Jain1-0/+27
2015-12-04i40e/i40evf: avoid mutex re-initJesse Brandeburg4-13/+20
2015-12-03ixgbe: Reset interface after enabling SR-IOVAlexander Duyck1-0/+3
2015-11-18fm10k: fix memory leakstephen hemminger1-1/+3
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+7
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto8-0/+126
2015-10-23ixgbe: Add new ndo to trust VFHiroshi Shimamoto4-0/+40
2015-10-23i40e: fix unconditional execution of cpu_to_le16()Jean Sacren1-2/+3
2015-10-23i40e: clean up local variable initializationJean Sacren1-2/+2
2015-10-23i40evf: clean up local variable initializationJean Sacren1-5/+4
2015-10-23i40e: add missing kernel-doc argumentJean Sacren1-0/+3
2015-10-23i40evf: add missing kernel-doc argumentJean Sacren1-0/+1
2015-10-23i40e: re-use %*ph specifier to hexdump a dataAndy Shevchenko2-36/+8
2015-10-23i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33Catherine Sullivan2-2/+2
2015-10-23i40e: Disable VEB bridge mode with SR-IOV failureAkeem G Abodunrin1-0/+1
2015-10-23i40e: Fix an incorrect OEM version stringCarolyn Wyborny1-4/+13
2015-10-23i40e: fix inconsistent statuses after a PF resetHelin Zhang1-0/+20
2015-10-23i40evf: use correct struct for list manipulationMitch Williams1-2/+3
2015-10-23i40e: Fix VEB/VEPA bridge mode mismatch issueAkeem G Abodunrin1-3/+13
2015-10-23i40e: fix a bug in debugfs with add/del macaddrAnjali Singhai Jain1-0/+4
2015-10-23i40e/i40evf: Add a workaround to drop all flow control framesAnjali Singhai Jain4-0/+44
2015-10-23i40e: fix annoying messageJesse Brandeburg1-0/+1