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
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2
-0
/
+2
2011-05-23
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-1
/
+1
2011-05-22
Add appropriate <linux/prefetch.h> include for prefetch users
Paul Gortmaker
1
-0
/
+1
2011-05-21
PCI/e1000e: Add and use pci_disable_link_state_locked()
Yinghai Lu
1
-1
/
+1
2011-05-14
e1000e: minor comment cleanups
Bruce Allan
1
-2
/
+2
2011-04-29
net/igb/e1000/e1000e: more robust ethtool duplex/speed configuration
David Decotigny
1
-8
/
+16
2011-04-29
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
1
-5
/
+7
2011-04-29
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
1
-1
/
+2
2011-04-27
e1000e: implement ethtool set_phys_id
Bruce Allan
8
-59
/
+32
2011-04-13
e1000e: If ASPM L0s needs to be disabled, do it prior to enabling device
Bruce Allan
3
-11
/
+30
2011-04-13
e1000e: fix stats locking in e1000_watchdog_task
Flavio Leitner
1
-1
/
+1
2011-04-13
e1000e: convert to new VLAN model
Jeff Kirsher
3
-81
/
+119
2011-04-13
e1000e: PCIe link speed in GT/s, not GB/s
Bruce Allan
1
-1
/
+1
2011-04-13
e1000e: convert short duration msleep() to usleep_range()
Bruce Allan
7
-35
/
+33
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
8
-112
/
+180
2011-03-15
PM: Remove CONFIG_PM_OPS
Rafael J. Wysocki
1
-4
/
+4
2011-03-11
e1000e: bump version number
Bruce Allan
1
-1
/
+1
2011-03-11
e1000e: do not suggest the driver supports Wake-on-ARP
Bruce Allan
1
-9
/
+3
2011-03-11
e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROM
Bruce Allan
2
-1
/
+8
2011-03-11
e1000e: do not toggle LANPHYPC value bit when PHY reset is blocked
Bruce Allan
1
-4
/
+4
2011-03-11
e1000e: extend EEE LPI timer to prevent dropped link
Bruce Allan
1
-5
/
+24
2011-03-11
e1000e: extend timeout for ethtool link test diagnostic
Bruce Allan
1
-3
/
+6
2011-03-11
e1000e: magic number cleanup - ETH_ALEN
Bruce Allan
1
-3
/
+2
2011-03-11
e1000e: use dev_kfree_skb_irq() instead of dev_kfree_skb()
Bruce Allan
1
-2
/
+2
2011-03-03
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+2
2011-03-02
e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
Bruce Allan
1
-1
/
+2
2011-02-28
net: use pci_dev->revision, again
Sergei Shtylyov
1
-4
/
+2
2011-02-19
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+42
2011-02-17
e1000e: flush all writebacks before unload
Jesse Brandeburg
1
-10
/
+21
2011-02-17
e1000e: check down flag in tasks
Jesse Brandeburg
1
-0
/
+21
2011-02-11
e1000e: return appropriate errors for 'ethtool -r'
Bruce Allan
1
-2
/
+9
2011-02-11
e1000e: use correct pointer when memcpy'ing a 2-dimensional array
Bruce Allan
1
-1
/
+1
2011-02-11
e1000e: replace unbounded sprintf with snprintf
Bruce Allan
1
-2
/
+6
2011-02-08
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+0
2011-02-08
e1000e: tx_timeout should not increment for non-hang events
Jesse Brandeburg
1
-1
/
+0
2011-01-24
e1000e: Use kmemdup rather than duplicating its implementation
Bruce Allan
1
-9
/
+2
2011-01-24
e1000e: reduce scope of some variables, remove unnecessary ones
Bruce Allan
5
-33
/
+31
2011-01-24
e1000e: convert to stats64
Jeff Kirsher
3
-34
/
+80
2011-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
12
-135
/
+138
2011-01-14
e1000e: consistent use of Rx/Tx vs. RX/TX/rx/tx in comments/logs
Bruce Allan
6
-123
/
+126
2011-01-14
e1000e: update Copyright for 2011
Bruce Allan
12
-13
/
+13
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
3
-3
/
+3
2011-01-09
e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574
Bruce Allan
2
-0
/
+57
2011-01-09
e1000e: power off PHY after reset when interface is down
Bruce Allan
3
-35
/
+53
2011-01-09
e1000e: use either_crc_le() rather than re-write it
Bruce Allan
2
-18
/
+2
2011-01-09
e1000e: properly bounds-check string functions
Bruce Allan
2
-7
/
+11
2011-01-09
e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy
Bruce Allan
3
-53
/
+44
2011-01-09
e1000e: cleanup variables set but not used
Bruce Allan
4
-11
/
+21
2010-12-24
e1000e: checkpatch warnings - braces
Bruce Allan
4
-21
/
+12
[next]