summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)AuthorFilesLines
2015-04-15fm10k: Bump driver version to 0.15.2Jeff Kirsher1-1/+1
2015-04-15fm10k: corrected VF multicast updateJeff Kirsher1-2/+5
2015-04-15fm10k: mbx_update_max_size does not drop all oversized messagesJeff Kirsher1-3/+6
2015-04-15fm10k: reset head instead of calling update_max_sizeJeff Kirsher1-2/+16
2015-04-15fm10k: renamed mbx_tx_dropped to mbx_tx_oversizedJeff Kirsher1-1/+1
2015-04-15fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher1-11/+11
2015-04-15fm10k: start service timer on probeJeff Kirsher1-3/+6
2015-04-15fm10k: fix function header commentJeff Kirsher1-2/+1
2015-04-15fm10k: comment next_vf_mbx flowJeff Kirsher1-0/+11
2015-04-15fm10k: don't handle mailbox events in iov_event path and always process mailboxJeff Kirsher2-32/+5
2015-04-15fm10k: use separate workqueue for fm10k driverJeff Kirsher3-1/+16
2015-04-15fm10k: Set PF queues to unlimited bandwidth during virtualizationJeff Kirsher1-1/+2
2015-04-15fm10k: expose tx_timeout_count as an ethtool statJeff Kirsher1-0/+2
2015-04-15fm10k: only increment tx_timeout_count in Tx hang pathJeff Kirsher1-1/+0
2015-04-15fm10k: remove extraneous "Reset interface" messageJeff Kirsher1-1/+0
2015-04-15fm10k: separate PF only stats so that VF does not display themJeff Kirsher1-14/+37
2015-04-15fm10k: use hw->mac.max_queues for statsJeff Kirsher2-8/+12
2015-04-15fm10k: only show actual queues, not the maximum in hardwareJeff Kirsher1-2/+3
2015-04-15fm10k: allow creation of VLAN on default vidJeff Kirsher1-4/+4
2015-04-15fm10k: fix unused warningsJeff Kirsher7-37/+35
2015-04-15fm10k: Add netconsole supportJeff Kirsher3-0/+28
2015-04-15fm10k: Have the VF get the default VLAN during initJeff Kirsher1-1/+5
2015-04-15fm10k: Correct spelling mistakeJeff Kirsher1-2/+2
2015-04-15fm10k: Remove redundant rx_errors in ethtoolJeff Kirsher3-7/+4
2015-04-15fm10k: Corrected an error in Tx statisticsJeff Kirsher1-2/+2
2015-03-31ptp: fm10k: convert to the 64 bit get/set time methods.Richard Cochran1-6/+6
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick11-42/+40
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick3-1/+13
2015-03-03fm10k: Modify tunnel length header check when offloadingMatthew Vick2-9/+27
2015-02-06fm10k: Resolve compile warnings with W=1Matthew Vick2-6/+2
2015-02-06fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick1-5/+2
2015-01-23fm10k: Increase the timeout for the data path resetMatthew Vick1-1/+1
2015-01-23fm10k: Check tunnel header length in encap offloadJoe Stringer1-0/+6
2015-01-23net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...Or Gerlitz1-7/+6
2015-01-23fm10k: Clean-up page reuse codeAlexander Duyck1-17/+17
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2-3/+3
2014-12-12fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck1-3/+3
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck1-2/+2
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-2/+10
2014-12-09ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-8/+3
2014-11-16fm10k: use netdev_rss_key_fill() helperEric Dumazet1-7/+3
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck1-1/+1
2014-10-16fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou1-3/+3
2014-10-16fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick1-3/+4
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick1-0/+1
2014-10-14fm10k: Add skb->xmit_more supportAlexander Duyck1-31/+34
2014-10-10fm10k: fix race accessing page->_countEric Dumazet1-4/+3
2014-10-02fm10k: Correctly set the number of Tx queuesAlexander Duyck1-1/+5
2014-10-02fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck1-6/+2
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell1-0/+2