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