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
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
2021-07-01
fm10k: Fix an error handling path in 'fm10k_probe()'
Christophe JAILLET
1
-0
/
+1
2021-05-26
fm10k: move error check
Jesse Brandeburg
1
-5
/
+5
2021-03-23
fm10k: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+2
2021-03-23
intel: clean up mismatched header comments
Jesse Brandeburg
5
-7
/
+7
2021-02-05
net: use the new dev_page_is_reusable() instead of private versions
Alexander Lobakin
1
-9
/
+4
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-11-24
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-09-30
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
1
-2
/
+0
2020-08-27
net: Take common prefetch code structure into a function
Tariq Toukan
1
-4
/
+1
2020-07-15
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
4
-159
/
+28
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
5
-12
/
+12
2020-06-26
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
3
-7
/
+1
2020-03-12
net: fm10k: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-02-25
intel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-3
/
+3
2020-01-17
fm10k: use txqueue parameter in fm10k_tx_timeout
Jacob Keller
1
-7
/
+10
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
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
1
-1
/
+1
2019-11-05
fm10k: update driver version to match out-of-tree
Jacob Keller
1
-1
/
+1
2019-11-05
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
5
-0
/
+56
2019-11-05
fm10k: add missing field initializers to TLV attributes)
Jacob Keller
1
-3
/
+3
2019-09-09
fm10k: use a local variable for the frag pointer
Jacob Keller
1
-3
/
+5
2019-08-23
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
1
-2
/
+1
2019-08-11
fm10k: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-2
/
+0
2019-08-04
fm10k: fix fm10k_get_fault_pf to read correct address
Jacob Keller
1
-1
/
+1
2019-08-04
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
4
-18
/
+11
2019-08-04
fm10k: mark unused parameters with __always_unused
Jacob Keller
5
-21
/
+28
2019-08-04
fm10k: cast page_addr to u8 * when incrementing it
Jacob Keller
1
-1
/
+1
2019-08-04
fm10k: explicitly return 0 on success path in function
Jacob Keller
1
-1
/
+1
2019-08-04
fm10k: remove needless initialization of size local variable
Jacob Keller
1
-1
/
+1
2019-08-04
fm10k: remove needless assignment of err local variable
Jacob Keller
1
-5
/
+5
2019-08-04
fm10k: remove unnecessary variable initializer
Jacob Keller
1
-1
/
+1
2019-08-02
fm10k: reduce scope of the ring variable
Jacob Keller
1
-2
/
+2
2019-08-02
fm10k: reduce the scope of the result local variable
Jacob Keller
1
-2
/
+1
2019-08-02
fm10k: reduce the scope of the local msg variable
Jacob Keller
1
-2
/
+4
2019-08-02
fm10k: reduce the scope of the local i variable
Jacob Keller
1
-2
/
+2
2019-08-02
fm10k: reduce the scope of the err variable
Jacob Keller
1
-2
/
+3
2019-08-02
fm10k: reduce the scope of the tx_buffer variable
Jacob Keller
1
-2
/
+2
2019-08-02
fm10k: reduce the scope of the q_idx local variable
Jacob Keller
1
-4
/
+5
2019-08-02
fm10k: reduce the scope of local err variable
Jacob Keller
1
-2
/
+3
2019-08-02
fm10k: reduce the scope of qv local variable
Jacob Keller
1
-2
/
+2
2019-08-02
fm10k: reduce scope of *p local variable
Jacob Keller
1
-3
/
+2
2019-08-01
fm10k: reduce scope of the err variable
Jacob Keller
1
-3
/
+3
2019-07-23
fm10k: Use dev_get_drvdata
Chuhong Yuan
1
-2
/
+2
2019-07-23
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+3
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+2
2019-05-07
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2
-7
/
+0
2019-04-23
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
1
-1
/
+1
2019-04-08
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2
-7
/
+0
2019-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
[next]