index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-07
e1000e: Fix 82579 sets LPI too early.
David Ertman
3
-5
/
+19
2014-03-07
e1000e: Resolve issues with Management Engine (ME) briefly blocking PHY resets
David Ertman
1
-4
/
+26
2014-03-07
e1000e: Cleanup unecessary references
David Ertman
1
-2
/
+2
2014-03-07
e1000e: PTP lock in e1000e_phc_adjustfreq
Todd Fujinaka
1
-0
/
+5
2014-02-18
e1000e: Use pci_enable_msix_range() instead of pci_enable_msix()
Alexander Gordeev
1
-4
/
+7
2014-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+2
2014-01-16
e1000e: Fix compilation warning when !CONFIG_PM_SLEEP
Mika Westerberg
1
-6
/
+2
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+14
2013-12-17
e1000e: Fix a compile flag mis-match for suspend/resume
David Ertman
1
-2
/
+2
2013-12-17
e1000e: fix compiler warning (maybe-unitialized variable)
David Ertman
1
-2
/
+5
2013-12-17
e1000e: fix compiler warnings
David Ertman
1
-3
/
+7
2013-12-05
Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
1
-2
/
+12
2013-11-21
e1000e: Implement the SIOCGHWTSTAMP ioctl
Ben Hutchings
1
-2
/
+12
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-8
/
+6
2013-11-14
e1000e: Validate hwtstamp_config completely before applying it
Ben Hutchings
1
-8
/
+6
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
1
-12
/
+6
2013-09-24
intel: Remove extern from function prototypes
Joe Perches
1
-23
/
+22
2013-09-21
DMA-API: net: intel/e1000e: fix 32-bit DMA mask handling
Russell King
1
-12
/
+6
2013-09-13
e1000e: fix overrun of PHY RAR array
David Ertman
3
-6
/
+17
2013-09-13
e1000e: cleanup boolean comparison to true
David Ertman
1
-1
/
+1
2013-08-27
e1000e: balance semaphore put/get for 82573
Steven La
1
-0
/
+5
2013-08-22
e1000e: resolve checkpatch JIFFIES_COMPARISON warning
Bruce Allan
1
-1
/
+1
2013-08-22
e1000e: Avoid kernel crash during shutdown
Li Zhang
1
-0
/
+7
2013-08-22
e1000e: Add code to check for failure of pci_disable_link_state call
Carolyn Wyborny
1
-26
/
+59
2013-08-22
e1000e: cleanup whitespace in recent commit
Bruce Allan
1
-1
/
+2
2013-07-28
e1000e: fix I217/I218 PHY initialization flow
Bruce Allan
1
-33
/
+50
2013-07-28
e1000e: do not resume device from RPM suspend to read PHY status registers
Bruce Allan
1
-3
/
+2
2013-07-28
e1000e: enable support for new device IDs
Bruce Allan
3
-2
/
+14
2013-07-28
e1000e: ethtool unnecessarily takes device out of RPM suspend
Bruce Allan
1
-28
/
+77
2013-07-28
e1000e: Tx hang on I218 when linked at 100Half and slow response at 10Mbps
Bruce Allan
2
-7
/
+48
2013-07-28
e1000e: low throughput using 4K jumbos on I218
Bruce Allan
1
-0
/
+2
2013-07-28
e1000e: iAMT connections drop on driver unload when jumbo frames enabled
Bruce Allan
1
-11
/
+10
2013-07-28
e1000e: disable ASPM L1 on 82583
Bruce Allan
1
-0
/
+1
2013-07-28
e1000e: Use marco instead of digit for defining e1000_rx_desc_packet_split
Wei Yang
2
-4
/
+5
2013-07-28
e1000e: Remove duplicate assignment of default rx/tx ring size
Wei Yang
1
-4
/
+0
2013-07-28
e1000e: restore call to pci_clear_master()
Dean Nelson
1
-0
/
+2
2013-05-21
e1000e: Release mutex lock only if it has been initially acquired
Akeem G. Abodunrin
1
-3
/
+3
2013-05-21
e1000e: prevent warning from -Wunused-parameter
Bruce Allan
1
-2
/
+2
2013-05-21
e1000e: cleanup whitespace
Bruce Allan
8
-127
/
+125
2013-05-07
e1000e: fix scheduling while atomic bug
Bruce Allan
1
-1
/
+1
2013-04-25
e1000e: panic caused by Rx traffic arriving while interface going down
Bruce Allan
1
-2
/
+5
2013-04-25
e1000e: fix numeric overflow in phc settime method
Richard Cochran
1
-2
/
+1
2013-04-19
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
1
-1
/
+1
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
1
-8
/
+12
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
1
-5
/
+5
2013-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2013-03-28
e1000e: fix scheduling while atomic bugs
Bruce Allan
1
-4
/
+4
2013-03-28
e1000e: increase driver version number
Bruce Allan
1
-1
/
+1
2013-03-28
e1000e: cleanup unused defines
Bruce Allan
1
-7
/
+0
2013-03-28
e1000e: add support for LTR on I217/I218
Bruce Allan
1
-0
/
+97
[next]