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