aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
2021-07-28fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET
2019-12-01fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller
2019-05-02fm10k: Fix a potential NULL pointer dereferenceYue Haibing
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-05-09fm10k: don't protect fm10k_queue_mac_request by fm10k_host_mbx_readyJacob Keller
2018-05-09fm10k: warn if the stat size is unknownJacob Keller
2018-05-09fm10k: use macro to avoid passing the array and size separatelyJacob Keller
2018-05-09fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller
2018-05-09fm10k: reduce duplicate fm10k_stat macro codeJacob 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-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-03fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-02-28fm10k: bump version numberJacob Keller
2018-02-28fm10k: fix incorrect warning for function prototypeJacob Keller
2018-02-28fm10k: fix function doxygen commentsJacob Keller
2018-01-24fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan
2018-01-24fm10k: correct typo in fm10k_pf.cNgai-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: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller
2018-01-24fm10k: Fix configuration for macvlan offloadAlexander Duyck
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-18fm10k: mark PM functions as __maybe_unusedArnd Bergmann
2018-01-12ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck
2017-11-21fm10k: Use smp_rmb rather than read_barrier_dependsBrian King
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook
2017-10-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller
2017-10-03fm10k: prefer %s and __func__ for diagnostic printsJacob Keller
2017-10-03fm10k: Fix misuse of net_ratelimit()Joe Perches
2017-10-03fm10k: bump version numberJacob Keller
2017-10-03fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller
2017-10-02fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller
2017-10-02fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller
2017-10-02fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller
2017-10-02fm10k: simplify reading PFVFLRE registerJacob Keller
2017-10-02fm10k: avoid needless delay when loading driverJacob Keller
2017-10-02fm10k: add missing fall through commentJacob Keller