summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2015-04-15fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher1-2/+3
2015-04-15fm10k: allow creation of VLAN on default vidJeff Kirsher1-4/+4
2015-04-15fm10k: fix unused warningsJeff Kirsher7-37/+35
2015-04-15fm10k: Add netconsole supportJeff Kirsher3-0/+28
2015-04-15fm10k: Have the VF get the default VLAN during initJeff Kirsher1-1/+5
2015-04-15fm10k: Correct spelling mistakeJeff Kirsher1-2/+2
2015-04-15fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher3-7/+4
2015-04-15fm10k: Corrected an error in Tx statisticsJeff Kirsher1-2/+2
2015-04-13e1000e: Move pm_qos_req to e1000e adapterThomas Graf2-4/+5
2015-04-11ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov1-0/+69
2015-04-11ixgbevf: Add RSS Key query codeVlad Zolotarov4-0/+57
2015-04-11ixgbe: Add GET_RSS_KEY command to VF-PF channel commands setVlad Zolotarov2-0/+22
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov5-1/+80
2015-04-11ixgbe: Add a RETA query command to VF-PF channel APIVlad Zolotarov2-0/+39
2015-04-11ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS infoVlad Zolotarov4-2/+40
2015-04-11ixgbe: Add the appropriate ethtool ops to query RSS indirection table and keyVlad Zolotarov3-1/+44
2015-04-11ixgbe: Refactor the RSS configuration codeVlad Zolotarov2-44/+112
2015-04-10ixgbe: Drop unnecessary call to rcu_barrierAlexander Duyck1-2/+0
2015-04-10ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_featuresAlexander Duyck1-1/+1
2015-04-10ixgbe: adds x550 specific FCoE offloadsVasu Dev3-27/+107
2015-04-10ixgbe: add support for X550 source_address_prunningDon Skidmore3-0/+77
2015-04-10ixgbe: add new bridge mode support function.Don Skidmore1-16/+34
2015-04-10ixgbe: Move bridge mode from flag to variableDon Skidmore3-19/+20
2015-04-09e100: Use dma_rmb/wmb where appropriateAlexander Duyck1-3/+3
2015-04-09i40e/i40evf: Use dma_rmb where appropriateAlexander Duyck2-4/+4
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2-7/+7
2015-04-03i40e: Bump to version 1.3.1Catherine Sullivan1-2/+2
2015-04-03i40evf: Refactor VF RSS codeAnjali Singhai Jain1-32/+11
2015-04-03i40evf: protect VLAN filter listMitch Williams1-2/+22
2015-04-03i40e: Communicate VSI id in place of VSI index to the VFsAnjali Singhai Jain4-53/+76
2015-04-03i40e: stop flow director on shutdownMitch Williams1-0/+2
2015-04-03i40e: fix up VXLAN messagesShannon Nelson1-19/+19
2015-04-03i40e: Don't register/de-register apps on NIC partitions in MFP modeNeerav Parikh1-0/+8
2015-04-03i40e/i40evf: Set Ethernet protocol correctly when Tx VLAN offloads are disabledGreg Rose2-0/+27
2015-04-03i40e: warn at the right timeMitch Williams1-3/+2
2015-04-03i40e: fix invalid void return in FCoE codeJesse Brandeburg1-2/+1
2015-04-03i40e/i40evf: fix bug when skb allocation failsJesse Brandeburg2-2/+8
2015-04-03i40e: Change some memcpys to struct assignmentsJesse Brandeburg1-11/+8
2015-04-03i40e: Print some more info to help figure out the cause of HMC errorAnjali Singhai Jain1-0/+3
2015-04-03i40e: validate VSI param from VFsMitch Williams1-0/+2
2015-04-03i40evf: Fix Outer UDP RX checksum codeAnjali Singhai Jain1-11/+13
2015-04-01ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-04-01ptp: igb: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-04-01ptp: e1000e: use helpers for converting ns to timespec.Richard Cochran1-3/+1
2015-03-31ethernet: Use bool function returns of true/false instead of 1/0Joe Perches1-2/+2
2015-03-31Merge branch 'ptp-2038'David S. Miller5-54/+57
2015-03-31ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran1-7/+7
2015-03-31ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran1-20/+21
2015-03-31ptp: i40e: convert to the 64 bit get/set time methods.Richard Cochran1-13/+13
2015-03-31ptp: fm10k: convert to the 64 bit get/set time methods.Richard Cochran1-6/+6