aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller1-3/+3
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca1-6/+2
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-16/+20
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller1-1/+1
2016-04-20fm10k: Fix multicast mode sync issuesNgai-Mint Kwan1-13/+7
2016-04-20fm10k: drop 1588 supportJacob Keller1-21/+1
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller1-2/+2
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan1-1/+1
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend1-1/+1
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+4
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-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-13fm10k: cleanup overly long linesBruce Allan1-1/+3
2015-12-13fm10k: whitespace cleanupsBruce Allan1-2/+2
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller1-4/+4
2015-12-05fm10k: set netdev features in one locationJacob Keller1-12/+19
2015-11-18fm10k: fix memory leakstephen hemminger1-1/+3
2015-09-15fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller1-1/+1
2015-09-15fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller1-0/+12
2015-09-15fm10k: allow creation of VLAN interfaces even while downJacob Keller1-0/+6
2015-09-15fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller1-15/+0
2015-09-15fm10k: only prevent removal of default VID rulesJacob Keller1-2/+2
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller1-2/+1
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller1-7/+1
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