summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2013-01-31ixgbe: Fix device ref count bugGreg Rose1-0/+2
2013-01-31ixgbe: Reset the NIC if up2tc has changedAmir Hanania1-4/+12
2013-01-28igbvf: be sane about random MAC addressesMitch A Williams1-14/+10
2013-01-28igb: Don't give VFs random MAC addressesMitch A Williams1-3/+3
2013-01-28ixgbevf: Make sure link status and speed are fetchedGreg Rose1-0/+1
2013-01-28e1000e: cleanup: remove comments which are no longer applicableBruce Allan1-7/+0
2013-01-27e1000e: cleanup hw.hBruce Allan1-15/+10
2013-01-27e1000e: cleanup: remove unused #defineBruce Allan1-3/+0
2013-01-27e1000e: adjust PM QoS requestBruce Allan2-15/+19
2013-01-27e1000e: correct maximum frame size on 82579Bruce Allan1-1/+1
2013-01-27e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan4-28/+16
2013-01-27e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan2-7/+2
2013-01-27e1000e: cleanup: remove e1000_get_phy_cfg_done()Bruce Allan1-19/+1
2013-01-27e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan4-6/+6
2013-01-27e1000e: cleanup: remove e1000_force_speed_duplex()Bruce Allan1-17/+1
2013-01-27e1000e: cleanup: remove e1000_set_d0_lplu_state()Bruce Allan1-27/+6
2013-01-27e1000e: cleanup: do not assign a variable a value when not necessaryBruce Allan7-20/+20
2013-01-27e1000e: do not ignore variables which get set a valueBruce Allan4-6/+14
2013-01-27e1000e: cleanup: remove unnecessary function prototypesBruce Allan4-13/+6
2013-01-27e1000e: add comment to spinlock_t definitionBruce Allan1-1/+1
2013-01-27e1000e: remove definition of struct which is no longer usedBruce Allan1-10/+0
2013-01-27e1000e: fix PHY init workarounds for i217/i218Bruce Allan1-0/+9
2013-01-27e1000e: correct maximum frame size on i217/i218Bruce Allan1-1/+1
2013-01-27e1000e: update copyright dateBruce Allan15-16/+16
2013-01-27e1000e: remove prototype of non-existent functionBruce Allan1-2/+0
2013-01-27e1000e: prevent hardware from automatically configuring PHY on I217/I218Bruce Allan1-15/+7
2013-01-27e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan6-0/+71
2013-01-27e1000e: add support for IEEE-1588 PTPBruce Allan8-3/+417
2013-01-27e1000e: fix flow-control thresholds for jumbo frames on 82579/I217/I218Bruce Allan1-6/+9
2013-01-27e1000e: fix ethtool offline register test for I217Bruce Allan1-8/+17
2013-01-23ixgbevf: Fix link speed message to support 100MbpsGreg Rose1-3/+16
2013-01-23ixgbe: Limit number of reported VFs to device specific valueDonald Dutile1-0/+1
2013-01-23ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose4-6/+122
2013-01-23ixgbe: Modularize SR-IOV enablement codeGreg Rose1-40/+54
2013-01-23ixgbe: Make mailbox ops initialization unconditionalGreg Rose3-11/+10
2013-01-23ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2-6/+2
2013-01-23ixgbe: Inline Rx PTP descriptor handlingAlexander Duyck2-19/+23
2013-01-23ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-23ixgbe: add warning when scheduling resetJacob Keller1-0/+2
2013-01-23ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller3-34/+65
2013-01-23ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller3-87/+51
2013-01-23ixgbe: Update ptp_overflow check comment and jiffiesJacob Keller1-7/+7
2013-01-23ixgbe: add missing supported filters to get_ts_infoJacob Keller1-0/+8
2013-01-23ixgbe: ethtool ixgbe_diag_test cleanupJacob Keller1-12/+26
2013-01-19igb: Copyright string update to year 2013Akeem G. Abodunrin20-21/+22
2013-01-19igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck1-1/+1
2013-01-19ixgbevf: Fix statistics corruptionGreg Rose1-1/+6
2013-01-19ixgbevf: Fix link up messagesGreg Rose1-4/+5
2013-01-19ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose1-2/+25
2013-01-19ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck1-23/+19