summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-1/+9
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan1-3/+3
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck1-4/+18
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-14fm10k: cleanup overly long linesBruce Allan1-1/+3
2015-12-14fm10k: whitespace cleanupsBruce Allan1-2/+2
2015-12-14fm10k: consistently refer to VLANs and VLAN IDsJacob Keller1-4/+4
2015-12-06fm10k: set netdev features in one locationJacob Keller1-12/+19
2015-11-18fm10k: fix memory leakstephen hemminger1-1/+3
2015-09-16fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller1-1/+1
2015-09-16fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller1-0/+12
2015-09-16fm10k: allow creation of VLAN interfaces even while downJacob Keller1-0/+6
2015-09-16fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller1-15/+0
2015-09-16fm10k: only prevent removal of default VID rulesJacob Keller1-2/+2
2015-06-18fm10k: remove extraneous NULL check on l2_accelJacob Keller1-2/+1
2015-06-18fm10k: ignore invalid multicast address entriesJacob Keller1-7/+1
2015-04-15fm10k: update xcast mode before synchronizing multicast addressesJeff Kirsher1-11/+11
2015-04-15fm10k: allow creation of VLAN on default vidJeff Kirsher1-4/+4
2015-04-15fm10k: Add netconsole supportJeff Kirsher1-0/+3
2015-04-15fm10k: 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-23net/fm10k: Avoid double setting of NETIF_F_SG for the HW encapsulation featur...Or Gerlitz1-7/+6
2015-01-14net: 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-02fm10k: 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