index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
phy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000e: change usleep_range to udelay in PHY mdic access
Vitaly Lifshits
2024-05-01
1
-4
/
+4
*
e1000e: Workaround for sporadic MDI error on Meteor Lake systems
Vitaly Lifshits
2024-03-27
1
-69
/
+113
*
intel: legacy: field get conversion
Jesse Brandeburg
2023-12-18
1
-11
/
+6
*
intel: legacy: field prep conversion
Jesse Brandeburg
2023-12-18
1
-4
/
+3
*
e1000e: Enable Link Partner Advertised Support
Jamie Gloudon
2023-01-10
1
-0
/
+9
*
drivers/net/ethernet/e1000e: check return value of e1e_rphy()
Li Zhong
2022-09-08
1
-3
/
+17
*
e1000e: Print PHY register address when MDI read/write fails
Chen Yu
2022-03-10
1
-4
/
+4
*
net: e1000e: fix misspell word "retreived"
Hao Chen
2021-05-19
1
-1
/
+1
*
e1000e: Fix prototype warning
Sasha Neftin
2021-03-23
1
-1
/
+1
*
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
2020-09-26
1
-0
/
+3
*
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
2020-07-01
1
-1
/
+1
*
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
2018-04-27
1
-20
/
+1
*
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
2018-03-23
1
-0
/
+1
*
e1000e: Fix error path in link detection
Benjamin Poirier
2017-10-10
1
-3
/
+4
*
e1000e: use BIT() macro for bit defines
Jacob Keller
2016-05-14
1
-2
/
+2
*
e1000e: Bump the version to 3.2.5
Yanir Lubetkin
2015-06-03
1
-1
/
+1
*
e1000e: Cleanup to fix checkpatch missing blank lines
David Ertman
2014-04-23
1
-0
/
+1
*
e1000e: Cleanup - Update GPL header and Copyright
David Ertman
2014-03-08
1
-27
/
+20
*
e1000e: fix compiler warnings
David Ertman
2013-12-18
1
-3
/
+7
*
e1000e: cleanup whitespace
Bruce Allan
2013-05-21
1
-11
/
+11
*
e1000e: fix scheduling while atomic bugs
Bruce Allan
2013-03-28
1
-4
/
+4
*
e1000e: additional error handling on PHY register accesses
Bruce Allan
2013-03-28
1
-0
/
+12
*
e1000e: cleanup USLEEP_RANGE checkpatch checks
Bruce Allan
2013-03-08
1
-6
/
+6
*
e1000e: cleanup unnecessary line breaks
Bruce Allan
2013-03-08
1
-4
/
+2
*
e1000e: cleanup formatting of static structs
Bruce Allan
2013-03-08
1
-2
/
+4
*
e1000e: cleanup (add/remove) blank lines where appropriate
Bruce Allan
2013-03-08
1
-0
/
+2
*
e1000e: cleanup SPACING checkpatch checks
Bruce Allan
2013-03-08
1
-1
/
+1
*
e1000e: cleanup PARENTHESIS_ALIGNMENT checkpatch checks
Bruce Allan
2013-03-08
1
-5
/
+4
*
e1000e: cleanup LEADING_SPACE checkpatch warnings
Bruce Allan
2013-03-08
1
-5
/
+5
*
e1000e: cleanup SPACING checkpatch errors and warnings
Bruce Allan
2013-03-08
1
-1
/
+1
*
e1000e: cleanup CODE_INDENT checkpatch errors
Bruce Allan
2013-03-08
1
-41
/
+40
*
e1000e: cleanup checkpatch braces checks
Bruce Allan
2013-02-05
1
-1
/
+0
*
e1000e: cosmetic move of #defines and function prototypes to the new phy.h
Bruce Allan
2013-02-05
1
-38
/
+0
*
e1000e: cosmetic move of #defines and prototypes to the new ich8lan.h
Bruce Allan
2013-02-05
1
-4
/
+0
*
e1000e: use generic IEEE MII definitions
Bruce Allan
2013-02-01
1
-92
/
+87
*
e1000e: resolve -Wunused-parameter compile warnings
Bruce Allan
2013-02-01
1
-1
/
+1
*
e1000e: cleanup: group OR'ed bit settings with parens
Bruce Allan
2013-02-01
1
-2
/
+3
*
e1000e: cleanup: remove e1000e_commit_phy()
Bruce Allan
2013-01-28
1
-23
/
+12
*
e1000e: cleanup: remove e1000_get_cable_length()
Bruce Allan
2013-01-28
1
-2
/
+2
*
e1000e: cleanup: remove e1000_get_phy_cfg_done()
Bruce Allan
2013-01-28
1
-19
/
+1
*
e1000e: cleanup: rename e1000_get_cfg_done()
Bruce Allan
2013-01-28
1
-2
/
+2
*
e1000e: cleanup: remove e1000_force_speed_duplex()
Bruce Allan
2013-01-28
1
-17
/
+1
*
e1000e: cleanup: remove e1000_set_d0_lplu_state()
Bruce Allan
2013-01-28
1
-27
/
+6
*
e1000e: cleanup: do not assign a variable a value when not necessary
Bruce Allan
2013-01-27
1
-3
/
+3
*
e1000e: do not ignore variables which get set a value
Bruce Allan
2013-01-27
1
-1
/
+1
*
e1000e: cleanup: remove unnecessary function prototypes
Bruce Allan
2013-01-27
1
-2
/
+1
*
e1000e: update copyright date
Bruce Allan
2013-01-27
1
-1
/
+1
*
e1000e: cosmetic cleanup of comments
Bruce Allan
2012-12-01
1
-94
/
+47
*
e1000e: implement 82577/579 MDI setting support
Bruce W Allan
2012-08-21
1
-2
/
+29
*
e1000e: test for valid check_reset_block function pointer
Bruce Allan
2012-06-06
1
-3
/
+5
[next]