summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* igbvf: be sane about random MAC addressesMitch A Williams2013-01-281-14/+10Star
* igb: Don't give VFs random MAC addressesMitch A Williams2013-01-281-3/+3
* ixgbevf: Make sure link status and speed are fetchedGreg Rose2013-01-281-0/+1
* e1000e: cleanup: remove comments which are no longer applicableBruce Allan2013-01-281-7/+0Star
* e1000e: cleanup hw.hBruce Allan2013-01-281-15/+10Star
* e1000e: cleanup: remove unused #defineBruce Allan2013-01-281-3/+0Star
* e1000e: adjust PM QoS requestBruce Allan2013-01-282-15/+19
* e1000e: correct maximum frame size on 82579Bruce Allan2013-01-281-1/+1
* e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan2013-01-284-28/+16Star
* e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan2013-01-282-7/+2Star
* e1000e: cleanup: remove e1000_get_phy_cfg_done()Bruce Allan2013-01-281-19/+1Star
* e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan2013-01-284-6/+6
* e1000e: cleanup: remove e1000_force_speed_duplex()Bruce Allan2013-01-281-17/+1Star
* e1000e: cleanup: remove e1000_set_d0_lplu_state()Bruce Allan2013-01-281-27/+6Star
* e1000e: cleanup: do not assign a variable a value when not necessaryBruce Allan2013-01-277-20/+20
* e1000e: do not ignore variables which get set a valueBruce Allan2013-01-274-6/+14
* e1000e: cleanup: remove unnecessary function prototypesBruce Allan2013-01-274-13/+6Star
* e1000e: add comment to spinlock_t definitionBruce Allan2013-01-271-1/+1
* e1000e: remove definition of struct which is no longer usedBruce Allan2013-01-271-10/+0Star
* e1000e: fix PHY init workarounds for i217/i218Bruce Allan2013-01-271-0/+9
* e1000e: correct maximum frame size on i217/i218Bruce Allan2013-01-271-1/+1
* e1000e: update copyright dateBruce Allan2013-01-2715-16/+16
* e1000e: remove prototype of non-existent functionBruce Allan2013-01-271-2/+0Star
* e1000e: prevent hardware from automatically configuring PHY on I217/I218Bruce Allan2013-01-271-15/+7Star
* e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan2013-01-276-0/+71
* e1000e: add support for IEEE-1588 PTPBruce Allan2013-01-278-3/+417
* e1000e: fix flow-control thresholds for jumbo frames on 82579/I217/I218Bruce Allan2013-01-271-6/+9
* e1000e: fix ethtool offline register test for I217Bruce Allan2013-01-271-8/+17
* ixgbevf: Fix link speed message to support 100MbpsGreg Rose2013-01-231-3/+16
* ixgbe: Limit number of reported VFs to device specific valueDonald Dutile2013-01-231-0/+1
* ixgbe: Implement PCI SR-IOV sysfs callback operationGreg Rose2013-01-234-6/+122
* ixgbe: Modularize SR-IOV enablement codeGreg Rose2013-01-231-40/+54
* ixgbe: Make mailbox ops initialization unconditionalGreg Rose2013-01-233-11/+10Star
* ixgbe: only compile ixgbe_debugfs.o when enabledJacob Keller2013-01-232-6/+2Star
* ixgbe: Inline Rx PTP descriptor handlingAlexander Duyck2013-01-232-19/+23
* ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller2013-01-231-2/+2
* ixgbe: add warning when scheduling resetJacob Keller2013-01-231-0/+2
* ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller2013-01-233-34/+65
* ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller2013-01-233-87/+51Star
* ixgbe: Update ptp_overflow check comment and jiffiesJacob Keller2013-01-231-7/+7
* ixgbe: add missing supported filters to get_ts_infoJacob Keller2013-01-231-0/+8
* ixgbe: ethtool ixgbe_diag_test cleanupJacob Keller2013-01-231-12/+26
* igb: Copyright string update to year 2013Akeem G. Abodunrin2013-01-1920-21/+22
* igb: Replace rmb in Tx cleanup with read_barrier_dependsAlexander Duyck2013-01-191-1/+1
* ixgbevf: Fix statistics corruptionGreg Rose2013-01-191-1/+6
* ixgbevf: Fix link up messagesGreg Rose2013-01-191-4/+5
* ixgbevf: Synch out of tree and in tree mailbox interrupt handlersGreg Rose2013-01-191-2/+25
* ixgbe: Improve performance and reduce size of ixgbe_tx_mapAlexander Duyck2013-01-191-23/+19Star
* ixgbe: Update ixgbe Tx flags to improve code efficiencyAlexander Duyck2013-01-193-53/+57
* ixgbe: Always use context 0, even for FCoE and TSOAlexander Duyck2013-01-192-12/+2Star