index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: intel: Remove in_interrupt() warnings
Sebastian Andrzej Siewior
2020-09-29
1
-2
/
+0
*
net: Take common prefetch code structure into a function
Tariq Toukan
2020-08-27
1
-4
/
+1
*
fm10k: convert to new udp_tunnel_nic infra
Jakub Kicinski
2020-07-15
4
-159
/
+28
*
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
2020-07-01
5
-12
/
+12
*
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
2020-06-26
3
-7
/
+1
*
net: fm10k: reject unsupported coalescing params
Jakub Kicinski
2020-03-12
1
-0
/
+2
*
intel: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-25
1
-3
/
+3
*
fm10k: use txqueue parameter in fm10k_tx_timeout
Jacob Keller
2020-01-17
1
-7
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
1
-1
/
+1
|
\
|
*
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-12-09
1
-1
/
+1
*
|
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-13
1
-1
/
+1
|
/
*
fm10k: update driver version to match out-of-tree
Jacob Keller
2019-11-04
1
-1
/
+1
*
fm10k: add support for ndo_get_vf_stats operation
Jacob Keller
2019-11-04
5
-0
/
+56
*
fm10k: add missing field initializers to TLV attributes)
Jacob Keller
2019-11-04
1
-3
/
+3
*
fm10k: use a local variable for the frag pointer
Jacob Keller
2019-09-09
1
-3
/
+5
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-23
1
-2
/
+1
*
fm10k: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-11
1
-2
/
+0
*
fm10k: fix fm10k_get_fault_pf to read correct address
Jacob Keller
2019-08-04
1
-1
/
+1
*
fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORS
Jacob Keller
2019-08-04
4
-18
/
+11
*
fm10k: mark unused parameters with __always_unused
Jacob Keller
2019-08-04
5
-21
/
+28
*
fm10k: cast page_addr to u8 * when incrementing it
Jacob Keller
2019-08-04
1
-1
/
+1
*
fm10k: explicitly return 0 on success path in function
Jacob Keller
2019-08-04
1
-1
/
+1
*
fm10k: remove needless initialization of size local variable
Jacob Keller
2019-08-04
1
-1
/
+1
*
fm10k: remove needless assignment of err local variable
Jacob Keller
2019-08-04
1
-5
/
+5
*
fm10k: remove unnecessary variable initializer
Jacob Keller
2019-08-04
1
-1
/
+1
*
fm10k: reduce scope of the ring variable
Jacob Keller
2019-08-02
1
-2
/
+2
*
fm10k: reduce the scope of the result local variable
Jacob Keller
2019-08-01
1
-2
/
+1
*
fm10k: reduce the scope of the local msg variable
Jacob Keller
2019-08-01
1
-2
/
+4
*
fm10k: reduce the scope of the local i variable
Jacob Keller
2019-08-01
1
-2
/
+2
*
fm10k: reduce the scope of the err variable
Jacob Keller
2019-08-01
1
-2
/
+3
*
fm10k: reduce the scope of the tx_buffer variable
Jacob Keller
2019-08-01
1
-2
/
+2
*
fm10k: reduce the scope of the q_idx local variable
Jacob Keller
2019-08-01
1
-4
/
+5
*
fm10k: reduce the scope of local err variable
Jacob Keller
2019-08-01
1
-2
/
+3
*
fm10k: reduce the scope of qv local variable
Jacob Keller
2019-08-01
1
-2
/
+2
*
fm10k: reduce scope of *p local variable
Jacob Keller
2019-08-01
1
-3
/
+2
*
fm10k: reduce scope of the err variable
Jacob Keller
2019-08-01
1
-3
/
+3
*
fm10k: Use dev_get_drvdata
Chuhong Yuan
2019-07-23
1
-2
/
+2
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-08
1
-2
/
+2
|
\
|
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-04-05
1
-0
/
+2
|
|
\
|
*
|
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-02
1
-1
/
+1
*
|
|
Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
2019-05-07
2
-7
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
2
-7
/
+0
|
|
/
*
/
fm10k: Fix a potential NULL pointer dereference
Yue Haibing
2019-03-27
1
-0
/
+2
|
/
*
fm10k: use struct_size() in kzalloc()
Gustavo A. R. Silva
2019-02-09
1
-4
/
+2
*
fm10k: TRIVIAL cleanup of extra spacing in function comment
Jacob Keller
2019-02-06
1
-1
/
+1
*
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-11-21
1
-5
/
+5
*
fm10k: bump driver version to match out-of-tree release
Jacob Keller
2018-10-31
1
-1
/
+1
*
fm10k: add missing device IDs to the upstream driver
Jacob Keller
2018-10-31
2
-0
/
+4
[next]