index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2016-08-01
Merge branch 'pci/msi-affinity' into next
Bjorn Helgaas
1
-2
/
+13
2016-07-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+9
2016-06-30
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
1
-1
/
+2
2016-06-29
e1000e: prevent division by zero if TIMINCA is zero
Denys Vlasenko
1
-1
/
+2
2016-06-29
e1000e: keep Rx/Tx HW_VLAN_CTAG in sync
Jarod Wilson
1
-12
/
+9
2016-06-29
e1000e: keep VLAN interfaces functional after rxvlan off
Jarod Wilson
1
-2
/
+13
2016-06-23
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
1
-4
/
+2
2016-05-14
e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctl
Jacob Keller
3
-16
/
+55
2016-05-14
e1000e: mark shifted values as unsigned
Jacob Keller
1
-4
/
+4
2016-05-14
e1000e: use BIT() macro for bit defines
Jacob Keller
10
-142
/
+143
2016-05-14
e1000e: e1000e_cyclecounter_read(): do overflow check only if needed
Denys Vlasenko
1
-14
/
+14
2016-05-14
e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow check
Denys Vlasenko
1
-1
/
+1
2016-05-14
e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64
Denys Vlasenko
1
-1
/
+2
2016-05-14
e1000e: Cleanup consistency in ret_val variable usage
Brian Walsh
1
-11
/
+11
2016-05-14
e1000e: fix ethtool autoneg off for non-copper
Steve Shih
1
-2
/
+10
2016-05-04
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
1
-1
/
+1
2016-04-07
e1000e: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
3
-8
/
+10
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-2
/
+43
2016-03-04
e1000e: Adds hardware supported cross timestamp on e1000e nic
Christopher S. Hall
3
-0
/
+94
2016-02-25
e1000e: Initial support for KabeLake
Raanan Avargil
2
-0
/
+8
2016-02-25
e1000e: Clear ULP configuration register on ULP exit
Raanan Avargil
2
-0
/
+6
2016-02-25
e1000e: Set HW FIFO minimum pointer gap for non-gig speeds
Raanan Avargil
1
-0
/
+12
2016-02-25
e1000e: Increase PHY PLL clock gate timing
Raanan Avargil
2
-0
/
+15
2016-02-25
e1000e: Increase ULP timer
Raanan Avargil
1
-2
/
+2
2015-12-15
e1000e: Fix msi-x interrupt automask
Benjamin Poirier
1
-6
/
+5
2015-12-15
e1000e: Do not write lsc to ics in msi-x mode
Benjamin Poirier
2
-12
/
+19
2015-12-15
e1000e: Do not read ICR in Other interrupt
Benjamin Poirier
1
-15
/
+7
2015-12-15
e1000e: Remove unreachable code
Benjamin Poirier
1
-6
/
+0
2015-12-14
e1000e: Switch e1000e_up to void, drop code checking for error result
Alexander Duyck
2
-12
/
+5
2015-12-13
e1000e: initial support for i219-LM (3)
Raanan Avargil
3
-11
/
+34
2015-12-13
e1000e: Increase timeout of polling bit RSPCIPHY
Raanan Avargil
1
-1
/
+1
2015-12-13
e1000e: fix division by zero on jumbo MTUs
Dmitry Fleytman
1
-2
/
+4
2015-12-13
e1000e: clean up the local variable
Jean Sacren
1
-4
/
+1
2015-10-16
drivers/net/intel: use napi_complete_done()
Jesse Brandeburg
1
-1
/
+1
2015-10-16
drivers/net: get rid of unnecessary initializations in .get_drvinfo()
Ivan Vecera
1
-2
/
+0
2015-09-23
e1000e: Enable TSO for stacked VLAN
Toshiaki Makita
1
-0
/
+1
2015-08-19
e1000e: Modify Tx/Rx configurations to avoid null pointer dereferences in e10...
Jia-Ju Bai
1
-12
/
+12
2015-08-06
e1000e: Increase driver version number
Raanan Avargil
1
-1
/
+1
2015-08-06
e1000e: Fix tight loop implementation of systime read algorithm
Raanan Avargil
1
-10
/
+21
2015-08-06
e1000e: Fix incorrect ASPM locking
Raanan Avargil
1
-2
/
+2
2015-08-06
e1000e: Cosmetic changes
Raanan Avargil
2
-5
/
+4
2015-08-06
e1000e: Fix EEE in Sx implementation
Raanan Avargil
1
-0
/
+27
2015-07-23
e1000e: Cleanup qos request in error handling of e1000_open
Jia-Ju Bai
1
-0
/
+1
2015-06-26
e1000e: i219 - k1 workaround for LPT is not required for SPT
Yanir Lubetkin
1
-2
/
+1
2015-06-26
e1000e: i219 - Increase minimum FIFO read/write min gap
Yanir Lubetkin
1
-0
/
+46
2015-06-26
e1000e: i219 - increase IPG for speed 10/100 full duplex
Yanir Lubetkin
1
-3
/
+7
2015-06-26
e1000e: i219 - fix to enable both ULP and EEE in Sx state
Yanir Lubetkin
1
-13
/
+32
[next]