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
/
ice
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-27
ice: Do not bail out when filter already exists
Preethi Banala
1
-1
/
+5
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
2
-0
/
+6
2019-03-27
ice: Fix for adaptive interrupt moderation
Anirudh Venkataramanan
3
-24
/
+275
2019-03-26
ice: Implement pci_error_handler ops
Brett Creeley
1
-0
/
+151
2019-03-26
ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_reset
Brett Creeley
1
-2
/
+5
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: Create a generic name for the ice_rx_flg64_bits structure
Chinh T Cao
2
-30
/
+30
2019-03-25
ice: add and use new ice_for_each_traffic_class() macro
Bruce Allan
4
-4
/
+7
2019-03-25
ice: change VF VSI tc info along with num_queues
Preethi Banala
1
-0
/
+3
2019-03-25
ice: Prevent unintended multiple chain resets
Dave Ertman
1
-2
/
+8
2019-03-25
ice: map Rx buffer pages with DMA attributes
Maciej Fijalkowski
2
-4
/
+23
2019-03-25
ice: Limit the ice_add_rx_frag to frag addition
Maciej Fijalkowski
1
-81
/
+79
2019-03-25
ice: Gather the rx buf clean-up logic for better reuse
Maciej Fijalkowski
1
-26
/
+50
2019-03-25
ice: Introduce bulk update for page count
Maciej Fijalkowski
2
-7
/
+20
2019-03-25
ice: Get rid of ice_pull_tail
Maciej Fijalkowski
1
-46
/
+24
2019-03-25
ice: Pull out page reuse checks onto separate function
Maciej Fijalkowski
1
-35
/
+45
2019-03-25
ice: Retrieve rx_buf in separate function
Maciej Fijalkowski
1
-33
/
+42
2019-03-25
ice: Enable link events over the ARQ
Brett Creeley
3
-4
/
+98
2019-03-25
ice: use irq_num var in ice_vsi_req_irq_msix
Alan Brady
1
-4
/
+3
2019-03-25
ice: Restore VLAN switch rule if port VLAN existed before
Michal Swiatkowski
1
-1
/
+3
2019-03-25
ice: update VSI config dynamically
Victor Raj
1
-62
/
+13
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: Set LAN_EN for all directional rules
Yashaswini Raghuram Prathivadi Bhayankaram
1
-3
/
+9
2019-03-22
ice: Do not set LB_EN for prune switch rules
Christopher N Bednarz
1
-1
/
+6
2019-03-22
ice: Enable LAN_EN for the right recipes
Yashaswini Raghuram Prathivadi Bhayankaram
1
-9
/
+20
2019-03-22
ice: Add support for PF/VF promiscuous mode
Akeem G Abodunrin
7
-31
/
+527
2019-03-22
ice: code cleanup in ice_sched.c
Victor Raj
1
-8
/
+9
2019-03-22
ice: Remove unused vsi_id field
Anirudh Venkataramanan
1
-1
/
+0
2019-03-22
ice: fix some function prototype and signature style issues
Bruce Allan
11
-87
/
+108
2019-03-22
ice: fix the divide by zero issue
Kiran Patil
1
-1
/
+12
2019-03-22
ice: Fix issue reconfiguring VF queues
Akeem G Abodunrin
3
-16
/
+76
2019-03-22
ice: Remove unused function prototype
Anirudh Venkataramanan
1
-10
/
+0
2019-03-22
ice: fix static analysis warnings
Bruce Allan
4
-4
/
+4
2019-03-22
ice: Fix issue reclaiming resources back to the pool after reset
Akeem G Abodunrin
1
-3
/
+23
2019-03-22
ice: Enable MAC anti-spoof by default
Akeem G Abodunrin
1
-0
/
+9
2019-03-20
ice: Determine descriptor count and ring size based on PAGE_SIZE
Brett Creeley
3
-11
/
+43
2019-03-20
ice: Reset all VFs with VFLR during SR-IOV init flow
Akeem G Abodunrin
1
-1
/
+1
2019-03-20
ice: Get resources per function
Brett Creeley
1
-5
/
+8
2019-03-20
ice: Implement flow to reset VFs with PFR and other resets
Akeem G Abodunrin
1
-6
/
+2
2019-03-20
ice: configure GLINT_ITR to always have an ITR gran of 2
Brett Creeley
4
-18
/
+44
2019-03-20
ice: use ice_for_each_vsi macro when possible
Brett Creeley
3
-9
/
+8
2019-03-20
ice : Ensure only valid bits are set in ice_aq_set_phy_cfg
Chinh T Cao
3
-2
/
+15
2019-03-20
ice: remove redundant variable and if condition
Brett Creeley
1
-7
/
+4
2019-03-20
ice: avoid multiple unnecessary de-references in probe
Bruce Allan
1
-18
/
+15
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: fix overlong string, update stats output
Jesse Brandeburg
1
-40
/
+40
[prev]
[next]