index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
phy.c
Age
Commit message (
Expand
)
Author
2013-05-21
e1000e: cleanup whitespace
Bruce Allan
2013-03-28
e1000e: fix scheduling while atomic bugs
Bruce Allan
2013-03-28
e1000e: additional error handling on PHY register accesses
Bruce Allan
2013-03-08
e1000e: cleanup USLEEP_RANGE checkpatch checks
Bruce Allan
2013-03-08
e1000e: cleanup unnecessary line breaks
Bruce Allan
2013-03-08
e1000e: cleanup formatting of static structs
Bruce Allan
2013-03-08
e1000e: cleanup (add/remove) blank lines where appropriate
Bruce Allan
2013-03-08
e1000e: cleanup SPACING checkpatch checks
Bruce Allan
2013-03-08
e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checks
Bruce Allan
2013-03-08
e1000e: cleanup LEADING_SPACE checkpatch warnings
Bruce Allan
2013-03-08
e1000e: cleanup SPACING checkpatch errors and warnings
Bruce Allan
2013-03-08
e1000e: cleanup CODE_INDENT checkpatch errors
Bruce Allan
2013-02-05
e1000e: cleanup checkpatch braces checks
Bruce Allan
2013-02-05
e1000e: cosmetic move of #defines and function prototypes to the new phy.h
Bruce Allan
2013-02-05
e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h
Bruce Allan
2013-02-01
e1000e: use generic IEEE MII definitions
Bruce Allan
2013-02-01
e1000e: resolve -Wunused-parameter compile warnings
Bruce Allan
2013-02-01
e1000e: cleanup: group OR'ed bit settings with parens
Bruce Allan
2013-01-28
e1000e: cleanup: remove e1000e_commit_phy()
Bruce Allan
2013-01-28
e1000e: cleanup: remove e1000_get_cable_length()
Bruce Allan
2013-01-28
e1000e: cleanup: remove e1000_get_phy_cfg_done()
Bruce Allan
2013-01-28
e1000e: cleanup: rename e1000_get_cfg_done()
Bruce Allan
2013-01-28
e1000e: cleanup: remove e1000_force_speed_duplex()
Bruce Allan
2013-01-28
e1000e: cleanup: remove e1000_set_d0_lplu_state()
Bruce Allan
2013-01-27
e1000e: cleanup: do not assign a variable a value when not necessary
Bruce Allan
2013-01-27
e1000e: do not ignore variables which get set a value
Bruce Allan
2013-01-27
e1000e: cleanup: remove unnecessary function prototypes
Bruce Allan
2013-01-27
e1000e: update copyright date
Bruce Allan
2012-12-01
e1000e: cosmetic cleanup of comments
Bruce Allan
2012-08-21
e1000e: implement 82577/579 MDI setting support
Bruce W Allan
2012-06-06
e1000e: test for valid check_reset_block function pointer
Bruce Allan
2012-05-05
e1000e: enable forced master/slave on 82577
Bruce Allan
2012-05-04
e1000e: initial support for i217
Bruce Allan
2012-05-03
e1000e: Resolve intermittent negotiation issue on 82574/82583.
Matthew Vick
2012-04-14
e1000e: cleanup boolean logic
Bruce Allan
2012-03-01
e1000e: use msleep instead of mdelay
Bruce Allan
2012-03-01
e1000e: cleanup whitespace and indentation
Bruce Allan
2012-02-25
e1000e: rename e1000e_config_collision_dist() and call as function pointer
Bruce Allan
2012-02-25
e1000e: cleanup use of check_reset_block function pointer
Bruce Allan
2012-02-13
e1000e: cleanup goto statements to exit points without common work
Bruce Allan
2012-02-13
e1000e: cleanup: remove unnecessary test and return
Bruce Allan
2012-02-13
e1000e: cleanup: always return 0
Bruce Allan
2012-02-13
e1000e: cleanup: remove unnecessary assignments just before returning
Bruce Allan
2012-02-13
e1000e: cleanup: rename goto labels to be more meaningful
Bruce Allan
2012-02-10
e1000e: replace '1' with 'true' for boolean get_link_status
Bruce Allan
2012-02-10
e1000e: remove unnecessary parentheses
Bruce Allan
2012-01-27
e1000e: update copyright year
Bruce Allan
2012-01-27
e1000e: concatenate long debug strings which span multiple lines
Bruce Allan
2011-08-11
intel: Move the Intel wired LAN drivers
Jeff Kirsher