summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k/fm10k_netdev.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).Thomas Gleixner2022-10-281-4/+4
* ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-2/+0
* fm10k: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-139/+25
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-1/+1
* fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller2020-01-171-7/+10
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* fm10k: add support for ndo_get_vf_stats operationJacob Keller2019-11-041-0/+1
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* fm10k: remove needless initialization of size local variableJacob Keller2019-08-041-1/+1
* fm10k: remove needless assignment of err local variableJacob Keller2019-08-041-5/+5
* fm10k: reduce scope of the ring variableJacob Keller2019-08-011-2/+2
* fm10k: reduce the scope of the tx_buffer variableJacob Keller2019-08-011-2/+2
* fm10k: remove ndo_poll_controllerEric Dumazet2018-09-231-3/+0
* fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller2018-05-091-8/+8
* fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller2018-05-091-2/+48
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-19/+1
* ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck2018-04-251-0/+8
* macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck2018-04-251-2/+2
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* fm10k: fix function doxygen commentsJacob Keller2018-02-281-5/+5
* fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan2018-01-241-1/+3
* fm10k: don't assume VLAN 1 is enabledJacob Keller2018-01-241-5/+3
* fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller2018-01-241-3/+0
* fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan2018-01-241-2/+12
* fm10k: Fix configuration for macvlan offloadAlexander Duyck2018-01-241-3/+22
* net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller2017-10-031-42/+157
* fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller2017-10-021-2/+6
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-3/+5
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+4
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+2
* fm10k: do not enqueue mailbox when host not readyNgai-Mint Kwan2017-04-051-25/+80
* fm10k: update function header comment for fm10k_get_stats64Jacob Keller2017-04-051-2/+2
* fm10k: future-proof state bitmaps using DECLARE_BITMAPJacob Keller2017-04-051-1/+1
* fm10k: use a BITMAP for flags to avoid race conditionsJacob Keller2017-04-051-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-171-16/+20
* fm10k: consistently use Intel(R) for driver namesJacob Keller2016-04-201-1/+1
* fm10k: Fix multicast mode sync issuesNgai-Mint Kwan2016-04-201-13/+7
* fm10k: drop 1588 supportJacob Keller2016-04-201-21/+1
* fm10k: fix a minor typo in some commentsJacob Keller2016-04-051-2/+2