summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000e/e1000.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-28e1000e: EEE capability advertisement not set/disabled as requiredBruce Allan1-0/+3
2013-03-08e1000e: cleanup USLEEP_RANGE checkpatch checksBruce Allan1-1/+1
2013-03-08e1000e: cleanup unusually placed commentsBruce Allan1-3/+2
2013-03-08e1000e: cleanup (add/remove) blank lines where appropriateBruce Allan1-1/+0
2013-03-08e1000e: cleanup LEADING_SPACE checkpatch warningsBruce Allan1-2/+2
2013-03-08e1000e: cleanup LONG_LINE checkpatch warningsBruce Allan1-2/+4
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new manage.hBruce Allan1-6/+0
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new nvm.hBruce Allan1-12/+0
2013-02-05e1000e: cosmetic move of #defines and function prototypes to the new phy.hBruce Allan1-95/+0
2013-02-05e1000e: cosmetic move of function prototypes to the new mac.hBruce Allan1-37/+0
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new ich8lan.hBruce Allan1-53/+0
2013-02-05e1000e: cosmetic move of #defines and prototypes to the new 82571.hBruce Allan1-4/+0
2013-02-01e1000e: use generic IEEE MII definitionsBruce Allan1-0/+1
2013-01-28e1000e: cleanup: remove unused #defineBruce Allan1-3/+0
2013-01-28e1000e: cleanup: remove e1000e_commit_phy()Bruce Allan1-2/+0
2013-01-28e1000e: cleanup: remove e1000_get_cable_length()Bruce Allan1-5/+0
2013-01-28e1000e: cleanup: rename e1000_get_cfg_done()Bruce Allan1-1/+1
2013-01-27e1000e: add comment to spinlock_t definitionBruce Allan1-1/+1
2013-01-27e1000e: update copyright dateBruce Allan1-1/+1
2013-01-27e1000e: remove prototype of non-existent functionBruce Allan1-2/+0
2013-01-27e1000e: enable ECC on I217/I218 to catch packet buffer memory errorsBruce Allan1-0/+2
2013-01-27e1000e: add support for IEEE-1588 PTPBruce Allan1-1/+8
2013-01-18e1000e: add support for hardware timestamping on some devicesBruce Allan1-1/+45
2013-01-18e1000e: add ethtool .get_eee/.set_eeeBruce Allan1-0/+1
2013-01-16e1000e: unexpected "Reset adapter" message when cable pulledBruce Allan1-1/+1
2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan1-12/+5
2012-10-11e1000e: Change wthresh to 1 to avoid possible Tx stallsHiroaki SHIMODA1-3/+3
2012-08-30e1000e: DoS while TSO enabled caused by link partner with small MSSBruce Allan1-0/+1
2012-07-14e1000e: Program the correct register for ITR when using MSI-X.Matthew Vick1-0/+1
2012-05-04e1000e: initial support for i217Bruce Allan1-0/+2
2012-05-03e1000e: cleanup long [read|write]_reg_locked PHY ops function pointersBruce Allan1-0/+10
2012-05-02e1000e: fix .ndo_set_rx_mode for 82579Bruce Allan1-1/+1
2012-04-27e1000e: 82579 potential system hang on stress when ME enabledBruce Allan1-0/+37
2012-04-04e1000e: prevent oops when adapter is being closed and reset simultaneouslyBruce Allan1-0/+6
2012-02-25e1000e: rename e1000e_reload_nvm() and call as function pointerBruce Allan1-1/+1
2012-02-25e1000e: rename e1000e_config_collision_dist() and call as function pointerBruce Allan1-1/+1
2012-02-25e1000e: cleanup use of check_reset_block function pointerBruce Allan1-5/+0
2012-02-25e1000e: cleanup use of check_mng_mode function pointerBruce Allan1-5/+0
2012-02-25e1000e: cleanup: rename e1000e_setup_link() and call as function pointerBruce Allan1-1/+1
2012-02-25e1000e: cleanup: rename e1000e_id_led_init() and call as function pointerBruce Allan1-1/+1
2012-02-24e1000e: Support RXFCS feature flag.Ben Greear1-0/+1
2012-01-27e1000e: update copyright yearBruce Allan1-1/+1
2012-01-27e1000e: disable Early Receive DMA on ICH LOMsBruce Allan1-1/+1
2012-01-26e1000e: use default settings for Tx Inter Packet Gap timerBruce Allan1-1/+1
2012-01-26e1000e: pass pointer to ring struct instead of adapter structBruce Allan1-9/+12
2012-01-26e1000e: convert head, tail and itr_register offsets to __iomem pointersBruce Allan1-3/+3
2011-12-05e1000e: Avoid wrong check on TX hangJeff Kirsher1-0/+1
2011-10-16e1000e: locking bug introduced by commit 67fd4fcbBruce Allan1-0/+1
2011-10-05e1000e: make function tables constJeff Kirsher1-14/+14
2011-08-27e1000e: convert to netdev features/hw_features APIBruce Allan1-2/+1