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
2018-11-13
ice: Fix NVM mask defines
Lev Faerman
1
-3
/
+3
2018-11-13
ice: Avoid nested RTNL locking in ice_dis_vsi
Dave Ertman
1
-5
/
+10
2018-11-13
ice: Calculate guaranteed VSIs per function and use it
Anirudh Venkataramanan
5
-6
/
+34
2018-11-13
ice: Remove node before releasing VSI
Anirudh Venkataramanan
3
-1
/
+110
2018-11-13
ice: Check for q_vector when stopping rings
Tony Nguyen
1
-1
/
+2
2018-11-13
ice: Fix debug print in ice_tx_timeout
Brett Creeley
2
-6
/
+12
2018-11-07
ice: Change req_speeds to be u16
Chinh T Cao
1
-1
/
+1
2018-11-06
ice: Fix the bytecount sent to netdev_tx_sent_queue
Brett Creeley
1
-1
/
+1
2018-11-06
ice: Fix tx_timeout in PF driver
Brett Creeley
4
-6
/
+40
2018-11-06
ice: Fix napi delete calls for remove
Dave Ertman
3
-1
/
+3
2018-11-06
ice: Fix typo in error message
Anirudh Venkataramanan
1
-1
/
+1
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
3
-39
/
+6
2018-11-06
ice: Free VSI contexts during for unload
Victor Raj
3
-0
/
+17
2018-11-06
ice: Fix dead device link issue with flow control
Akeem G Abodunrin
1
-1
/
+6
2018-11-06
ice: Check for reset in progress during remove
Anirudh Venkataramanan
2
-0
/
+8
2018-11-06
ice: Set carrier state and start/stop queues in rebuild
Anirudh Venkataramanan
1
-1
/
+17
2018-10-25
ice: Poll for link status change
Anirudh Venkataramanan
3
-120
/
+25
2018-10-25
ice: Allocate VF interrupts and set queue map
Anirudh Venkataramanan
2
-4
/
+17
2018-10-25
ice: Introduce ice_dev_onetime_setup
Anirudh Venkataramanan
4
-0
/
+25
2018-10-25
ice: Use capability count returned by the firmware
Anirudh Venkataramanan
1
-3
/
+1
2018-10-24
ice: Update expected FW version
Anirudh Venkataramanan
1
-3
/
+2
2018-10-24
ice: Change device ID define names to align with branding string
Anirudh Venkataramanan
2
-6
/
+6
2018-10-24
ice: Make ice_msix_clean_rings static
Anirudh Venkataramanan
2
-2
/
+1
2018-10-03
ice: Update version string
Anirudh Venkataramanan
1
-1
/
+1
2018-10-03
ice: Use the right function to enable/disable VSI
Dave Ertman
1
-9
/
+14
2018-10-03
ice: Add more flexibility on how we assign an ITR index
Brett Creeley
3
-47
/
+59
2018-10-03
ice: Fix potential null pointer issues
Dave Ertman
1
-6
/
+7
2018-10-03
ice: Add code to go from ICE_FWD_TO_VSI_LIST to ICE_FWD_TO_VSI
Brett Creeley
1
-9
/
+29
2018-10-03
ice: Fix forward to queue group logic
Anirudh Venkataramanan
1
-4
/
+10
2018-10-03
ice: Extend malicious operations detection logic
Anirudh Venkataramanan
3
-2
/
+60
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
3
-0
/
+17
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
6
-0
/
+1221
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
6
-1
/
+629
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
10
-1
/
+272
2018-10-03
ice: Update VSI and queue management code to handle VF VSI
Anirudh Venkataramanan
6
-34
/
+184
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
11
-9
/
+1061
2018-10-03
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
8
-1
/
+151
2018-10-02
ice: Fix error on driver remove
Dave Ertman
1
-0
/
+6
2018-10-02
ice: Add support for dynamic interrupt moderation
Brett Creeley
7
-24
/
+102
2018-10-02
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
2
-5
/
+14
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
3
-0
/
+40
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
3
-64
/
+148
2018-10-02
ice: Check for actual link state of port after reset
Dave Ertman
3
-2
/
+6
2018-10-02
ice: Implement VSI replay framework
Anirudh Venkataramanan
6
-51
/
+178
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
9
-163
/
+132
2018-10-02
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
4
-200
/
+328
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
4
-30
/
+31
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
3
-282
/
+249
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
3
-450
/
+521
[prev]
[next]