aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01fm10k: Correctly set the number of Tx queuesAlexander Duyck1-1/+5
2014-09-23fm10k: Add support for PTPAlexander Duyck1-0/+20
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck1-1/+19
2014-09-23fm10k: Add support for VFAlexander Duyck1-0/+15
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck1-0/+154
2014-09-23fm10k: Add support for netdev offloadsAlexander Duyck1-2/+153
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck1-0/+41
2014-09-23fm10k: Add ethtool supportAlexander Duyck1-0/+1
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck1-2/+92
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck1-0/+343
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck1-1/+69
2014-09-23fm10k: Add interrupt supportAlexander Duyck1-0/+11
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck1-0/+68
2014-09-23fm10k: Add support for L2 filteringAlexander Duyck1-1/+354
2014-09-23fm10k: Add netdevAlexander Duyck1-0/+98