summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* fm10k: remove extraneous NULL check on l2_accelJacob Keller2015-06-171-2/+1Star
* fm10k: ignore invalid multicast address entriesJacob Keller2015-06-171-7/+1Star
* fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher2015-04-151-11/+11
* fm10k: allow creation of VLAN on default vidJeff Kirsher2015-04-151-4/+4
* fm10k: Add netconsole supportJeff Kirsher2015-04-151-0/+3
* fm10k: Corrected an error in Tx statisticsJeff Kirsher2015-04-141-2/+2
* fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick2015-03-031-4/+4
* fm10k: Implement ndo_features_checkMatthew Vick2015-03-031-0/+11
* net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...Or Gerlitz2015-01-231-7/+6Star
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-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: Correctly set the number of Tx queuesAlexander Duyck2014-10-021-1/+5
* fm10k: Add support for PTPAlexander Duyck2014-09-231-0/+20
* fm10k: Add support for SR-IOV to driverAlexander Duyck2014-09-231-1/+19
* fm10k: Add support for VFAlexander Duyck2014-09-231-0/+15
* fm10k: Add support for MACVLAN accelerationAlexander Duyck2014-09-231-0/+154
* fm10k: Add support for netdev offloadsAlexander Duyck2014-09-231-2/+153
* fm10k: Add support for multiple queuesAlexander Duyck2014-09-231-0/+41
* fm10k: Add ethtool supportAlexander Duyck2014-09-231-0/+1
* fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck2014-09-231-2/+92
* fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck2014-09-231-0/+343
* fm10k: add support for Tx/Rx ringsAlexander Duyck2014-09-231-1/+69
* fm10k: Add interrupt supportAlexander Duyck2014-09-231-0/+11
* fm10k: Add support for ndo_open/stopAlexander Duyck2014-09-231-0/+68
* fm10k: Add support for L2 filteringAlexander Duyck2014-09-231-1/+354
* fm10k: Add netdevAlexander Duyck2014-09-231-0/+98