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
/
mac.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: legacy: field get conversion
Jesse Brandeburg
2023-12-18
1
-1
/
+1
*
e1000e: Use pcie_capability_read_word() for reading LNKSTA
Ilpo Järvinen
2023-12-12
1
-7
/
+4
*
e1000e: Use PCI_EXP_LNKSTA_NLW & FIELD_GET() instead of custom defines/code
Ilpo Järvinen
2023-12-12
1
-3
/
+4
*
intel/e1000e:fix repeated words in comments
Jilin Yuan
2022-06-30
1
-1
/
+1
*
net: intel: e1000e: fix possible sleep-in-atomic-context bugs in e1000e_get_h...
Jia-Ju Bai
2020-02-20
1
-2
/
+2
*
e1000e: Reduce boot time by tightening sleep ranges
Arjan van de Ven
2019-06-29
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 link check race condition
Benjamin Poirier
2018-03-12
1
-7
/
+7
*
Revert "e1000e: Separate signaling for link check/link up"
Benjamin Poirier
2018-03-12
1
-9
/
+4
*
e1000e: Fix check_for_link return value with autoneg off
Benjamin Poirier
2018-03-05
1
-1
/
+1
*
e1000e: Separate signaling for link check/link up
Benjamin Poirier
2017-10-10
1
-3
/
+8
*
e1000e: use BIT() macro for bit defines
Jacob Keller
2016-05-14
1
-1
/
+1
*
e1000e: Bump the version to 3.2.5
Yanir Lubetkin
2015-06-03
1
-1
/
+1
*
e1000e: remove unnecessary break after return
Fabian Frederick
2014-07-21
1
-1
/
+0
*
e1000e: Failure to write SHRA turns on PROMISC mode
David Ertman
2014-05-27
1
-1
/
+8
*
e1000e: Cleanup - Update GPL header and Copyright
David Ertman
2014-03-08
1
-27
/
+20
*
e1000e: fix LED blink logic for designs with LEDs driven by cathode
Bruce Allan
2013-03-28
1
-7
/
+20
*
e1000e: cleanup USLEEP_RANGE checkpatch checks
Bruce Allan
2013-03-08
1
-5
/
+5
*
e1000e: use generic IEEE MII definitions
Bruce Allan
2013-02-01
1
-16
/
+15
*
e1000e: resolve -Wunused-parameter compile warnings
Bruce Allan
2013-02-01
1
-2
/
+2
*
e1000e: cleanup some whitespace and indentation issues
Bruce Allan
2013-02-01
1
-2
/
+2
*
e1000e: cleanup: do not assign a variable a value when not necessary
Bruce Allan
2013-01-27
1
-1
/
+1
*
e1000e: update copyright date
Bruce Allan
2013-01-27
1
-1
/
+1
*
e1000e: SerDes autoneg flow control
Bruce Allan
2013-01-16
1
-0
/
+125
*
e1000e: cosmetic cleanup of comments
Bruce Allan
2012-12-01
1
-90
/
+45
*
e1000e: test for valid check_reset_block function pointer
Bruce Allan
2012-06-06
1
-1
/
+1
*
e1000e: fix .ndo_set_rx_mode for 82579
Bruce Allan
2012-05-02
1
-5
/
+5
*
e1000e: cleanup boolean logic
Bruce Allan
2012-04-14
1
-1
/
+1
*
e1000e: cleanup whitespace and indentation
Bruce Allan
2012-03-01
1
-1
/
+1
*
e1000e: cleanup - remove unnecessary variable
Bruce Allan
2012-02-25
1
-2
/
+1
*
e1000e: use true/false for boolean send_xon, do not assume always true
Bruce Allan
2012-02-25
1
-1
/
+3
*
e1000e: cleanup comment in e1000_hash_mc_addr()
Bruce Allan
2012-02-25
1
-2
/
+1
*
e1000e: rename e1000e_config_collision_dist() and call as function pointer
Bruce Allan
2012-02-25
1
-6
/
+5
*
e1000e: cleanup use of check_reset_block function pointer
Bruce Allan
2012-02-25
1
-1
/
+1
*
e1000e: cleanup: rename e1000e_setup_link() and call as function pointer
Bruce Allan
2012-02-25
1
-2
/
+2
*
e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer
Bruce Allan
2012-02-25
1
-2
/
+2
*
e1000e: cleanup goto statements to exit points without common work
Bruce Allan
2012-02-13
1
-8
/
+7
*
e1000e: potentially incorrect return for e1000e_setup_fiber_serdes_link
Bruce Allan
2012-02-13
1
-1
/
+1
*
e1000e: cleanup: always return 0
Bruce Allan
2012-02-13
1
-1
/
+1
*
e1000e: cleanup: remove unnecessary assignments just before returning
Bruce Allan
2012-02-13
1
-4
/
+2
*
e1000e: use true/false for bool autoneg_false
Bruce Allan
2012-02-10
1
-7
/
+7
*
e1000e: remove unnecessary parentheses
Bruce Allan
2012-02-10
1
-3
/
+3
*
e1000e: remove unnecessary returns from void functions
Bruce Allan
2012-02-10
1
-6
/
+2
*
e1000e: remove test that is always false
Bruce Allan
2012-02-10
1
-2
/
+2
*
e1000e: update copyright year
Bruce Allan
2012-01-27
1
-1
/
+1
*
e1000e: split lib.c into three more-appropriate files
Bruce Allan
2012-01-27
1
-0
/
+1717