aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-19/+1
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck1-4/+3
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-28fm10k: bump version numberJacob Keller1-2/+2
2018-01-12ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded ringsAlexander Duyck1-8/+6
2017-11-21fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-10-03fm10k: Fix misuse of net_ratelimit()Joe Perches1-1/+2
2017-10-03fm10k: bump version numberJacob Keller1-1/+1
2017-10-02fm10k: add missing fall through commentJacob Keller1-0/+1
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller1-5/+5
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller1-3/+3
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller1-0/+2
2017-01-08fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson1-3/+5
2017-01-08fm10k: bump version numberJacob Keller1-1/+1
2016-10-02fm10k: wrap long line for alloc_workqueueJacob Keller1-1/+2
2016-08-29fm10k: rework vxlan_port offload before adding geneve supportJacob Keller1-2/+2
2016-08-29fm10k: NAPI polling routine must return actual work doneJacob Keller1-1/+1
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller1-1/+1
2016-08-29fm10k: use variadic form of alloc_workqueueJacob Keller1-1/+1
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller1-4/+15
2016-07-20fm10k: bump version numberJacob Keller1-1/+1
2016-07-20fm10k: return proper error code when pci_enable_msix_range failsJacob Keller1-1/+1
2016-07-20fm10k: wait for queues to drain if stop_hw() fails onceJacob Keller1-1/+1
2016-07-20fm10k: use actual hardware registers when checking for pending TxJacob Keller1-3/+5
2016-06-29fm10k: Remove create_workqueueBhaktipriya Shridhar1-2/+1
2016-06-29fm10k: Align Rx buffers to 512B blocksAlexander Duyck1-1/+1
2016-04-20fm10k: fix incorrect IPv6 extended header checksumJacob Keller1-9/+16
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller1-2/+2
2016-04-20fm10k: fix possible null pointer deref after kcallocJacob Keller1-12/+2
2016-04-20fm10k: drop 1588 supportJacob Keller1-21/+1
2016-04-20fm10k: use DRV_SUMMARY to reduce code duplicationJacob Keller1-3/+3
2016-04-20fm10k: Add support for bulk Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-05fm10k: use ethtool_rxfh_indir_default for default redirection tableJacob Keller1-14/+10
2016-04-05fm10k: correctly clean up when init_queueing_scheme failsJacob Keller1-9/+26
2016-04-05fm10k: base queue scheme covered by RSSJacob Keller1-4/+2
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan1-10/+10
2016-04-05fm10k: Move constants to the right of binary operatorsBruce Allan1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+8
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-02-16fm10k: don't reinitialize RSS flow table when RXFH configuredKeller, Jacob E1-2/+8
2015-12-22fm10k: don't initialize fm10k_workqueue at global levelBruce Allan1-4/+2
2015-12-13fm10k: whitespace cleanupsBruce Allan1-2/+2
2015-12-13fm10k: Cleanup MSI-X interrupts in case of failureAlexander Duyck1-1/+3
2015-12-13fm10k: bump driver versionJacob Keller1-1/+1
2015-12-05fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frameJacob Keller1-3/+3
2015-12-05fm10k: Update adaptive ITR algorithmJacob Keller1-12/+40
2015-12-05fm10k: introduce ITR_IS_ADAPTIVE macroJacob Keller1-1/+1
2015-11-23fm10k: Fix handling of NAPI budget when multiple queues are enabled per vectorAlexander Duyck1-0/+4
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-9/+12
2015-10-13fm10k: do not use enum as booleanJacob Keller1-1/+1