summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e: remove Tx work for ptpJesse Brandeburg2014-05-212-2/+0Star
* i40e: Don't disable SR-IOV when VFs are assignedMitch Williams2014-05-211-1/+10
* i40e: remove hardcode of stats struct size in ethtoolShannon Nelson2014-05-211-2/+3
* i40e/i40evf: control auto ITR through ethtoolMitch Williams2014-05-212-70/+52Star
* i40e/i40evf: set proper default for ITR registersMitch Williams2014-05-212-2/+8
* i40evf: make ethtool_ops constMitch Williams2014-05-211-1/+1
* i40evf: don't lie to ethtoolMitch Williams2014-05-211-1/+1
* i40evf: Use macro param for ethtool statsMitch Williams2014-05-211-5/+7
* i40e: add required includeMitch Williams2014-05-212-4/+1Star
* i40evf: Fix the headers and update copyright year.Jesse Brandeburg2014-05-2120-14/+74
* i40evf: Remove unused definesCatherine Sullivan2014-05-211-9/+0Star
* i40evf: Update AdminQ interfaceShannon Nelson2014-05-211-14/+8Star
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-1310-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-124-33/+47
|\
| * e1000e: Restrict MDIO Slow Mode workaround to relevant partsDavid Ertman2014-05-051-6/+8
| * e1000e: Fix issue with link flap on 82579David Ertman2014-05-052-0/+13
| * e1000e: Expand workaround for 10Mb HD throughput bugDavid Ertman2014-05-052-4/+12
| * e1000e: Workaround for dropped packets in Gig/100 speeds on 82579David Ertman2014-05-052-19/+13Star
| * i40e: fix Timesync Tx interrupt handler codeJacob Keller2014-04-261-4/+1Star
* | i40e/i40evf: Bump build versionCatherine Sullivan2014-04-282-2/+2
* | i40e/i40evf: Retrieve and store missing link config informationNeerav Parikh2014-04-283-0/+13
* | i40e: Update function formal parametersKevin Scott2014-04-283-6/+4Star
* | i40e: Do not expose fd-sb commands from debugfsAnjali Singhai Jain2014-04-281-6/+0Star
* | i40e: Do not enable NTUPLE feature control in MFP modeAnjali Singhai Jain2014-04-281-1/+3
* | i40e: Change variable type to avoid typecheck failureKevin Scott2014-04-281-1/+1
* | i40evf: remove debugging messageMitch Williams2014-04-281-1/+0Star
* | i40evf: fix panic on PF driver failMitch Williams2014-04-281-3/+9
* | i40e: Don't stop driver probe when querying DCB config failsNeerav Parikh2014-04-281-4/+4
* | i40e: Redistribute queue vectors after DCB reconfigurationNeerav Parikh2014-04-281-0/+2
* | i40e/i40evf: add driver version string to driver version commandShannon Nelson2014-04-284-1/+12
* | i40e: Use port VLAN in MAC/VLAN filter configurationGreg Rose2014-04-281-2/+3
* | i40evf: support ethtool RSS optionsMitch A Williams2014-04-281-0/+316
* | i40e: Retain MAC filters when changing port VLANGreg Rose2014-04-281-1/+5
* | i40e: remove ptp_tx_work timestamp work itemJacob Keller2014-04-283-41/+0Star
* | igb: Change memcpy to struct assignmentCarolyn Wyborny2014-04-251-1/+1
* | igb: Replace 1/0 return values with true/falseCarolyn Wyborny2014-04-251-4/+4
* | igb: Cleanups to remove unneeded extern declarationCarolyn Wyborny2014-04-251-1/+0Star
* | igb: Cleanups to replace deprecated DEFINE_PCI_DEVICE_TABLECarolyn Wyborny2014-04-251-1/+1
* | igb: Cleanups to fix static initializationCarolyn Wyborny2014-04-251-1/+1
* | igb: Cleanups to fix msleep warningsCarolyn Wyborny2014-04-255-21/+21
* | igb: Cleanups to fix line length warningsCarolyn Wyborny2014-04-252-8/+13
* | igb: Cleanups to remove return parenthesesCarolyn Wyborny2014-04-251-3/+3
* | igb: Cleanups to fix missing break in switch statementsCarolyn Wyborny2014-04-253-0/+9
* | igb: Cleanups to fix assignment in if errorCarolyn Wyborny2014-04-251-1/+2
* | igb: Cleanups to change comment style on license headersCarolyn Wyborny2014-04-2519-497/+428Star
* | igb: Cleanups to fix for trailing statementCarolyn Wyborny2014-04-251-2/+2
* | igb: Cleanups to fix pointer location errorCarolyn Wyborny2014-04-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-04-2414-78/+59Star
|\|
| * e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-1910-22/+21Star
| * ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-193-45/+15Star