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
/
ice
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-05
ice: Separate if conditions for ice_set_features()
Tony Nguyen
1
-2
/
+6
2019-05-05
ice: Remove __always_unused attribute
Tony Nguyen
1
-1
/
+1
2019-05-05
ice: Suppress false-positive style issues reported by static analyzer
Bruce Allan
1
-0
/
+1
2019-05-05
ice: Refactor getting/setting coalesce
Brett Creeley
1
-59
/
+93
2019-05-05
ice: Always free/allocate q_vectors
Brett Creeley
1
-20
/
+14
2019-05-05
ice: Do not unnecessarily initialize local variable
Bruce Allan
1
-1
/
+1
2019-05-05
ice: Add more validation in ice_vc_cfg_irq_map_msg
Michal Swiatkowski
4
-28
/
+36
2019-05-05
ice: Don't remove VLAN filters that were never programmed
Akeem G Abodunrin
2
-2
/
+16
2019-05-04
ice: Preserve VLAN Rx stripping settings
Tony Nguyen
1
-0
/
+4
2019-05-04
ice: Fix for allowing too many MDD events on VF
Michal Swiatkowski
1
-7
/
+8
2019-05-04
ice: Use pf instead of vsi-back
Jesse Brandeburg
1
-30
/
+30
2019-05-02
ice: Use dev_err when ice_cfg_vsi_lan fails
Brett Creeley
1
-3
/
+6
2019-05-02
ice: Refactor link event flow
Brett Creeley
2
-48
/
+65
2019-05-02
ice: Add missing PHY type to link settings
Tony Nguyen
1
-0
/
+1
2019-05-02
ice: Add reg_idx variable in ice_q_vector structure
Brett Creeley
4
-26
/
+76
2019-05-02
ice: Remove runtime change of PFINT_OICR_ENA register
Md Fahad Iqbal Polash
2
-23
/
+3
2019-05-02
ice: Fix issue when adding more than allowed VLANs
Akeem G Abodunrin
2
-7
/
+21
2019-05-02
ice: Remove unnecessary wait when disabling/enabling Rx queues
Brett Creeley
1
-8
/
+2
2019-05-02
ice: Add ability to update rx-usecs-high
Brett Creeley
4
-2
/
+33
2019-05-02
ice: Add 52 byte RSS hash key support
Paul Greenwalt
2
-7
/
+8
2019-05-02
ice: Use ice_for_each_q_vector macro where possible
Brett Creeley
2
-8
/
+8
2019-05-02
ice: Validate ring existence and its q_vector per VSI
Maciej Fijalkowski
1
-1
/
+2
2019-05-02
ice: Reduce scope of variable in ice_vsi_cfg_rxqs
Brett Creeley
1
-7
/
+11
2019-05-02
ice: Resolve static analysis reported issue
Bruce Allan
1
-10
/
+2
2019-05-02
ice: Return configuration error without queue to disable
Akeem G Abodunrin
1
-7
/
+10
2019-05-02
ice: Create framework for VSI queue context
Anirudh Venkataramanan
7
-56
/
+205
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-18
ice: Calculate ITR increment based on direct calculation
Brett Creeley
1
-72
/
+63
2019-04-18
ice: Bump driver version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Add code to control FW LLDP and DCBX
Anirudh Venkataramanan
5
-2
/
+159
2019-04-18
ice: Add code for DCB rebuild
Anirudh Venkataramanan
3
-0
/
+85
2019-04-18
ice: Add code to get DCB related statistics
Anirudh Venkataramanan
6
-2
/
+86
2019-04-18
ice: Add priority information into VLAN header
Anirudh Venkataramanan
4
-3
/
+54
2019-04-18
ice: Update rings based on TC information
Anirudh Venkataramanan
5
-0
/
+52
2019-04-18
ice: Add code to process LLDP MIB change events
Anirudh Venkataramanan
5
-3
/
+47
2019-04-18
ice: Add code for DCB initialization part 4/4
Anirudh Venkataramanan
2
-2
/
+81
2019-04-18
ice: Add code for DCB initialization part 3/4
Anirudh Venkataramanan
14
-82
/
+997
2019-04-18
ice: Add code for DCB initialization part 2/4
Anirudh Venkataramanan
6
-1
/
+1057
2019-04-18
ice: Add code for DCB initialization part 1/4
Anirudh Venkataramanan
10
-0
/
+230
2019-04-18
ice: Bump version
Anirudh Venkataramanan
1
-1
/
+1
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
16
-294
/
+294
2019-04-18
ice: Fix typos in code comments
Anirudh Venkataramanan
4
-6
/
+6
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
1
-5
/
+0
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-27
ice: Remove "2 BITS" comment
Anirudh Venkataramanan
1
-6
/
+6
2019-03-27
ice: Update comment regarding the ITR_GRAN_S
Brett Creeley
1
-1
/
+1
2019-03-27
ice: Update function header for __ice_vsi_get_qs
Anirudh Venkataramanan
1
-4
/
+3
2019-03-27
ice: Remove unnecessary braces
Anirudh Venkataramanan
1
-2
/
+1
2019-03-27
ice: Remove unused function prototype
Anirudh Venkataramanan
1
-2
/
+0
2019-03-27
ice: Add missing case in print_link_msg for printing flow control
Brett Creeley
1
-0
/
+3
[prev]
[next]