index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
fm10k
Commit message (
Expand
)
Author
Age
Files
Lines
*
fm10k: Bump driver version to 0.15.2
Jeff Kirsher
2015-04-14
1
-1
/
+1
*
fm10k: corrected VF multicast update
Jeff Kirsher
2015-04-14
1
-2
/
+5
*
fm10k: mbx_update_max_size does not drop all oversized messages
Jeff Kirsher
2015-04-14
1
-3
/
+6
*
fm10k: reset head instead of calling update_max_size
Jeff Kirsher
2015-04-14
1
-2
/
+16
*
fm10k: renamed mbx_tx_dropped to mbx_tx_oversized
Jeff Kirsher
2015-04-14
1
-1
/
+1
*
fm10k: update xcast mode before synchronizing multicast addresses
Jeff Kirsher
2015-04-14
1
-11
/
+11
*
fm10k: start service timer on probe
Jeff Kirsher
2015-04-14
1
-3
/
+6
*
fm10k: fix function header comment
Jeff Kirsher
2015-04-14
1
-2
/
+1
*
fm10k: comment next_vf_mbx flow
Jeff Kirsher
2015-04-14
1
-0
/
+11
*
fm10k: don't handle mailbox events in iov_event path and always process mailbox
Jeff Kirsher
2015-04-14
2
-32
/
+5
*
fm10k: use separate workqueue for fm10k driver
Jeff Kirsher
2015-04-14
3
-1
/
+16
*
fm10k: Set PF queues to unlimited bandwidth during virtualization
Jeff Kirsher
2015-04-14
1
-1
/
+2
*
fm10k: expose tx_timeout_count as an ethtool stat
Jeff Kirsher
2015-04-14
1
-0
/
+2
*
fm10k: only increment tx_timeout_count in Tx hang path
Jeff Kirsher
2015-04-14
1
-1
/
+0
*
fm10k: remove extraneous "Reset interface" message
Jeff Kirsher
2015-04-14
1
-1
/
+0
*
fm10k: separate PF only stats so that VF does not display them
Jeff Kirsher
2015-04-14
1
-14
/
+37
*
fm10k: use hw->mac.max_queues for stats
Jeff Kirsher
2015-04-14
2
-8
/
+12
*
fm10k: only show actual queues, not the maximum in hardware
Jeff Kirsher
2015-04-14
1
-2
/
+3
*
fm10k: allow creation of VLAN on default vid
Jeff Kirsher
2015-04-14
1
-4
/
+4
*
fm10k: fix unused warnings
Jeff Kirsher
2015-04-14
7
-37
/
+35
*
fm10k: Add netconsole support
Jeff Kirsher
2015-04-14
3
-0
/
+28
*
fm10k: Have the VF get the default VLAN during init
Jeff Kirsher
2015-04-14
1
-1
/
+5
*
fm10k: Correct spelling mistake
Jeff Kirsher
2015-04-14
1
-2
/
+2
*
fm10k: Remove redundant rx_errors in ethtool
Jeff Kirsher
2015-04-14
3
-7
/
+4
*
fm10k: Corrected an error in Tx statistics
Jeff Kirsher
2015-04-14
1
-2
/
+2
*
ptp: fm10k: convert to the 64 bit get/set time methods.
Richard Cochran
2015-03-31
1
-6
/
+6
*
fm10k: Resolve various spelling errors and checkpatch warnings
Matthew Vick
2015-03-03
11
-42
/
+40
*
fm10k: Implement ndo_features_check
Matthew Vick
2015-03-03
3
-1
/
+13
*
fm10k: Modify tunnel length header check when offloading
Matthew Vick
2015-03-03
2
-9
/
+27
*
fm10k: Resolve compile warnings with W=1
Matthew Vick
2015-02-05
2
-6
/
+2
*
fm10k: Validate VLAN ID in fm10k_update_xc_addr_pf
Matthew Vick
2015-02-05
1
-5
/
+2
*
fm10k: Increase the timeout for the data path reset
Matthew Vick
2015-01-22
1
-1
/
+1
*
fm10k: Check tunnel header length in encap offload
Joe Stringer
2015-01-22
1
-0
/
+6
*
net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...
Or Gerlitz
2015-01-22
1
-7
/
+6
*
fm10k: Clean-up page reuse code
Alexander Duyck
2015-01-22
1
-17
/
+17
*
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
2015-01-13
2
-3
/
+3
*
fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor reads
Alexander Duyck
2014-12-11
1
-3
/
+3
*
ethernet/intel: Use napi_alloc_skb
Alexander Duyck
2014-12-10
1
-2
/
+2
*
ethtool: Support for configurable RSS hash function
Eyal Perry
2014-12-08
1
-2
/
+10
*
ethernet/intel: Use eth_skb_pad and skb_put_padto helpers
Alexander Duyck
2014-12-08
1
-8
/
+3
*
fm10k: use netdev_rss_key_fill() helper
Eric Dumazet
2014-11-16
1
-7
/
+3
*
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
Alexander Duyck
2014-11-12
1
-1
/
+1
*
fm10k: Add CONFIG_FM10K_VXLAN configuration option
Andy Zhou
2014-10-16
1
-3
/
+3
*
fm10k: Unlock mailbox on VLAN addition failures
Matthew Vick
2014-10-16
1
-3
/
+4
*
fm10k: Check the host state when bringing the interface up
Matthew Vick
2014-10-16
1
-0
/
+1
*
fm10k: Add skb->xmit_more support
Alexander Duyck
2014-10-14
1
-31
/
+34
*
fm10k: fix race accessing page->_count
Eric Dumazet
2014-10-10
1
-4
/
+3
*
fm10k: Correctly set the number of Tx queues
Alexander Duyck
2014-10-01
1
-1
/
+5
*
fm10k: Reduce buffer size when pages are larger than 4K
Alexander Duyck
2014-10-01
1
-6
/
+2
*
fm10k: using vmalloc requires including linux/vmalloc.h
Stephen Rothwell
2014-10-01
1
-0
/
+2
[next]