summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)AuthorLines
2015-02-05fm10k: Resolve compile warnings with W=1Matthew Vick-6/+2
2015-02-05fm10k: Validate VLAN ID in fm10k_update_xc_addr_pfMatthew Vick-5/+2
2015-01-22fm10k: Increase the timeout for the data path resetMatthew Vick-1/+1
2015-01-22fm10k: Check tunnel header length in encap offloadJoe Stringer-0/+6
2015-01-22net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...Or Gerlitz-7/+6
2015-01-22fm10k: Clean-up page reuse codeAlexander Duyck-17/+17
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko-3/+3
2014-12-11fm10k/igb/ixgbe: Use dma_rmb on Rx descriptor readsAlexander Duyck-3/+3
2014-12-10ethernet/intel: Use napi_alloc_skbAlexander Duyck-2/+2
2014-12-08ethtool: Support for configurable RSS hash functionEyal Perry-2/+10
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck-8/+3
2014-11-16fm10k: use netdev_rss_key_fill() helperEric Dumazet-7/+3
2014-11-12fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck-1/+1
2014-10-16fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou-3/+3
2014-10-16fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick-3/+4
2014-10-16fm10k: Check the host state when bringing the interface upMatthew Vick-0/+1
2014-10-14fm10k: Add skb->xmit_more supportAlexander Duyck-31/+34
2014-10-10fm10k: fix race accessing page->_countEric Dumazet-4/+3
2014-10-01fm10k: Correctly set the number of Tx queuesAlexander Duyck-1/+5
2014-10-01fm10k: Reduce buffer size when pages are larger than 4KAlexander Duyck-6/+2
2014-10-01fm10k: using vmalloc requires including linux/vmalloc.hStephen Rothwell-0/+2
2014-09-23fm10k: Add support for PTPAlexander Duyck-1/+683
2014-09-23fm10k: Add support for ptp to hw specific filesAlexander Duyck-0/+186
2014-09-23fm10k: Add support for debugfsAlexander Duyck-1/+298
2014-09-23fm10k: Add support for IEEE DCBxAlexander Duyck-4/+185
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck-2/+614
2014-09-23fm10k: Add support for SR-IOV to PF core filesAlexander Duyck-1/+874
2014-09-23fm10k: Add support for VFAlexander Duyck-4/+837
2014-09-23fm10k: Add support for PF <-> VF mailboxAlexander Duyck-0/+834
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck-1/+198
2014-09-23fm10k: Add support for netdev offloadsAlexander Duyck-3/+459
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck-0/+247
2014-09-23fm10k: Add support for PCI power management and error handlingAlexander Duyck-0/+221
2014-09-23fm10k: Add ethtool supportAlexander Duyck-1/+873
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck-2/+1038
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck-0/+653
2014-09-23fm10k: Add service task to handle delayed eventsAlexander Duyck-0/+460
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck-2/+323
2014-09-23fm10k: Add interrupt supportAlexander Duyck-0/+973
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck-0/+117
2014-09-23fm10k: Add support for L2 filteringAlexander Duyck-1/+356
2014-09-23fm10k: Add netdevAlexander Duyck-4/+418
2014-09-23fm10k: Add support for configuring PF interfaceAlexander Duyck-2/+683
2014-09-23fm10k: Add support for PFAlexander Duyck-1/+969
2014-09-23fm10k: Implement PF <-> SM mailbox operationsAlexander Duyck-1/+1355
2014-09-23fm10k: Add support for mailboxAlexander Duyck-0/+608
2014-09-23fm10k: Add support for basic interaction with hardwareAlexander Duyck-1/+82
2014-09-23fm10k: Add support for TLV message parsing and generationAlexander Duyck-1/+686
2014-09-23fm10k: Add register defines and basic structuresAlexander Duyck-1/+661
2014-09-23fm10k: Add skeletal frame for Intel(R) FM10000 Ethernet Switch Host Interface...Alexander Duyck-0/+308