aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-26fm10k: Fix a potential NULL pointer dereferenceYue Haibing
2019-02-08fm10k: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-05fm10k: TRIVIAL cleanup of extra spacing in function commentJacob Keller
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-10-31fm10k: bump driver version to match out-of-tree releaseJacob Keller
2018-10-31fm10k: add missing device IDs to the upstream driverJacob Keller
2018-10-31fm10k: ensure completer aborts are marked as non-fatal after a resumeJacob Keller
2018-10-31fm10k: fix SM mailbox full conditionNgai-Mint Kwan
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
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