summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2012-11-132-33/+45
* igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck2012-11-131-0/+3
* igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin2012-11-133-11/+197
* igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2012-11-132-0/+9
* ixgbevf: Reduce size of maximum rx bufferGreg Rose2012-11-132-13/+13
* ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2012-11-132-1/+7
* ixgbevf: fix possible use of uninitialized variableEmil Tantilov2012-11-131-1/+2
* ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski2012-11-131-13/+13
* ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck2012-11-131-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-0/+3
|\
| * ixgbe: PTP get_ts_info missing software supportJacob Keller2012-11-011-0/+3
* | eth: Make is_link_local() consistent with other address testsBen Hutchings2012-11-033-3/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-11-029-33/+155
|\ \
| * | e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon2012-11-011-2/+15
| * | igb: Fix EEPROM writes via ethtool on i210Carolyn Wyborny2012-11-011-0/+1
| * | igb: Add function to read i211's invm versionCarolyn Wyborny2012-11-014-0/+107
| * | igb: Remove workaround for EEE configuration on i210/I211Carolyn Wyborny2012-11-011-11/+8Star
| * | ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2012-11-012-20/+15Star
| * | ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller2012-11-011-0/+9
* | | ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings2012-11-019-101/+4Star
* | | ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings2012-11-011-2/+0Star
* | | pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings2012-11-011-2/+2
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-10-3116-134/+397
|\ \
| * | igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck2012-10-301-1/+1
| * | igb: Update firmware version info for ethtool output.Carolyn Wyborny2012-10-304-50/+126
| * | igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2012-10-302-12/+21
| * | igbvf: Check for error on dma_map_single callGreg Rose2012-10-301-0/+13
| * | ixgbevf: Do not forward LLDP type framesGreg Rose2012-10-301-0/+5
| * | ixgbe: reduce PTP rx path overheadJiri Benc2012-10-301-2/+4
| * | ixgbe: add/update descriptor maps in commentsJosh Hay2012-10-301-6/+55
| * | ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck2012-10-301-5/+4Star
| * | ixgbe: Return success or failure on VF MAC filter setGreg Rose2012-10-301-1/+1
| * | ixgbe: clean up the condition for turning on/off the laserEmil Tantilov2012-10-301-23/+8Star
| * | net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2012-10-302-1/+4
| * | ixgbe: Fix return value from macvlan filter functionGreg Rose2012-10-301-1/+2
| * | ixgbe: Add support for pipeline resetDon Skidmore2012-10-303-32/+153
* | | ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend2012-10-313-3/+69
|/ /
* | ixgbevf: Update version stringGreg Rose2012-10-231-1/+1
* | ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend2012-10-231-20/+20
* | ixgbevf: Check for error on dma_map_single callGreg Rose2012-10-231-1/+7
* | ixgbevf: make netif_napi_add and netif_napi_del symmetricJohn Fastabend2012-10-231-7/+2Star
* | igb: Update versionCarolyn Wyborny2012-10-231-1/+1
* | igb: Update get cable length function for i210/i211Carolyn Wyborny2012-10-231-0/+20
* | e1000e: Minimum packet size must be 17 bytesTushar Dave2012-10-231-0/+11
* | ixgbe: Fix possible memory leak in ixgbe_set_ringparamAlexander Duyck2012-10-231-52/+50Star
* | ixgbe: Add function ixgbe_reset_pipeline_82599Don Skidmore2012-10-232-0/+45
* | ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck2012-10-231-3/+0Star
* | ixgbe: Correcting small packet paddingTushar Dave2012-10-231-0/+1
* | ixgbe: using is_zero_ether_addr() to simplify the codeWei Yongjun2012-10-231-2/+1Star
* | ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller2012-10-233-73/+66Star