summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-8/+8
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine8-8/+8
2014-08-12e1000e: delete excessive space character in debug messageJean Sacren1-1/+1
2014-08-12e1000e: fix trivial kernel doc typosJean Sacren1-1/+1
2014-08-12i40e: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-8/+8
2014-08-12i40e: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-08-12i40e: fix sparse non static symbol warningWei Yongjun1-3/+3
2014-08-12i40e: Fix missing uapi/linux/dcbnl.h include in i40e_fcoe.cLucas Tanure1-0/+1
2014-08-07list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-2/+2
2014-08-03i40evf: Fixed guest OS panic when removing vf driverSerey Kong1-2/+3
2014-08-03i40evf: fix memory leak on unused interfacesMitch Williams1-0/+24
2014-08-03i40evf: don't leak queue vectorsMitch Williams1-0/+2
2014-08-03i40evf: do not re-arm watchdog after removeAshish Shah1-0/+2
2014-08-03i40evf: future-proof vfr_stat state checkAshish Shah1-6/+17
2014-08-03i40e: remove support for vf unicast promiscuous modeAshish Shah1-10/+3
2014-08-03i40e: Minor comment changesAkeem G Abodunrin1-1/+1
2014-08-03i40evf: fix scan warning on sprintfJesse Brandeburg2-2/+3
2014-08-03i40e: disable local loopback on vmdq vsiShannon Nelson1-1/+0
2014-08-03i40e: use correct vf_id offset for virtchnl messageAshish Shah1-6/+13
2014-08-03i40e: expose debug_write_register requestShannon Nelson2-0/+32
2014-08-03i40e: adds FCoE to build and updates its documentationVasu Dev1-0/+1
2014-08-03i40e: Adds FCoE related code to i40e core driverVasu Dev11-11/+599
2014-08-03i40e: adds FCoE code to the i40e driverVasu Dev2-0/+1696
2014-07-26e1000e: Fix Runtime PM blocks EEE link negotiation in S5David Ertman1-0/+26
2014-07-26e1000e: Fix EEE in S5 w/ Runtime PM enabledDavid Ertman1-1/+6
2014-07-26e1000e: Add support for EEE in Sx statesDavid Ertman2-2/+20
2014-07-26e1000e: Add code to check return values on NVM accessesDavid Ertman3-8/+23
2014-07-26e1000e: Fix CRC errors with jumbo trafficDavid Ertman2-1/+2
2014-07-26ixgbe: Make return values more directMark Rustad11-1010/+742
2014-07-26ixgbevf: Remove unused get_supported_physical_layer pointerMark Rustad1-1/+0
2014-07-26ixgbe: Delete a bunch of dead codeMark Rustad4-275/+0
2014-07-26ixgbe: Fix ixgbe_write_mbx error resultMark Rustad1-6/+5
2014-07-26ixgbe: Correct X540 semaphore errorMark Rustad1-18/+16
2014-07-26ixgbe: Fix spurious release of semaphore in EEPROM accessMark Rustad1-70/+53
2014-07-26ixgbe: Convert some udelays to usleep_rangeMark Rustad2-5/+5
2014-07-24i40e: always print aqtx answerShannon Nelson2-10/+6
2014-07-24i40e: Give link more time after setting flow controlCatherine Sullivan1-3/+7
2014-07-24i40e: Fix firmware API version errorsCatherine Sullivan1-13/+7
2014-07-24i40e/i40evf: ARQ copy desc data even for failed commandsKamil Krawczyk2-14/+14
2014-07-24i40evf: don't wait so longMitch Williams1-2/+2
2014-07-24i40e/i40evf: fix extension header csum logicJesse Brandeburg2-4/+0
2014-07-24i40e/i40evf: Add nvmupdate supportShannon Nelson10-16/+866
2014-07-24i40e: fix format mismatch in drivers/net/ethernet/intel/i40e/i40e_debugfs.cToralf Förster1-2/+2
2014-07-24igb: bump igb version to 5.2.13Todd Fujinaka1-2/+2
2014-07-24igb: Add message when malformed packets detected by hwCarolyn Wyborny2-0/+26
2014-07-24ixgbe: don't check minimum link when direct assigned to virtual machineJacob Keller1-4/+19
2014-07-24ixgbe: fix use of list_for_each in ixgbe_enumerate_functionsJacob Keller1-10/+7
2014-07-24ixgbe: Change some uses of strncpy to strlcpyMark Rustad1-3/+3
2014-07-24ixgbe: Fix possible null-dereference in error pathMark Rustad1-1/+1
2014-07-21igb: remove unnecessary break after returnFabian Frederick1-1/+0