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-08-21
ice: Reduce wait times during VF bringup/reset
Brett Creeley
2
-11
/
+19
2019-08-21
ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register access
Paul Greenwalt
2
-11
/
+16
2019-08-21
ice: Do not always bring up PF VSI in ice_ena_vsi()
Tony Nguyen
1
-2
/
+0
2019-08-21
ice: allow empty Rx descriptors
Mitch Williams
1
-3
/
+12
2019-08-21
ice: Fix kernel hang with DCB reset in CEE mode
Usha Ketineni
1
-61
/
+88
2019-08-21
ice: Set WB_ON_ITR when we don't re-enable interrupts
Brett Creeley
3
-0
/
+70
2019-08-20
ice: fix set pause param autoneg check
Paul Greenwalt
1
-1
/
+26
2019-08-20
ice: Restructure VFs initialization flows
Akeem G Abodunrin
2
-22
/
+48
2019-08-20
ice: Assume that more than one Rx queue is rare in ice_napi_poll
Brett Creeley
1
-5
/
+10
2019-08-20
ice: Use the software based tail when checking for hung Tx ring
Brett Creeley
1
-3
/
+3
2019-07-31
ice: Bump version number
Tony Nguyen
1
-1
/
+1
2019-07-31
ice: Remove flag to track VF interrupt status
Akeem G Abodunrin
2
-16
/
+0
2019-07-31
ice: Remove unnecessary flag ICE_FLAG_MSIX_ENA
Brett Creeley
4
-102
/
+48
2019-07-31
ice: Don't return error for disabling LAN Tx queue that does exist
Akeem G Abodunrin
1
-0
/
+3
2019-07-31
ice: Remove duplicate code in ice_alloc_rx_bufs
Brett Creeley
1
-11
/
+3
2019-07-31
ice: Add stats for Rx drops at the port level
Brett Creeley
2
-0
/
+7
2019-07-31
ice: Update number of VF queue before setting VSI resources
Akeem G Abodunrin
1
-5
/
+5
2019-07-31
ice: Set up Tx scheduling tree based on alloc VSI Tx queues
Akeem G Abodunrin
1
-3
/
+3
2019-07-31
ice: Only bump Rx tail and release buffers once per napi_poll
Brett Creeley
1
-15
/
+27
2019-07-31
ice: Disable VFs until reset is completed
Akeem G Abodunrin
1
-0
/
+5
2019-07-31
ice: Do not configure port with no media
Tony Nguyen
2
-82
/
+158
2019-07-31
ice: separate out control queue lock creation
Jacob Keller
3
-29
/
+91
2019-07-31
ice: Always set prefena when configuring an Rx queue
Brett Creeley
2
-1
/
+9
2019-07-31
ice: Move vector base setup to PF VSI
Tony Nguyen
1
-4
/
+4
2019-07-31
ice: track hardware stat registers past rollover
Jacob Keller
5
-130
/
+91
2019-07-31
ice: add lp_advertising flow control support
Paul Greenwalt
1
-32
/
+72
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-3
/
+3
2019-07-15
docs: driver-model: move it to the driver-api book
Mauro Carvalho Chehab
1
-1
/
+1
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2019-06-29
ice: Use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+2
2019-06-21
docs: driver-model: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
1
-1
/
+1
2019-06-05
ice: Use LLDP ethertype define ETH_P_LLDP
Jeff Kirsher
1
-3
/
+1
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
[prev]
[next]