index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
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
2019-09-09
e1000e: Make speed detection on hotplugging cable more reliable
Kai-Heng Feng
1
-6
/
+6
2019-08-22
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
1
-4
/
+2
2019-07-24
e1000e: add workaround for possible stalled packet
Kai-Heng Feng
2
-1
/
+11
2019-07-23
e1000e: Use dev_get_drvdata where possible
Chuhong Yuan
1
-4
/
+3
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+1
2019-06-28
e1000e: PCIm function state support
Vitaly Lifshits
2
-1
/
+20
2019-06-28
e1000e: Make watchdog use delayed work
Detlev Casanova
2
-27
/
+32
2019-06-28
e1000e: Reduce boot time by tightening sleep ranges
Arjan van de Ven
7
-28
/
+28
2019-06-28
e1000e: Increase pause and refresh time
Miguel Bernal Marin
1
-2
/
+2
2019-05-28
e1000e: start network tx queue only when link is up
Konstantin Khlebnikov
1
-2
/
+4
2019-05-28
Revert "e1000e: fix cyclic resets at link up with active tx"
Konstantin Khlebnikov
1
-6
/
+9
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+3
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-7
/
+0
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-19
e1000e: Disable runtime PM on CNP+
Kai-Heng Feng
1
-1
/
+1
2019-03-19
intel: correct return from set features callback
Serhey Popovych
1
-1
/
+1
2019-02-23
e1000e: Fix -Wformat-truncation warnings
Florian Fainelli
1
-2
/
+2
2019-02-05
e1000e: fix cyclic resets at link up with active tx
Konstantin Khlebnikov
1
-9
/
+6
2019-02-05
e1000e: fix a missing check for return value
Jeff Kirsher
1
-10
/
+23
2019-02-05
e1000e: Exclude device from suspend direct complete optimization
Kai-Heng Feng
1
-0
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-2
/
+2
2018-11-21
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
1
-8
/
+9
2018-11-09
e1000e: extend PTP gettime function to read system clock
Miroslav Lichvar
3
-16
/
+45
2018-11-07
e1000e: allow non-monotonic SYSTIM readings
Miroslav Lichvar
1
-3
/
+10
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2018-10-02
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
1
-2
/
+0
2018-09-18
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+2
2018-06-04
e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
Benjamin Poirier
1
-9
/
+6
2018-04-27
net: intel: Cleanup the copyright/license headers
Jeff Kirsher
23
-466
/
+23
2018-03-23
intel: add SPDX identifiers to all the Intel drivers
Jeff Kirsher
23
-0
/
+23
2018-03-12
e1000e: Fix link check race condition
Benjamin Poirier
2
-21
/
+24
2018-03-12
Revert "e1000e: Separate signaling for link check/link up"
Benjamin Poirier
3
-19
/
+9
2018-03-05
e1000e: allocate ring descriptors with dma_zalloc_coherent
Pierre-Yves Kerbrat
1
-2
/
+2
2018-03-05
e1000e: Fix check_for_link return value with autoneg off
Benjamin Poirier
2
-2
/
+2
2018-03-05
e1000e: Avoid missed interrupts following ICR read
Benjamin Poirier
2
-8
/
+24
2018-03-05
e1000e: Fix queue interrupt re-raising in Other interrupt
Benjamin Poirier
1
-0
/
+3
2018-03-05
Partial revert "e1000e: Avoid receiver overrun interrupt bursts"
Benjamin Poirier
1
-14
/
+2
2018-03-05
e1000e: Remove Other from EIAC
Benjamin Poirier
1
-2
/
+3
2018-01-24
e1000e: Alert the user that C-states will be disabled by enabling jumbo frames
Matt Turner
1
-0
/
+2
2018-01-24
e1000e: Set HTHRESH when PTHRESH is used
Matt Turner
1
-1
/
+1
2018-01-02
e1000e: Fix e1000_check_for_copper_link_ich8lan return value.
Benjamin Poirier
1
-3
/
+8
2017-11-27
e1000e: fix the use of magic numbers for buffer overrun issue
Sasha Neftin
2
-4
/
+8
2017-10-18
ethernet/intel: Convert timers to use timer_setup()
Kees Cook
1
-8
/
+6
2017-10-10
e1000e: Be drop monitor friendly
Florian Fainelli
1
-7
/
+11
2017-10-10
e1000e: apply burst mode settings only on default
Willem de Bruijn
3
-13
/
+15
2017-10-10
e1000e: fix buffer overrun while the I219 is processing DMA transactions
Sasha Neftin
1
-3
/
+5
2017-10-10
e1000e: Avoid receiver overrun interrupt bursts
Benjamin Poirier
2
-8
/
+26
2017-10-10
e1000e: Separate signaling for link check/link up
Benjamin Poirier
2
-4
/
+9
[next]