index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-05-29
ice: Add helper function for clearing VPGEN_VFRTRIG
Brett Creeley
1
-11
/
+20
2020-05-29
ice: Simplify ice_sriov_configure
Brett Creeley
1
-24
/
+48
2020-05-29
ice: Refactor ice_ena_vf_mappings to split MSIX and queue mappings
Brett Creeley
1
-32
/
+59
2020-05-29
ice: Declare functions static
Tony Nguyen
2
-6
/
+3
2020-05-29
ice: fix kernel BUG if register_netdev fails
Jacob Keller
1
-2
/
+4
2020-05-29
ice: fix potential double free in probe unrolling
Jacob Keller
1
-1
/
+2
2020-05-29
ice: cleanup VSI context initialization
Jacob Keller
1
-1
/
+0
2020-05-29
ice: Poll for reset completion when DDP load fails
Anirudh Venkataramanan
1
-0
/
+3
2020-05-28
ice: Check UMEM FQ size when allocating bufs
Krzysztof Kazimierczak
1
-9
/
+21
2020-05-28
ice: Refactor Rx checksum checks
Anirudh Venkataramanan
1
-16
/
+11
2020-05-28
ice: avoid undefined behavior
Bruce Allan
4
-6
/
+16
2020-05-28
ice: Change number of XDP Tx queues to match number of Rx queues
Marta Plantykow
2
-2
/
+2
2020-05-28
ice: Add XDP Tx to VSI ring stats
Marta Plantykow
1
-9
/
+33
2020-05-28
ice: Change number of XDP TxQ to 0 when destroying rings
Marta Plantykow
1
-0
/
+3
2020-05-28
ice: Handle critical FW error during admin queue initialization
Evan Swanson
5
-54
/
+80
2020-05-28
ice: Don't allow VLAN stripping change when pvid set
Brett Creeley
1
-0
/
+6
2020-05-28
ice: Add more Rx errors to netdev's rx_error counter
Brett Creeley
1
-1
/
+7
2020-05-28
ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFS
Surabhi Boob
1
-21
/
+28
2020-05-28
ice: Fix memory leak
Surabhi Boob
1
-1
/
+7
2020-05-28
ice: fix MAC write command
Jesse Brandeburg
2
-10
/
+5
2020-05-28
ice: set VF default LAN address
Paul Greenwalt
1
-3
/
+5
2020-05-28
ice: remove unused macro
Jesse Brandeburg
1
-2
/
+0
2020-05-28
ice: fix signed vs unsigned comparisons
Jesse Brandeburg
3
-9
/
+10
2020-05-24
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
32
-113
/
+5402
2020-05-24
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
7
-266
/
+362
2020-05-23
ice: cleanup unsigned loops
Jesse Brandeburg
4
-13
/
+14
2020-05-23
ice: fix usage of incorrect variable
Jesse Brandeburg
2
-5
/
+5
2020-05-23
ice: Fix bad register reads
Anirudh Venkataramanan
2
-6
/
+0
2020-05-23
ice: check for compatibility between DDP package and firmware
Victor Raj
6
-30
/
+102
2020-05-23
ice: Check if unicast MAC exists before setting VF MAC
Brett Creeley
1
-0
/
+43
2020-05-23
ice: Fix Tx timeout when link is toggled on a VF's interface
Brett Creeley
1
-0
/
+48
2020-05-23
ice: print Rx MDD auto reset message before VF reset
Paul Greenwalt
3
-7
/
+27
2020-05-23
ice: Call ice_aq_set_mac_cfg
Anirudh Venkataramanan
5
-0
/
+103
2020-05-23
ice: Implement aRFS
Brett Creeley
7
-12
/
+805
2020-05-23
ice: Restore filters following reset
Henry Tieman
4
-6
/
+109
2020-05-23
ice: Enable flex-bytes support
Henry Tieman
6
-2
/
+265
2020-05-23
ice: Support IPv6 Flow Director filters
Henry Tieman
5
-81
/
+642
2020-05-23
ice: Support IPv4 Flow Director filters
Henry Tieman
12
-0
/
+1493
2020-05-23
ice: Support displaying ntuple rules
Henry Tieman
8
-0
/
+280
2020-05-23
ice: Initialize Flow Director resources
Henry Tieman
22
-38
/
+1553
2020-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
15
-1066
/
+290
2020-05-23
e1000e: disable s0ix entry and exit flows for ME systems
Vitaly Lifshits
1
-2
/
+43
2020-05-23
e1000e: Disable TSO for buffer overrun workaround
Kai-Heng Feng
1
-0
/
+4
2020-05-23
e1000e: Warn if disabling ULP failed
Kai-Heng Feng
1
-1
/
+5
2020-05-23
igb: Report speed and duplex as unknown when device is runtime suspended
Kai-Heng Feng
1
-1
/
+2
2020-05-23
igc: Remove unused descriptor's flags
Sasha Neftin
1
-4
/
+0
2020-05-23
igc: Remove igc_nfc_rule_exit()
Andre Guedes
1
-14
/
+0
2020-05-23
igc: Change adapter->nfc_rule_lock to mutex
Andre Guedes
3
-20
/
+20
2020-05-23
igc: Change return type from igc_disable_nfc_rule()
Andre Guedes
1
-17
/
+9
2020-05-23
igc: Fix NFC rule validation
Andre Guedes
1
-3
/
+4
[prev]
[next]