summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan2017-04-061-25/+80
* fm10k: update function header comment for fm10k_get_stats64Jacob Keller2017-04-061-2/+2
* fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller2017-04-061-1/+1
* fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller2017-04-061-2/+2
* mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+3
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-11/+4
* fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller2016-08-291-3/+27
* fm10k: rework vxlan_port offload before adding geneve supportJacob Keller2016-08-291-72/+89
* fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller2016-08-291-3/+3
* drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca2016-07-111-6/+2
* fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-181-16/+20
* fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-211-1/+1
* fm10k: Fix multicast mode sync issuesNgai-Mint Kwan2016-04-211-13/+7
* fm10k: drop 1588 supportJacob Keller2016-04-211-21/+1
* fm10k: fix a minor typo in some commentsJacob Keller2016-04-051-2/+2
* fm10k: cleanup remaining right-bit-shifted 1Bruce Allan2016-04-051-1/+1
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+4
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+9
* fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan2015-12-221-3/+3
* fm10k: Cleanup exception handling for changing queuesAlexander Duyck2015-12-221-4/+18
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* fm10k: cleanup overly long linesBruce Allan2015-12-141-1/+3
* fm10k: whitespace cleanupsBruce Allan2015-12-141-2/+2
* fm10k: consistently refer to VLANs and VLAN IDsJacob Keller2015-12-141-4/+4
* fm10k: set netdev features in one locationJacob Keller2015-12-061-12/+19
* fm10k: fix memory leakstephen hemminger2015-11-181-1/+3
* fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller2015-09-161-1/+1
* fm10k: send traffic on default VID to VLAN device if we have oneJacob Keller2015-09-161-0/+12
* fm10k: allow creation of VLAN interfaces even while downJacob Keller2015-09-161-0/+6
* fm10k: update netdev perm_addr during reinit, instead of at upJacob Keller2015-09-161-15/+0
* fm10k: only prevent removal of default VID rulesJacob Keller2015-09-161-2/+2
* fm10k: remove extraneous NULL check on l2_accelJacob Keller2015-06-171-2/+1
* fm10k: ignore invalid multicast address entriesJacob Keller2015-06-171-7/+1
* 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/+6
* 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