index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
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.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000e
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-30
e1000e: typo corrections
Joe Perches
3
-16
/
+13
2010-03-26
e1000e: Use pr_<level> and netdev_<level>
Bruce Allan
2
-18
/
+10
2010-03-17
Net / e1000e: Fix build issue introduced by runtime PM patch
Rafael J. Wysocki
1
-59
/
+57
2010-03-16
e1000e: Fix build with CONFIG_PM disabled.
David S. Miller
1
-0
/
+2
2010-03-16
e1000e / PCI / PM: Add basic runtime PM support (rev. 4)
Rafael J. Wysocki
2
-27
/
+138
2010-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-0
/
+12
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
2
-2
/
+2
2010-03-05
e1000e: fix packet corruption and tx hang during NFSv2
Jesse Brandeburg
2
-0
/
+12
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
2
-2
/
+2
2010-02-05
net: e1000e: convert to use mc helpers
Jiri Pirko
1
-11
/
+6
2010-02-04
e1000e: Fix namespace conflicts wrt. e1000_has_link
David S. Miller
3
-4
/
+4
2010-01-28
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-20
/
+2
2010-01-23
net: Fix IPv6 GSO type checks in Intel ethernet drivers
Sridhar Samudrala
1
-1
/
+1
2010-01-23
e1000/e1000e: don't use small hardware rx buffers
Jesse Brandeburg
1
-19
/
+1
2010-01-23
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-100
/
+98
2010-01-20
e1000e: enhance frame fragment detection
Jesse Brandeburg
2
-4
/
+22
2010-01-20
e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()
Roel Kluin
1
-5
/
+5
2010-01-13
e1000e: genericize the update multicast address list
Bruce Allan
5
-89
/
+27
2010-01-13
e1000e: provide MAC-family-specific function to set LAN ID
Bruce Allan
6
-11
/
+52
2010-01-13
e1000e: use alternate MAC address on ESB2 if available
Bruce Allan
7
-58
/
+147
2010-01-13
e1000e: workaround link issues on busy hub in half duplex on 82577/82578
Bruce Allan
1
-1
/
+18
2010-01-13
e1000e: MDIO slow mode should always be done for 82577
Bruce Allan
3
-90
/
+53
2010-01-10
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
6
-30
/
+61
2010-01-08
e1000e: fix and commonize code for setting the receive address registers
Bruce Allan
1
-9
/
+15
2010-01-08
e1000e: e1000e_enable_tx_pkt_filtering() returns wrong value
Bruce Allan
1
-7
/
+9
2010-01-08
e1000e: perform 10/100 adaptive IFS only on parts that support it
Bruce Allan
5
-0
/
+21
2010-01-08
e1000e: don't accumulate PHY statistics on PHY read failure
Bruce Allan
1
-14
/
+14
2010-01-08
e1000e: call pci_save_state() after pci_restore_state()
Bruce Allan
1
-0
/
+2
2010-01-07
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
1
-1
/
+1
2009-12-18
e1000e: LED settings in EEPROM ignored on 82571 and 82572
Bruce Allan
1
-6
/
+0
2009-12-08
e1000e: only perform ESB2 MDIC workaround on certain configurations
Bruce Allan
2
-33
/
+69
2009-12-08
e1000e: replace incorrect use of GG82563_REG macro
Bruce Allan
2
-3
/
+7
2009-12-08
e1000e: minor correction to name of bit in CTRL_EXT register
Bruce Allan
2
-2
/
+2
2009-12-03
drivers/net: Move && and || to end of previous line
Joe Perches
1
-4
/
+4
2009-12-02
e1000e: correct ICH/PCH PHY operations function pointers
Bruce Allan
3
-209
/
+204
2009-12-02
e1000e: refactor PHY ID detection workaround
Bruce Allan
2
-11
/
+17
2009-12-02
e1000e: check_polarity function pointers not set for 8257x
Bruce Allan
2
-0
/
+4
2009-12-02
e1000e: remove use of skb_dma_map from e1000e driver
Alexander Duyck
2
-21
/
+47
2009-12-02
e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()
Roel Kluin
1
-1
/
+2
2009-12-02
e1000e: PHY type cleanups in e1000e_check_downshift()
Bruce Allan
1
-1
/
+1
2009-12-02
e1000e: add debug messages
Bruce Allan
2
-7
/
+23
2009-12-02
e1000e: comment corrections
Bruce Allan
4
-15
/
+11
2009-12-02
e1000e: enable new 82567V-3 device
Bruce Allan
3
-0
/
+3
2009-12-02
e1000e: ensure the link state is correct for serdes links
Bruce Allan
1
-28
/
+48
2009-12-02
e1000e: provide family-specific PHY power up/down operations
Bruce Allan
7
-39
/
+122
2009-12-02
e1000e: guard against buffer overflow in cable length tables
Bruce Allan
2
-7
/
+24
2009-12-02
e1000e: provide family-specific functions to manage VLAN filter arrays
Bruce Allan
6
-16
/
+45
2009-11-29
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
4
-52
/
+60
2009-11-21
e1000e: update Tx Unit hang detection message
Bruce Allan
2
-8
/
+39
2009-11-21
e1000e: cosmetic - group local variables of the same type
Bruce Allan
3
-16
/
+9
[next]