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
/
fm10k
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-18
fm10k: force LPORT delete when updating VLAN or MAC address
Jacob Keller
1
-15
/
+23
2015-06-18
fm10k: use dma_set_mask_and_coherent in fm10k_probe
Jacob Keller
1
-18
/
+6
2015-06-18
fm10k: trivial fixup message style to include a colon
Jacob Keller
1
-1
/
+1
2015-06-18
fm10k: remove extraneous NULL check on l2_accel
Jacob Keller
1
-2
/
+1
2015-06-18
fm10k: use an unsigned int for i in ethtool_get_strings
Jacob Keller
1
-1
/
+1
2015-06-18
fm10k: add call to fm10k_clean_all_rx_rings in fm10k_down
Jacob Keller
1
-0
/
+1
2015-06-18
fm10k: fix incorrect free on skb in ts_tx_enqueue
Jacob Keller
1
-1
/
+1
2015-06-18
fm10k: move setting shinfo inside ts_tx_enqueue
Jacob Keller
1
-3
/
+3
2015-06-18
fm10k: use correct ethernet driver Tx timestamp function
Jacob Keller
1
-2
/
+3
2015-06-18
fm10k: ignore invalid multicast address entries
Jacob Keller
1
-7
/
+1
2015-06-18
fm10k: fold fm10k_pull_tail into fm10k_add_rx_frag
Alexander Duyck
1
-46
/
+20
2015-05-04
fm10k: Do not assume budget will never be 0 for NAPI
Alexander Duyck
1
-2
/
+2
2015-04-15
fm10k: Bump driver version to 0.15.2
Jeff Kirsher
1
-1
/
+1
2015-04-15
fm10k: corrected VF multicast update
Jeff Kirsher
1
-2
/
+5
2015-04-15
fm10k: mbx_update_max_size does not drop all oversized messages
Jeff Kirsher
1
-3
/
+6
2015-04-15
fm10k: reset head instead of calling update_max_size
Jeff Kirsher
1
-2
/
+16
2015-04-15
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
Jeff Kirsher
1
-1
/
+1
2015-04-15
fm10k: update xcast mode before synchronizing multicast addresses
Jeff Kirsher
1
-11
/
+11
2015-04-15
fm10k: start service timer on probe
Jeff Kirsher
1
-3
/
+6
2015-04-15
fm10k: fix function header comment
Jeff Kirsher
1
-2
/
+1
2015-04-15
fm10k: comment next_vf_mbx flow
Jeff Kirsher
1
-0
/
+11
2015-04-15
fm10k: don't handle mailbox events in iov_event path and always process mailbox
Jeff Kirsher
2
-32
/
+5
2015-04-15
fm10k: use separate workqueue for fm10k driver
Jeff Kirsher
3
-1
/
+16
2015-04-15
fm10k: Set PF queues to unlimited bandwidth during virtualization
Jeff Kirsher
1
-1
/
+2
2015-04-15
fm10k: expose tx_timeout_count as an ethtool stat
Jeff Kirsher
1
-0
/
+2
2015-04-15
fm10k: only increment tx_timeout_count in Tx hang path
Jeff Kirsher
1
-1
/
+0
2015-04-15
fm10k: remove extraneous "Reset interface" message
Jeff Kirsher
1
-1
/
+0
2015-04-15
fm10k: separate PF only stats so that VF does not display them
Jeff Kirsher
1
-14
/
+37
2015-04-15
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
2
-8
/
+12
2015-04-15
fm10k: only show actual queues, not the maximum in hardware
Jeff Kirsher
1
-2
/
+3
2015-04-15
fm10k: allow creation of VLAN on default vid
Jeff Kirsher
1
-4
/
+4
2015-04-15
fm10k: fix unused warnings
Jeff Kirsher
7
-37
/
+35
2015-04-15
fm10k: Add netconsole support
Jeff Kirsher
3
-0
/
+28
2015-04-15
fm10k: Have the VF get the default VLAN during init
Jeff Kirsher
1
-1
/
+5
2015-04-15
fm10k: Correct spelling mistake
Jeff Kirsher
1
-2
/
+2
2015-04-15
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
3
-7
/
+4
2015-04-15
fm10k: Corrected an error in Tx statistics
Jeff Kirsher
1
-2
/
+2
2015-03-31
ptp: fm10k: convert to the 64 bit get/set time methods.
Richard Cochran
1
-6
/
+6
2015-03-03
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
11
-42
/
+40
2015-03-03
fm10k: Implement ndo_features_check
Matthew Vick
3
-1
/
+13
2015-03-03
fm10k: Modify tunnel length header check when offloading
Matthew Vick
2
-9
/
+27
2015-02-06
fm10k: Resolve compile warnings with W=1
Matthew Vick
2
-6
/
+2
2015-02-06
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
Matthew Vick
1
-5
/
+2
2015-01-23
fm10k: Increase the timeout for the data path reset
Matthew Vick
1
-1
/
+1
2015-01-23
fm10k: Check tunnel header length in encap offload
Joe Stringer
1
-0
/
+6
2015-01-23
net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...
Or Gerlitz
1
-7
/
+6
2015-01-23
fm10k: Clean-up page reuse code
Alexander Duyck
1
-17
/
+17
2015-01-14
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2
-3
/
+3
2014-12-12
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
Alexander Duyck
1
-3
/
+3
2014-12-10
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
1
-2
/
+2
[prev]
[next]