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
2020-02-12
ice: Make print statements more compact
Anirudh Venkataramanan
8
-227
/
+123
2020-02-12
ice: Use ice_pf_to_dev
Anirudh Venkataramanan
6
-27
/
+27
2020-02-12
ice: Remove possible null dereference
Tony Nguyen
1
-2
/
+0
2020-02-12
ice: update Unit Load Status bitmask to check after reset
Bruce Allan
2
-5
/
+18
2020-02-12
ice: fix and consolidate logging of NVM/firmware version information
Bruce Allan
4
-28
/
+13
2020-02-12
ice: Modify link message logging
Akeem G Abodunrin
1
-1
/
+1
2020-02-12
ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_caps
Anirudh Venkataramanan
1
-2
/
+0
2020-02-12
ice: Remove ice_dev_onetime_setup()
Brett Creeley
4
-20
/
+0
2020-02-12
ice: Don't allow same value for Rx tail to be written twice
Brett Creeley
1
-1
/
+1
2020-02-12
ice: display supported and advertised link modes
Paul Greenwalt
1
-280
/
+2
2020-02-12
ice: Fix switch between FW and SW LLDP
Dave Ertman
1
-5
/
+5
2020-02-12
ice: Fix DCB rebuild after reset
Dave Ertman
2
-53
/
+36
2020-01-26
ice: Bump version
Tony Nguyen
1
-1
/
+1
2020-01-26
ice: Implement ethtool get/set rx-flow-hash
Md Fahad Iqbal Polash
3
-0
/
+273
2020-01-26
ice: Initilialize VF RSS tables
Md Fahad Iqbal Polash
4
-1
/
+225
2020-01-26
ice: Optimize table usage
Tony Nguyen
5
-1
/
+773
2020-01-26
ice: Enable writing filtering tables
Tony Nguyen
3
-0
/
+651
2020-01-26
ice: Populate TCAM filter software structures
Tony Nguyen
8
-10
/
+1459
2020-01-25
ice: Allocate flow profile
Tony Nguyen
12
-40
/
+864
2020-01-25
ice: Enable writing hardware filtering tables
Tony Nguyen
7
-4
/
+491
2020-01-17
ice: remove redundant assignment to variable xmit_done
Colin Ian King
1
-1
/
+1
2020-01-17
ice: Removing hung_queue variable to use txqueue function parameter
Julio Faracco
1
-30
/
+11
2020-01-04
ice: Add device ids for E822 devices
Jacob Keller
3
-0
/
+39
2020-01-04
ice: Suppress Coverity warnings for xdp_rxq_info_reg
Krzysztof Kazimierczak
1
-0
/
+2
2020-01-04
ice: Add a boundary check in ice_xsk_umem()
Krzysztof Kazimierczak
3
-3
/
+6
2020-01-04
ice: add extra check for null Rx descriptor
Mitch Williams
1
-5
/
+8
2020-01-04
ice: suppress checked_return error
Bruce Allan
1
-0
/
+6
2020-01-04
ice: Demote MTU change print to debug
Tony Nguyen
1
-1
/
+1
2020-01-04
ice: Enable ip link show on the PF to display VF unicast MAC(s)
Brett Creeley
1
-100
/
+99
2020-01-04
ice: Fix VF link state when it's IFLA_VF_LINK_STATE_AUTO
Brett Creeley
2
-47
/
+12
2020-01-04
ice: Remove Rx flex descriptor programming
Vignesh Sridhar
2
-113
/
+0
2020-01-04
ice: Return error on not supported ethtool -C parameters
Michal Swiatkowski
1
-0
/
+50
2020-01-04
ice: Restore interrupt throttle settings after VSI rebuild
Michal Swiatkowski
2
-0
/
+108
2020-01-04
ice: Set default value for ITR in alloc function
Michal Swiatkowski
1
-9
/
+4
2020-01-04
ice: Add ice_for_each_vf() macro
Brett Creeley
4
-15
/
+22
2020-01-04
ice: Add code to keep track of current dflt_vsi
Brett Creeley
4
-16
/
+155
2020-01-04
ice: Fix VF spoofchk
Brett Creeley
4
-97
/
+146
2020-01-04
ice: Support UDP segmentation offload
Brett Creeley
2
-4
/
+14
2019-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+2
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-6
/
+6
2019-12-21
xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addr
Magnus Karlsson
1
-2
/
+2
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2
-6
/
+6
2019-11-23
ice: Update FW API minor version
Kevin Scott
1
-1
/
+1
2019-11-23
ice: remove pointless NULL check of port_info
Jacob Keller
1
-2
/
+1
2019-11-23
ice: Implement ethtool ops for channels
Henry Tieman
7
-19
/
+335
2019-11-23
ice: implement VF stats NDO
Jesse Brandeburg
3
-0
/
+57
2019-11-23
ice: add helpers for virtchnl
Jesse Brandeburg
1
-71
/
+63
2019-11-23
ice: Add ice_pf_to_dev(pf) macro
Brett Creeley
10
-341
/
+389
2019-11-23
ice: Do not use devm* functions for local uses
Tony Nguyen
5
-88
/
+80
[prev]
[next]