aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose2-7/+18
2012-11-15ixgbevf: Remove unneeded and obsolete commentGreg Rose1-7/+0
2012-11-15ixgbevf: White space and comments clean upGreg Rose1-13/+6
2012-11-15ixgbevf: Remove mailbox spinlock from the reset functionGreg Rose1-4/+0
2012-11-15ixgbevf: Remove checking for mac.ops function pointersGreg Rose1-38/+18
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose1-1/+0
2012-11-15ixgbevf: Fix unnecessary dereference where local var is available.Greg Rose1-2/+2
2012-11-15ixgbevf: Streamline the rx buffer allocationGreg Rose1-5/+5
2012-11-13igb: Ethtool support to enable and disable EEEAkeem G. Abodunrin2-0/+101
2012-11-13igb: Improve performance and reduce size of igb_tx_mapAlexander Duyck1-25/+22
2012-11-13igb: Update igb Tx flags to improve code efficiencyAlexander Duyck2-33/+45
2012-11-13igb: Make TSO check for CHECKSUM_PARTIAL to avoid skb_is_gso checkAlexander Duyck1-0/+3
2012-11-13igb: Support for modifying UDP RSS flow hashingAkeem G. Abodunrin3-11/+197
2012-11-13igb: Clear Go Link Disconnect for 82580 and later devicesCarolyn Wyborny2-0/+9
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose2-13/+13
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose2-1/+7
2012-11-13ixgbevf: fix possible use of uninitialized variableEmil Tantilov1-1/+2
2012-11-13ixgbevf: make sure probe fails on MSI-X enable errorJakub Kicinski1-13/+13
2012-11-13ixgbe: Do not use DCA to prefetch the entire packet into the cacheAlexander Duyck1-1/+0
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-11-02eth: Make is_link_local() consistent with other address testsBen Hutchings3-3/+3
2012-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller9-33/+155
2012-11-01ptp: Enable clock drivers along with associated net/PHY driversBen Hutchings9-101/+4
2012-11-01ptp: Make PTP_1588_CLOCK select rather than depend on PPSBen Hutchings1-2/+0
2012-11-01pps, ptp: Remove dependencies on EXPERIMENTALBen Hutchings1-2/+2
2012-11-01ixgbe: PTP get_ts_info missing software supportJacob Keller1-0/+3
2012-11-01e1000: fix concurrent accesses to PHY from watchdog and ethtoolMaxime Bizon1-2/+15
2012-11-01igb: Fix EEPROM writes via ethtool on i210Carolyn Wyborny1-0/+1
2012-11-01igb: Add function to read i211's invm versionCarolyn Wyborny4-0/+107
2012-11-01igb: Remove workaround for EEE configuration on i210/I211Carolyn Wyborny1-11/+8
2012-11-01ixgbe: fix default setting of TXDCTL.WTHRESHEmil Tantilov2-20/+15
2012-11-01ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller1-0/+9
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-134/+397
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend3-3/+69
2012-10-29igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck1-1/+1
2012-10-29igb: Update firmware version info for ethtool output.Carolyn Wyborny4-50/+126
2012-10-29igb: Enable auto-crossover during forced operation on 82580 and above.Matthew Vick2-12/+21
2012-10-29igbvf: Check for error on dma_map_single callGreg Rose1-0/+13
2012-10-29ixgbevf: Do not forward LLDP type framesGreg Rose1-0/+5
2012-10-29ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-29ixgbe: add/update descriptor maps in commentsJosh Hay1-6/+55
2012-10-29ixgbe: Do not decrement budget in ixgbe_clean_rx_irqAlexander Duyck1-5/+4
2012-10-29ixgbe: Return success or failure on VF MAC filter setGreg Rose1-1/+1
2012-10-29ixgbe: clean up the condition for turning on/off the laserEmil Tantilov1-23/+8
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend2-1/+4
2012-10-29ixgbe: Fix return value from macvlan filter functionGreg Rose1-1/+2
2012-10-29ixgbe: Add support for pipeline resetDon Skidmore3-32/+153
2012-10-23ixgbevf: Update version stringGreg Rose1-1/+1
2012-10-23ixgbevf: fix softirq-safe to unsafe splat on internal mbx_lockJohn Fastabend1-20/+20
2012-10-23ixgbevf: Check for error on dma_map_single callGreg Rose1-1/+7