index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000e
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2011-03-17
8
-112
/
+180
|
\
|
*
e1000e: bump version number
Bruce Allan
2011-03-11
1
-1
/
+1
|
*
e1000e: do not suggest the driver supports Wake-on-ARP
Bruce Allan
2011-03-11
1
-9
/
+3
|
*
e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROM
Bruce Allan
2011-03-11
2
-1
/
+8
|
*
e1000e: do not toggle LANPHYPC value bit when PHY reset is blocked
Bruce Allan
2011-03-11
1
-4
/
+4
|
*
e1000e: extend EEE LPI timer to prevent dropped link
Bruce Allan
2011-03-11
1
-5
/
+24
|
*
e1000e: extend timeout for ethtool link test diagnostic
Bruce Allan
2011-03-11
1
-3
/
+6
|
*
e1000e: magic number cleanup - ETH_ALEN
Bruce Allan
2011-03-11
1
-3
/
+2
|
*
e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()
Bruce Allan
2011-03-11
1
-2
/
+2
|
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-03-04
1
-1
/
+2
|
|
\
|
*
|
net: use pci_dev->revision, again
Sergei Shtylyov
2011-02-28
1
-4
/
+2
|
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-02-20
1
-10
/
+42
|
|
\
\
|
*
|
|
e1000e: return appropriate errors for 'ethtool -r'
Bruce Allan
2011-02-11
1
-2
/
+9
|
*
|
|
e1000e: use correct pointer when memcpy'ing a 2-dimensional array
Bruce Allan
2011-02-11
1
-1
/
+1
|
*
|
|
e1000e: replace unbounded sprintf with snprintf
Bruce Allan
2011-02-11
1
-2
/
+6
|
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2011-02-09
1
-1
/
+0
|
|
\
\
\
|
*
|
|
|
e1000e: Use kmemdup rather than duplicating its implementation
Bruce Allan
2011-01-24
1
-9
/
+2
|
*
|
|
|
e1000e: reduce scope of some variables, remove unnecessary ones
Bruce Allan
2011-01-24
5
-33
/
+31
|
*
|
|
|
e1000e: convert to stats64
Jeff Kirsher
2011-01-24
3
-34
/
+80
*
|
|
|
|
PM: Remove CONFIG_PM_OPS
Rafael J. Wysocki
2011-03-15
1
-4
/
+4
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
Bruce Allan
2011-03-02
1
-1
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
e1000e: flush all writebacks before unload
Jesse Brandeburg
2011-02-17
1
-10
/
+21
*
|
|
e1000e: check down flag in tasks
Jesse Brandeburg
2011-02-17
1
-0
/
+21
|
|
/
|
/
|
*
|
e1000e: tx_timeout should not increment for non-hang events
Jesse Brandeburg
2011-02-08
1
-1
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2011-01-14
12
-135
/
+138
|
\
|
*
e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs
Bruce Allan
2011-01-14
6
-123
/
+126
|
*
e1000e: update Copyright for 2011
Bruce Allan
2011-01-14
12
-13
/
+13
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
3
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
tree-wide: fix comment/printk typos
Uwe Kleine-König
2010-11-01
3
-3
/
+3
*
|
e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574
Bruce Allan
2011-01-10
2
-0
/
+57
*
|
e1000e: power off PHY after reset when interface is down
Bruce Allan
2011-01-10
3
-35
/
+53
*
|
e1000e: use either_crc_le() rather than re-write it
Bruce Allan
2011-01-10
2
-18
/
+2
*
|
e1000e: properly bounds-check string functions
Bruce Allan
2011-01-10
2
-7
/
+11
*
|
e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy
Bruce Allan
2011-01-10
3
-53
/
+44
*
|
e1000e: cleanup variables set but not used
Bruce Allan
2011-01-10
4
-11
/
+21
*
|
e1000e: checkpatch warnings - braces
Bruce Allan
2010-12-25
4
-21
/
+12
*
|
e1000e: checkpatch error - open braces
Bruce Allan
2010-12-25
3
-15
/
+15
*
|
e1000e: checkpatch error - trailing statements
Bruce Allan
2010-12-25
1
-2
/
+2
*
|
e1000e: checkpatch error - macro panethesis
Bruce Allan
2010-12-25
2
-56
/
+60
*
|
net: Fix drivers advertising HW_CSUM feature to use csum_start
Michał Mirosław
2010-12-16
1
-1
/
+1
*
|
drivers/net: don't use flush_scheduled_work()
Tejun Heo
2010-12-12
1
-3
/
+3
*
|
e1000e: increment the driver version
Bruce Allan
2010-12-11
1
-1
/
+1
*
|
e1000e: static analysis tools complain of a possible null ptr p dereference
Bruce Allan
2010-12-11
1
-0
/
+3
*
|
e1000e: minor error message corrections
Bruce Allan
2010-12-11
2
-2
/
+2
*
|
e1000e: prevent null ptr dereference in e1000_tx_queue()
Bruce Allan
2010-12-11
1
-2
/
+2
*
|
e1000e: support new PBA format from EEPROM
Bruce Allan
2010-12-11
4
-28
/
+130
*
|
e1000e: 82579 PHY incorrectly identified during init
Bruce Allan
2010-12-11
2
-5
/
+25
*
|
e1000e: 82577/8/9 mis-configured OEM bits during S0->Sx
Bruce Allan
2010-12-11
1
-1
/
+1
*
|
e1000e: 82571 Serdes can fail to get link
Bruce Allan
2010-12-11
1
-8
/
+27
[next]