index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
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.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000e
/
netdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-28
e1000e: Add check for reset flags before displaying reset message
Carolyn Wyborny
1
-2
/
+5
2010-10-28
e1000e: reset PHY after errors detected
Carolyn Wyborny
1
-0
/
+22
2010-10-21
vlan: Don't check for vlan group before vlan_tx_tag_present.
Jesse Gross
1
-1
/
+1
2010-10-21
vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.
Jesse Gross
1
-1
/
+1
2010-09-30
e1000e: 82579 performance improvements
Bruce Allan
1
-6
/
+44
2010-09-30
e1000e: use hardware writeback batching
Jesse Brandeburg
1
-0
/
+53
2010-09-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+19
2010-09-26
drivers/net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-09-22
e1000/e1000e/igb/ixgb/ixgbe: set NETIF_F_HIGHDMA for VLAN feature flags
Yi Zou
1
-1
/
+3
2010-09-22
e1000e: 82579 jumbo frame workaround causing CRC errors
Bruce Allan
1
-10
/
+19
2010-09-14
e1000e: Simplify MSI interrupt testing
Jean Delvare
1
-25
/
+4
2010-09-02
drivers/net: avoid some skb->ip_summed initializations
Eric Dumazet
1
-1
/
+2
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
1
-2
/
+2
2010-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-0
/
+4
2010-08-08
e100/e1000*/igb*/ixgb*: Add missing read memory barrier
Jeff Kirsher
1
-0
/
+4
2010-08-06
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-12
/
+4
2010-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-121
/
+231
2010-08-02
e1000e: Fix irq_synchronize in MSI-X case
Jeff Kirsher
1
-8
/
+18
2010-08-02
e1000e: register pm_qos request on hardware activation
Florian Mickler
1
-12
/
+11
2010-07-30
PCI: change device runtime PM settings for probe and remove
Alan Stern
1
-12
/
+4
2010-07-26
e1000e: Drop a useless statement
Jean Delvare
1
-2
/
+0
2010-07-19
pm_qos: Get rid of the allocation in pm_qos_add_request()
James Bottomley
1
-10
/
+7
2010-06-29
e1000e: suppress compile warnings on certain archs
Bruce Allan
1
-17
/
+21
2010-06-29
e1000e: don't inadvertently re-set INTX_DISABLE
Dean Nelson
1
-4
/
+9
2010-06-23
e1000e: packet split should not be used with early receive
Bruce Allan
1
-1
/
+1
2010-06-23
e1000e: do not touch PHY page 800 registers when link speed is 1000Mbps
Bruce Allan
1
-2
/
+0
2010-06-23
e1000e: avoid polling h/w registers during link negotiation
Bruce Allan
1
-1
/
+1
2010-06-18
e1000e: update driver version number
Bruce Allan
1
-1
/
+3
2010-06-18
e1000e: update copyright information
Bruce Allan
1
-2
/
+2
2010-06-18
e1000e: initial support for 82579 LOMs
Bruce Allan
1
-27
/
+43
2010-06-18
e1000e: separate out PHY statistics register updates
Bruce Allan
1
-47
/
+124
2010-06-03
e1000e: change logical negate to bitwise
Dan Carpenter
1
-1
/
+1
2010-05-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-164
/
+680
2010-05-14
drivers/net: Remove unnecessary returns from void function()s
Joe Perches
1
-4
/
+0
2010-05-12
e1000e: add PCI device id to enable support for 82567V-4
Bruce Allan
1
-0
/
+1
2010-05-12
e1000e: move settting of flow control refresh timer to link setup code
Bruce Allan
1
-4
/
+1
2010-05-12
e1000e: s/w initiated LSC MSI-X interrupts not generated; no transmit
Bruce Allan
1
-2
/
+9
2010-05-12
e1000e: initialize manageability (IPMI) pass-through in 82574/82583
Bruce Allan
1
-9
/
+48
2010-05-12
e1000e: bad state after running ethtool diagnostics with AMT enabled
Bruce Allan
1
-7
/
+9
2010-05-10
PM QOS update
Mark Gross
1
-10
/
+12
2010-05-05
e1000/e1000e: implement a simple interrupt moderation
Jesse Brandeburg
1
-1
/
+17
2010-05-05
e1000e: Save irq into netdev structure
Tom Herbert
1
-0
/
+2
2010-05-05
e1000e: reduce writes of RX producer ptr
Tom Herbert
1
-34
/
+23
2010-05-05
e1000e: save skb counts in TX to avoid cache misses
Tom Herbert
1
-9
/
+9
2010-05-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+3
2010-04-30
e1000e: Fix oops caused by ASPM patch.
Anton Blanchard
1
-0
/
+3
2010-04-27
e1000e: add registers etc. printout code just before resetting adapters
Taku Izumi
1
-0
/
+357
2010-04-27
e1000e: use DMA API instead of PCI DMA functions
Nick Nunley
1
-49
/
+50
2010-04-27
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-28
/
+45
2010-04-27
e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata
Bruce Allan
1
-28
/
+42
[prev]
[next]