aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
AgeCommit message (Expand)Author
2015-11-18fm10k: fix memory leakstephen hemminger
2015-09-15fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller
2015-09-15fm10k: allow creation of VLAN interfaces even while downJacob Keller
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller
2015-09-15fm10k: only prevent removal of default VID rulesJacob Keller
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller
2015-04-14fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher
2015-04-14fm10k: allow creation of VLAN on default vidJeff Kirsher
2015-04-14fm10k: Add netconsole supportJeff Kirsher
2015-04-14fm10k: Corrected an error in Tx statisticsJeff Kirsher
2015-03-03fm10k: Resolve various spelling errors and checkpatch warningsMatthew Vick
2015-03-03fm10k: Implement ndo_features_checkMatthew Vick
2015-01-22net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...Or Gerlitz
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-10-16fm10k: Add CONFIG_FM10K_VXLAN configuration optionAndy Zhou
2014-10-16fm10k: Unlock mailbox on VLAN addition failuresMatthew Vick
2014-10-01fm10k: Correctly set the number of Tx queuesAlexander Duyck
2014-09-23fm10k: Add support for PTPAlexander Duyck
2014-09-23fm10k: Add support for SR-IOV to driverAlexander Duyck
2014-09-23fm10k: Add support for VFAlexander Duyck
2014-09-23fm10k: Add support for MACVLAN accelerationAlexander Duyck
2014-09-23fm10k: Add support for netdev offloadsAlexander Duyck
2014-09-23fm10k: Add support for multiple queuesAlexander Duyck
2014-09-23fm10k: Add ethtool supportAlexander Duyck
2014-09-23fm10k: Add transmit and receive fastpath and interrupt handlersAlexander Duyck
2014-09-23fm10k: Add Tx/Rx hardware ring bring-up/tear-downAlexander Duyck
2014-09-23fm10k: add support for Tx/Rx ringsAlexander Duyck
2014-09-23fm10k: Add interrupt supportAlexander Duyck
2014-09-23fm10k: Add support for ndo_open/stopAlexander Duyck
2014-09-23fm10k: Add support for L2 filteringAlexander Duyck
2014-09-23fm10k: Add netdevAlexander Duyck