index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
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-06
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-28
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
2017-10-10
e1000e: Fix return value test
Benjamin Poirier
1
-1
/
+1
2017-10-10
e1000e: Fix wrong comment related to link detection
Benjamin Poirier
1
-2
/
+2
2017-10-10
e1000e: Fix error path in link detection
Benjamin Poirier
1
-3
/
+4
2017-09-21
drivers: net: e1000e: use setup_timer() helper.
Allen Pais
1
-7
/
+4
2017-08-09
e1000e: Initial Support for IceLake
Sasha Neftin
2
-0
/
+8
2017-08-09
e1000e: add check on e1e_wphy() return value
Gustavo A R Silva
1
-0
/
+2
2017-06-08
e1000e: Undo e1000e_pm_freeze if __e1000_shutdown fails
Chris Wilson
1
-1
/
+6
2017-06-06
e1000e: use disable_hardirq() also for MSIX vectors in e1000_netpoll()
Konstantin Khlebnikov
1
-6
/
+6
2017-06-06
e1000e: Don't return uninitialized stats
Benjamin Poirier
1
-1
/
+1
2017-06-06
e1000e: add statistic indicating number of skipped Tx timestamps
Jacob Keller
3
-7
/
+12
2017-06-06
e1000e: fix race condition around skb_tstamp_tx()
Jacob Keller
1
-2
/
+8
2017-05-21
net: ethernet: update drivers to make both SW and HW TX timestamps
Miroslav Lichvar
1
-2
/
+2
2017-05-21
net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL
Miroslav Lichvar
1
-0
/
+1
2017-04-30
e1000e: Add Support for 38.4MHZ frequency
Sasha Neftin
2
-29
/
+48
2017-04-30
e1000e: Add Support for CannonLake
Sasha Neftin
4
-62
/
+63
2017-04-30
e1000e: Initial Support for CannonLake
Sasha Neftin
4
-1
/
+33
2017-04-30
e1000e: fix PTP on e1000_pch_lpt variants
Jarod Wilson
1
-1
/
+2
2017-04-21
e1000e: fix timing for 82579 Gigabit Ethernet controller
Bernd Faust
1
-0
/
+6
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-03-24
Revert "e1000e: driver trying to free already-free irq"
Jeff Kirsher
1
-1
/
+1
2017-03-22
e1000e: use new API ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-52
/
+59
2017-01-19
net: Remove usage of net_device last_rx member
Tobias Klauser
1
-3
/
+3
2017-01-09
net: remove useless memset's in drivers get_stats64
stephen hemminger
1
-1
/
+0
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
2
-5
/
+4
2017-01-06
e1000e: driver trying to free already-free irq
khalidm
1
-1
/
+1
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2
-11
/
+11
2016-12-11
e1000: use disable_hardirq() for e1000_netpoll()
WANG Cong
1
-4
/
+4
2016-10-18
ethernet/intel: use core min/max MTU checking
Jarod Wilson
1
-8
/
+6
2016-09-22
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Nicolas Pitre
1
-1
/
+1
2016-08-16
e1000e: fix PTP on e1000_pch_lpt variants
Jarod Wilson
1
-1
/
+2
2016-08-16
e1000e: factor out systim sanitization
Jarod Wilson
3
-29
/
+44
2016-08-03
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+2
[next]