aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher1-11/+11
2015-04-14fm10k: allow creation of VLAN on default vidJeff Kirsher1-4/+4
2015-04-14fm10k: Add netconsole supportJeff Kirsher1-0/+3
2015-04-14fm10k: Corrected an error in Tx statisticsJeff Kirsher1-2/+2
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick1-4/+4
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick1-0/+11
2015-01-22net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation feature maskOr Gerlitz1-7/+6
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-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-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