aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet1-3/+0
2018-05-09fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller1-8/+8
2018-05-09fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller1-2/+48
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-19/+1
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination filteringAlexander Duyck1-0/+8
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck1-2/+2
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-02-28fm10k: fix function doxygen commentsJacob Keller1-5/+5
2018-01-24fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan1-1/+3
2018-01-24fm10k: don't assume VLAN 1 is enabledJacob Keller1-5/+3
2018-01-24fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller1-3/+0
2018-01-24fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan1-2/+12
2018-01-24fm10k: Fix configuration for macvlan offloadAlexander Duyck1-3/+22
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller1-42/+157
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller1-2/+6
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+5
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio onlyJiri Pirko1-1/+1
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-1/+0
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-3/+4
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+2
2017-04-05fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan1-25/+80
2017-04-05fm10k: update function header comment for fm10k_get_stats64Jacob Keller1-2/+2
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller1-1/+1
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller1-2/+2
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-11/+4
2016-08-29fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller1-3/+27
2016-08-29fm10k: rework vxlan_port offload before adding geneve supportJacob Keller1-72/+89
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