aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
AgeCommit message (Expand)Author
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-05-09fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller
2018-05-09fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-02-28fm10k: fix function doxygen commentsJacob Keller
2018-01-24fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan
2018-01-24fm10k: don't assume VLAN 1 is enabledJacob Keller
2018-01-24fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller
2018-01-24fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan
2018-01-24fm10k: Fix configuration for macvlan offloadAlexander Duyck
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-04-05fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan
2017-04-05fm10k: update function header comment for fm10k_get_stats64Jacob Keller
2017-04-05fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller
2017-04-05fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-08-29fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller
2016-08-29fm10k: rework vxlan_port offload before adding geneve supportJacob Keller
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller
2016-07-11drivers/net: fixup comments after "Future-proof tunnel offload handlers"Sabrina Dubroca
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck
2016-04-20fm10k: consistently use Intel(R) for driver namesJacob Keller
2016-04-20fm10k: Fix multicast mode sync issuesNgai-Mint Kwan
2016-04-20fm10k: drop 1588 supportJacob Keller
2016-04-05fm10k: fix a minor typo in some commentsJacob Keller
2016-04-05fm10k: cleanup remaining right-bit-shifted 1Bruce Allan
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2015-12-22fm10k: IS_ENABLED() is not appropriate for boolean kconfig optionBruce Allan
2015-12-22fm10k: Cleanup exception handling for changing queuesAlexander Duyck
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-13fm10k: cleanup overly long linesBruce Allan
2015-12-13fm10k: whitespace cleanupsBruce Allan
2015-12-13fm10k: consistently refer to VLANs and VLAN IDsJacob Keller
2015-12-05fm10k: set netdev features in one locationJacob Keller
2015-11-18fm10k: fix memory leakstephen hemminger
2015-09-15fm10k: TRIVIAL fix typo in fm10k_netdev.cJacob Keller