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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-07
ice: print unsupported module message
Paul Greenwalt
2
-0
/
+10
2019-11-07
ice: write register with correct offset
Mitch Williams
1
-1
/
+1
2019-11-07
ice: Check for null pointer dereference when setting rings
Michal Swiatkowski
1
-4
/
+14
2019-11-07
ice: save PCI state in probe
Michal Swiatkowski
1
-0
/
+2
2019-11-07
ice: Adjust DCB INIT for SW mode
Dave Ertman
1
-3
/
+3
2019-11-07
ice: fix driver unload flow
Bruce Allan
1
-1
/
+2
2019-11-07
ice: handle DCBx non-contiguous TC request
Paul Greenwalt
1
-39
/
+102
2019-11-07
ice: Update Boot Configuration Section read of NVM
Md Fahad Iqbal Polash
5
-9
/
+123
2019-11-07
ice: add ethtool -m support for reading i2c eeprom modules
Scott W Taylor
4
-0
/
+226
2019-11-06
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-1150
/
+3553
2019-11-05
i40e: implement VF stats NDO
Jesse Brandeburg
3
-0
/
+51
2019-11-05
i40e: enable X710 support
Alice Michael
1
-0
/
+2
2019-11-05
ixgbe: protect TX timestamping from API misuse
Manjunath Patil
1
-1
/
+2
2019-11-05
fm10k: update driver version to match out-of-tree
Jacob Keller
1
-1
/
+1
2019-11-05
ixgbe: Make use of cpumask_local_spread to improve RSS locality
Alexander Duyck
1
-5
/
+3
2019-11-05
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
5
-0
/
+56
2019-11-05
fm10k: add missing field initializers to TLV attributes)
Jacob Keller
1
-3
/
+3
2019-11-05
ice: allow 3k MTU for XDP
Maciej Fijalkowski
1
-2
/
+14
2019-11-05
ice: add build_skb() support
Maciej Fijalkowski
1
-1
/
+59
2019-11-05
ice: introduce frame padding computation logic
Maciej Fijalkowski
5
-20
/
+114
2019-11-05
ice: introduce legacy Rx flag
Maciej Fijalkowski
5
-25
/
+63
2019-11-04
ice: Add support for AF_XDP
Krzysztof Kazimierczak
11
-27
/
+1456
2019-11-04
ice: Move common functions to ice_txrx_lib.c
Krzysztof Kazimierczak
5
-312
/
+334
2019-11-04
ice: Add support for XDP
Maciej Fijalkowski
8
-57
/
+825
2019-11-04
ice: get rid of per-tc flow in Tx queue configuration routines
Maciej Fijalkowski
3
-49
/
+47
2019-11-04
ice: Introduce ice_base.c
Anirudh Venkataramanan
10
-827
/
+811
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-15
/
+11
2019-11-01
ixgbe: Remove duplicate clear_bit() call
Igor Pylypiv
1
-1
/
+0
2019-11-01
e1000: fix memory leaks
Wenwen Wang
1
-4
/
+3
2019-11-01
i40e: Fix receive buffer starvation for AF_XDP
Jeff Kirsher
1
-5
/
+0
2019-11-01
igb: Fix constant media auto sense switching when no cable is connected
Manfred Rudigier
1
-1
/
+2
2019-11-01
igb: Enable media autosense for the i350.
Manfred Rudigier
2
-2
/
+2
2019-11-01
igb/igc: Don't warn on fatal read failures when the device is removed
Lyude Paul
2
-2
/
+4
2019-10-30
e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not set
Sasha Neftin
1
-0
/
+2
2019-10-30
e1000e: Add support for Tiger Lake
Sasha Neftin
5
-1
/
+26
2019-10-30
i40e: Add UDP segmentation offload support
Josh Hunt
2
-3
/
+10
2019-10-30
ixgbe: Add UDP segmentation offload support
Josh Hunt
1
-6
/
+18
2019-10-30
igb: Add UDP segmentation offload support
Josh Hunt
2
-6
/
+18
2019-10-30
e1000e: Drop unnecessary __E1000_DOWN bit twiddling
Alexander Duyck
1
-6
/
+1
2019-10-30
e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm
Alexander Duyck
1
-33
/
+35
2019-10-30
e1000e: Add support for Comet Lake
Sasha Neftin
2
-0
/
+12
2019-10-25
i40e: prevent memory leak in i40e_setup_macvlans
Navid Emamdoost
1
-0
/
+1
2019-10-25
i40e: Refactoring VF MAC filters counting to make more reliable
Aleksandr Loktionov
4
-27
/
+39
2019-10-25
i40e: Fix LED blinking flow for X710T*L devices
Damian Milosek
2
-3
/
+28
2019-10-25
i40e: allow ethtool to report SW and FW versions in recovery mode
Piotr Kwapulinski
1
-0
/
+1
2019-10-25
i40e: initialize ITRN registers with correct values
Nicholas Nunley
1
-5
/
+5
2019-10-25
i40e: Extend PHY access with page change flag
Piotr Azarewicz
5
-26
/
+87
2019-10-25
i40e: Extract detection of HW flags into a function
Piotr Azarewicz
2
-17
/
+58
2019-10-25
i40e: Wrong 'Advertised FEC modes' after set FEC to AUTO
Jaroslaw Gawin
2
-19
/
+26
2019-10-25
i40e: Fix for persistent lldp support
Sylwia Wnuczko
4
-34
/
+44
[next]