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
/
ice
/
ice_virtchnl_pf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
ice: Trivial cosmetic changes
Anirudh Venkataramanan
1
-5
/
+4
2019-05-30
ice: Recognize higher speeds
Anirudh Venkataramanan
1
-1
/
+1
2019-05-30
ice: Add support for virtchnl_vector_map.[rxq|txq]_map
Anirudh Venkataramanan
1
-9
/
+34
2019-05-30
ice: Use GLINT_DYN_CTL to disable VF's interrupts
Brett Creeley
1
-28
/
+13
2019-05-29
ice: Refactor interrupt tracking
Brett Creeley
1
-17
/
+169
2019-05-23
ice: Gracefully handle reset failure in ice_alloc_vfs()
Brett Creeley
1
-2
/
+9
2019-05-23
ice: Remove braces for single statement blocks
Anirudh Venkataramanan
1
-2
/
+1
2019-05-23
ice: Cleanup an unnecessary variable initialization
Bruce Allan
1
-3
/
+3
2019-05-05
ice: Add more validation in ice_vc_cfg_irq_map_msg
Michal Swiatkowski
1
-14
/
+12
2019-05-05
ice: Don't remove VLAN filters that were never programmed
Akeem G Abodunrin
1
-1
/
+11
2019-05-02
ice: Remove runtime change of PFINT_OICR_ENA register
Md Fahad Iqbal Polash
1
-12
/
+1
2019-05-02
ice: Fix issue when adding more than allowed VLANs
Akeem G Abodunrin
1
-1
/
+12
2019-05-02
ice: Create framework for VSI queue context
Anirudh Venkataramanan
1
-2
/
+2
2019-04-18
ice: Fix incorrect use of abbreviations
Anirudh Venkataramanan
1
-27
/
+27
2019-04-18
ice: Fix typos in code comments
Anirudh Venkataramanan
1
-1
/
+1
2019-03-27
ice: Fix issue with VF attempt to delete default MAC address
Akeem G Abodunrin
1
-8
/
+7
2019-03-27
ice: enable VF admin queue interrupts
Mitch Williams
1
-0
/
+4
2019-03-26
ice: use virt channel status codes
Mitch Williams
1
-119
/
+154
2019-03-26
ice: Remove unnecessary newlines from log messages
Jeremiah Kyle
1
-2
/
+2
2019-03-25
ice: change VF VSI tc info along with num_queues
Preethi Banala
1
-0
/
+3
2019-03-25
ice: Restore VLAN switch rule if port VLAN existed before
Michal Swiatkowski
1
-1
/
+3
2019-03-22
ice: Get VF VSI instances directly via PF
Akeem G Abodunrin
1
-8
/
+27
2019-03-22
ice: Don't let VF know that it is untrusted
Akeem G Abodunrin
1
-4
/
+8
2019-03-22
ice: Add support for PF/VF promiscuous mode
Akeem G Abodunrin
1
-14
/
+111
2019-03-22
ice: fix some function prototype and signature style issues
Bruce Allan
1
-4
/
+5
2019-03-22
ice: Fix issue reconfiguring VF queues
Akeem G Abodunrin
1
-9
/
+49
2019-03-20
ice: Reset all VFs with VFLR during SR-IOV init flow
Akeem G Abodunrin
1
-1
/
+1
2019-03-20
ice: use ice_for_each_vsi macro when possible
Brett Creeley
1
-1
/
+1
2019-03-20
ice: Fix issue with VF reset and multiple VFs support on PFs
Akeem G Abodunrin
1
-7
/
+13
2019-03-20
ice: Fix broadcast traffic in port VLAN mode
Michal Swiatkowski
1
-32
/
+44
2019-02-25
ice: use absolute vector ID for VFs
Mitch Williams
1
-2
/
+4
2019-02-25
ice: clear VF ARQLEN register on reset
Mitch Williams
1
-0
/
+5
2019-02-25
ice: fix stack hogs from struct ice_vsi_ctx structures
Bruce Allan
1
-22
/
+37
2019-01-15
ice: Rework queue management code for reuse
Anirudh Venkataramanan
1
-10
/
+14
2018-11-20
ice: Cosmetic formatting changes
Anirudh Venkataramanan
1
-9
/
+7
2018-11-13
ice: Call pci_disable_sriov before stopping queues for VF
Brett Creeley
1
-9
/
+9
2018-11-06
ice: Fix flags for port VLAN
Md Fahad Iqbal Polash
1
-1
/
+1
2018-11-06
ice: Remove duplicate addition of VLANs in replay path
Anirudh Venkataramanan
1
-2
/
+0
2018-10-25
ice: Allocate VF interrupts and set queue map
Anirudh Venkataramanan
1
-4
/
+11
2018-10-03
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
1
-8
/
+12
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
1
-0
/
+12
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
1
-0
/
+1204
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
1
-0
/
+438
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
1
-0
/
+163
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
1
-0
/
+847