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
/
ice_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-25
ice: Poll for link status change
Anirudh Venkataramanan
1
-86
/
+24
2018-10-24
ice: Change device ID define names to align with branding string
Anirudh Venkataramanan
1
-3
/
+3
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: Extend malicious operations detection logic
Anirudh Venkataramanan
1
-0
/
+46
2018-10-03
ice: Notify VF of link status change
Anirudh Venkataramanan
1
-0
/
+2
2018-10-03
ice: Implement virtchnl commands for AVF support
Anirudh Venkataramanan
1
-0
/
+3
2018-10-03
ice: Add handlers for VF netdevice operations
Anirudh Venkataramanan
1
-0
/
+6
2018-10-03
ice: Add support for VF reset events
Anirudh Venkataramanan
1
-0
/
+15
2018-10-03
ice: Add handler to configure SR-IOV
Anirudh Venkataramanan
1
-1
/
+5
2018-10-03
ice: Add support to detect SR-IOV capability and mailbox queues
Anirudh Venkataramanan
1
-0
/
+47
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
1
-1
/
+1
2018-10-02
ice: Align ice_reset_req enum values to hardware reset values
Brett Creeley
1
-1
/
+4
2018-10-02
ice: Implement ethtool hook for RSS switch
Md Fahad Iqbal Polash
1
-0
/
+6
2018-10-02
ice: Split irq_tracker into sw_irq_tracker and hw_irq_tracker
Preethi Banala
1
-35
/
+81
2018-10-02
ice: Check for actual link state of port after reset
Dave Ertman
1
-0
/
+4
2018-10-02
ice: Implement VSI replay framework
Anirudh Venkataramanan
1
-3
/
+41
2018-10-02
ice: Expand use of VSI handles part 2/2
Anirudh Venkataramanan
1
-11
/
+11
2018-10-02
ice: Expand use of VSI handles part 1/2
Anirudh Venkataramanan
1
-2
/
+2
2018-10-01
ice: Change pf state behavior to protect reset path
Dave Ertman
1
-23
/
+21
2018-10-01
ice: Move common functions out of ice_main.c part 7/7
Anirudh Venkataramanan
1
-252
/
+0
2018-10-01
ice: Move common functions out of ice_main.c part 6/7
Anirudh Venkataramanan
1
-444
/
+48
2018-10-01
ice: Move common functions out of ice_main.c part 5/7
Anirudh Venkataramanan
1
-132
/
+0
2018-10-01
ice: Move common functions out of ice_main.c part 4/7
Anirudh Venkataramanan
1
-417
/
+1
2018-10-01
ice: Move common functions out of ice_main.c part 3/7
Anirudh Venkataramanan
1
-386
/
+0
2018-10-01
ice: Move common functions out of ice_main.c part 2/7
Anirudh Venkataramanan
1
-519
/
+22
2018-10-01
ice: Move common functions out of ice_main.c part 1/7
Anirudh Venkataramanan
1
-315
/
+1
2018-09-28
ice: update branding strings and supported device ids
Bruce Allan
1
-2
/
+0
2018-09-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-27
/
+0
2018-09-24
ice: remove ndo_poll_controller
Eric Dumazet
1
-27
/
+0
2018-09-19
intel-ethernet: use correct module license
Jesse Brandeburg
1
-1
/
+1
2018-08-28
ice: Fix and update driver version string
Anirudh Venkataramanan
1
-1
/
+1
2018-08-28
ice: Introduce SERVICE_DIS flag and service routine functions
Akeem G Abodunrin
1
-7
/
+27
2018-08-28
ice: Enable VSI Rx/Tx pruning only when VLAN 0 is active
Brett Creeley
1
-9
/
+85
2018-08-28
ice: Enable firmware logging during device initialization.
Hieu Tran
1
-0
/
+3
2018-08-28
ice: Implement ice_bridge_getlink and ice_bridge_setlink
Md Fahad Iqbal Polash
1
-1
/
+139
2018-08-28
ice: Add support for Tx hang, Tx timeout and malicious driver detection
Sudheer Mogilappagari
1
-0
/
+286
2018-08-28
ice: Refactor VSI allocation, deletion and rebuild flow
Anirudh Venkataramanan
1
-138
/
+233
2018-08-28
ice: Prevent control queue operations during reset
Anirudh Venkataramanan
1
-5
/
+29
2018-08-23
ice: Trivial formatting fixes
Anirudh Venkataramanan
1
-3
/
+3
2018-08-23
ice: Fix potential return of uninitialized value
Jesse Brandeburg
1
-2
/
+2
2018-08-23
ice: Fix a few null pointer dereference issues
Anirudh Venkataramanan
1
-7
/
+10
2018-08-23
ice: Update to interrupts enabled in OICR
Bruce Allan
1
-6
/
+3
2018-08-23
ice: Set VLAN flags correctly
Brett Creeley
1
-13
/
+18
2018-08-23
ice: Use order_base_2 to calculate higher power of 2
Jacob Keller
1
-5
/
+2
2018-08-23
ice: Fix bugs in control queue processing
Anirudh Venkataramanan
1
-4
/
+22
2018-08-23
ice: Cleanup magic number
Anirudh Venkataramanan
1
-1
/
+1
2018-08-23
ice: Fix multiple static analyser warnings
Anirudh Venkataramanan
1
-11
/
+8
2018-04-24
ice: Do not check INTEVENT bit for OICR interrupts
Ben Shelton
1
-4
/
+0
[next]