index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-1
/
+1
2018-02-26
net: e1000: Fix e1000_igb semaphore handling
Bernhard Messerklinger
1
-1
/
+1
2018-02-04
net: e1000: implement eth_write_hwaddr
Hannu Lounento
1
-0
/
+40
2018-02-04
net: e1000: split e1000_read_mac_addr
Hannu Lounento
1
-18
/
+63
2018-02-04
net: e1000: add support for writing to EEPROM
Hannu Lounento
1
-2
/
+171
2016-12-04
net: e1000: fix indentation
Andre Przywara
1
-3
/
+2
2016-08-15
net: e1000: Fix the build with driver model and SPI EEPROM
Alban Bedel
1
-1
/
+5
2016-02-08
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Tom Rini
1
-1
/
+1
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
1
-1
/
+1
2016-02-05
net: e1000: Convert to use DM PCI API
Bin Meng
1
-1
/
+74
2016-01-13
Merge git://git.denx.de/u-boot-net
Tom Rini
1
-76
/
+1
2016-01-12
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
1
-2
/
+2
2016-01-04
net: e1000: use correct helper to do endianness conversion
Miao Yan
1
-2
/
+2
2015-12-21
net: e1000: Remove CONFIG_MVBC_1G
Bin Meng
1
-2
/
+0
2015-12-21
net: e1000: Remove dead codes wrapped by #if 0
Bin Meng
1
-74
/
+1
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
1
-0
/
+1
2015-08-26
net: e1000: Fix build warnings for 32-bit
Bin Meng
1
-4
/
+5
2015-08-21
net: e1000: Add Kconfig options
Simon Glass
1
-7
/
+0
2015-08-21
net: e1000: Convert to driver model
Simon Glass
1
-0
/
+137
2015-08-21
net: e1000: Prepare for driver model conversion
Simon Glass
1
-200
/
+244
2015-08-21
net: e1000: Move #include of common.h to the C files
Simon Glass
1
-0
/
+1
2015-08-21
net: e1000: Support 64-bit physical address
Mingkai Hu
1
-4
/
+4
2015-08-12
net: e1000: Increase autoneg timeout to 8 seconds
Stefan Roese
1
-1
/
+1
2015-08-11
e1000: remove unnecessary clearing of SWSM.SWSM_SMBI
Tim Harvey
1
-4
/
+0
2015-08-11
Revert "e1000: fix sw fw sync on igb i210/i211"
Tim Harvey
1
-4
/
+2
2015-08-11
e1000: releasing semaphore once no longer needed
Tim Harvey
1
-0
/
+22
2015-04-23
drivers/net/e1000.c: Cleanup whitespace
Minghuan Lian
1
-4
/
+4
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
1
-1
/
+1
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
1
-1
/
+1
2015-01-30
drivers/net/e1000.c: fix compile warning under 64bit mode
Minghuan Lian
1
-14
/
+17
2014-10-28
e1000: add i211 and unprogrammed i210/i211 support
Marcel Ziswiler
1
-0
/
+6
2014-10-27
e1000: fix sw fw sync on igb i210/i211
Marcel Ziswiler
1
-2
/
+4
2014-10-27
net/e1000: Fix EEPROM access error
York Sun
1
-1
/
+1
2014-09-24
e1000: fix no nvm build
Marcel Ziswiler
1
-0
/
+2
2014-08-21
e1000: add i210 support
Marek Vasut
1
-27
/
+168
2014-08-21
e1000: Implement dcache support
Marek Vasut
1
-22
/
+49
2014-04-18
e1000: remove redundant assignment
David Müller (ELSOFT AG)
1
-1
/
+0
2013-11-22
drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM
Rojhalat Ibrahim
1
-5
/
+29
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-16
/
+1
2013-04-01
Consolidate bool type
York Sun
1
-60
/
+60
2012-12-15
e1000e : Correct Rx Threshold granularity
Ruchika Gupta
1
-0
/
+10
2012-10-15
ppc4xx: Remove AP1000 board support
Stefan Roese
1
-41
/
+1
2012-05-22
drivers/net/e1000.c: Fix compile warning
Joe Hershberger
1
-3
/
+2
2011-12-20
drivers/net/e1000.c: Fix GCC 4.6 build warnings
Anatolij Gustschin
1
-1
/
+1
2011-11-17
e1000: fix unused variable waring for e1000 driver
Zang Roy-R61911
1
-3
/
+3
2011-11-03
e1000: fix bugs from recent commits
Wolfgang Denk
1
-0
/
+1
2011-10-28
e1000: Allow direct access to the E1000 SPI EEPROM device
Kyle Moffett
1
-1
/
+65
2011-10-28
e1000: Export core EEPROM access functions for SPI support
Kyle Moffett
1
-17
/
+5
2011-10-28
e1000: Rewrite EEPROM checksum error to give more information
Kyle Moffett
1
-18
/
+28
2011-10-28
e1000: Restructure and streamline PCI device probing
Kyle Moffett
1
-64
/
+62
[next]