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-30
ice: Trivial cosmetic changes
Anirudh Venkataramanan
12
-54
/
+53
2019-05-30
ice: Recognize higher speeds
Anirudh Venkataramanan
2
-1
/
+7
2019-05-30
ice: Use a different ICE_DBG bit for firmware log messages
Jacob Keller
2
-3
/
+4
2019-05-30
ice: Update function header
Anirudh Venkataramanan
1
-0
/
+4
2019-05-30
ice: Move define for ICE_AQC_DRIVER_UNLOADING
Anirudh Venkataramanan
1
-1
/
+1
2019-05-30
ice: Align to updated AQ command formats
Anirudh Venkataramanan
1
-7
/
+8
2019-05-30
ice: Use continue instead of an else block
Anirudh Venkataramanan
1
-3
/
+5
2019-05-30
ice: Change minimum descriptor count value for Tx/Rx rings
Preethi Banala
1
-1
/
+1
2019-05-30
ice: Add switch rules to handle LLDP packets
Dave Ertman
5
-6
/
+89
2019-05-30
ice: Cleanup ice_update_link_info
Bruce Allan
1
-17
/
+18
2019-05-30
ice: Use right type for ice_cfg_vsi_lan return
Akeem G Abodunrin
1
-8
/
+10
2019-05-30
ice: Add support for Forward Error Correction (FEC)
Paul Greenwalt
6
-3
/
+349
2019-05-30
ice: Add support for virtchnl_vector_map.[rxq|txq]_map
Anirudh Venkataramanan
3
-44
/
+115
2019-05-30
ice: Introduce ice_init_mac_fltr and move ice_napi_del
Tony Nguyen
3
-44
/
+79
2019-05-30
ice: Use GLINT_DYN_CTL to disable VF's interrupts
Brett Creeley
1
-28
/
+13
2019-05-29
ice: Add a helper to trigger software interrupt
Brett Creeley
3
-15
/
+25
2019-05-29
ice: Configure RSS LUT key only if RSS is enabled
Md Fahad Iqbal Polash
1
-0
/
+7
2019-05-29
ice: Add ice_get_fw_log_cfg to init FW logging
Dan Nowlin
2
-0
/
+49
2019-05-29
ice: Minor cleanup in ice_switch.h
Anirudh Venkataramanan
1
-4
/
+3
2019-05-29
ice: Remove redundant and premature event config
Dave Ertman
1
-6
/
+0
2019-05-29
ice: Change message level
Mitch Williams
1
-1
/
+1
2019-05-29
ice: Check all VFs for MDD activity, don't disable
Mitch Williams
1
-12
/
+11
2019-05-29
ice: Refactor interrupt tracking
Brett Creeley
6
-218
/
+263
2019-05-29
ice: Add handler for ethtool selftest
Anirudh Venkataramanan
11
-13
/
+752
2019-05-29
ice: Don't call ice_cfg_itr() for SR-IOV
Brett Creeley
1
-1
/
+2
2019-05-29
ice: Set minimum default Rx descriptor count to 512
Brett Creeley
1
-6
/
+13
2019-05-29
ice: Resolve static analysis warning
Bruce Allan
1
-4
/
+4
2019-05-29
ice: Implement toggling ethtool rx-vlan-filter
Tony Nguyen
1
-0
/
+7
2019-05-29
ice: Remove direct write for GLLAN_RCTL_0
Anirudh Venkataramanan
1
-3
/
+0
2019-05-29
ice: Fix LINE_SPACING style issue
Bruce Allan
1
-1
/
+0
2019-05-23
ice: Silence semantic parser warnings
Bruce Allan
2
-4
/
+4
2019-05-23
ice: Fix couple of issues in ice_vsi_release
Brett Creeley
3
-13
/
+14
2019-05-23
ice: Reorganize ice_vf struct
Jesse Brandeburg
1
-8
/
+13
2019-05-23
ice: Use bitfields when possible
Jesse Brandeburg
3
-11
/
+11
2019-05-23
ice: Reorganize tx_buf and ring structs
Jesse Brandeburg
1
-14
/
+21
2019-05-23
ice: Format ethtool reported stats
Richard Rodriguez
1
-54
/
+54
2019-05-23
ice: Gracefully handle reset failure in ice_alloc_vfs()
Brett Creeley
1
-2
/
+9
2019-05-23
ice: Refactor the LLDP MIB change event handling
Usha Ketineni
3
-22
/
+140
2019-05-23
ice: Advertise supported link modes if none requested
Tony Nguyen
1
-25
/
+50
2019-05-23
ice: Fix hang when ethtool disables FW LLDP
Dave Ertman
4
-17
/
+25
2019-05-23
ice: Call out dev/func caps when printing
Anirudh Venkataramanan
1
-26
/
+30
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-23
ice: Implement LLDP persistence
Anirudh Venkataramanan
5
-37
/
+29
2019-05-23
ice: Fix double spacing
Anirudh Venkataramanan
1
-1
/
+1
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
28
-1468
/
+5897
2019-05-05
ice: Disable sniffing VF traffic on PF
Michal Swiatkowski
1
-22
/
+2
2019-05-05
ice: Use more efficient structures
Jesse Brandeburg
1
-2
/
+2
2019-05-05
ice: Use bitfields where possible
Jesse Brandeburg
1
-5
/
+5
2019-05-05
ice: Add function to program ethertype based filter rule on VSIs
Akeem G Abodunrin
4
-0
/
+120
[next]