aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/fm10k (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-09fm10k: use variadic arguments to fm10k_add_stat_stringsJacob Keller1-26/+27
2018-05-09fm10k: reduce duplicate fm10k_stat macro codeJacob Keller1-14/+15
2018-05-09fm10k: setup VLANs for l2 accelerated macvlan interfacesJacob Keller1-2/+48
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher20-383/+20
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination filteringAlexander Duyck1-0/+8
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck1-4/+3
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck1-2/+2
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-86/+1
2018-04-03fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas1-86/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher20-0/+20
2018-02-28fm10k: bump version numberJacob Keller1-2/+2
2018-02-28fm10k: fix incorrect warning for function prototypeJacob Keller1-1/+1
2018-02-28fm10k: fix function doxygen commentsJacob Keller5-17/+20
2018-01-24fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan1-1/+3
2018-01-24fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan1-1/+1
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: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller1-2/+2
2018-01-24fm10k: Fix configuration for macvlan offloadAlexander Duyck1-3/+22
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+2
2018-01-18fm10k: mark PM functions as __maybe_unusedArnd Bergmann1-7/+2
2018-01-12ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded ringsAlexander Duyck1-8/+6
2017-11-21fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-10-18ethernet/intel: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-03fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller2-6/+7
2017-10-03fm10k: prefer %s and __func__ for diagnostic printsJacob Keller1-2/+16
2017-10-03fm10k: Fix misuse of net_ratelimit()Joe Perches1-1/+2
2017-10-03fm10k: bump version numberJacob Keller1-1/+1
2017-10-03fm10k: use the MAC/VLAN queue for VF<->PF MAC/VLAN requestsJacob Keller3-4/+133
2017-10-03fm10k: introduce a message queue for MAC/VLAN messagesJacob Keller3-42/+397
2017-10-03fm10k: use generic PM hooks instead of legacy PCIe power hooksJacob Keller1-45/+22
2017-10-03fm10k: use spinlock to implement mailbox lockJacob Keller2-10/+8
2017-10-03fm10k: prepare_for_reset() when we lose PCIe LinkJacob Keller2-26/+79
2017-10-02fm10k: prevent race condition of __FM10K_SERVICE_SCHEDJacob Keller1-7/+25
2017-10-02fm10k: move fm10k_prepare_for_reset and fm10k_handle_resetJacob Keller1-29/+29
2017-10-02fm10k: avoid divide by zero in rare cases when device is resettingJacob Keller1-2/+6
2017-10-02fm10k: don't loop while resetting VFs due to VFLR eventJacob Keller1-13/+11
2017-10-02fm10k: simplify reading PFVFLRE registerJacob Keller1-4/+2
2017-10-02fm10k: avoid needless delay when loading driverJacob Keller1-4/+2
2017-10-02fm10k: add missing fall through commentJacob Keller1-0/+1
2017-10-02fm10k: avoid possible truncation of q_vector->nameJacob Keller1-7/+7
2017-10-02fm10k: fix typos on fall through commentsJacob Keller2-7/+7
2017-10-02fm10k: stop spurious link down messages when Tx FIFO is fullJacob Keller1-3/+3
2017-10-02fm10k: Use seq_putc() in fm10k_dbg_desc_break()Markus Elfring1-2/+2
2017-10-02fm10k: reschedule service event if we stall the PF<->SM mailboxJacob Keller1-0/+4
2017-10-02fm10k: ensure we process SM mbx when processing VF mbxJacob Keller1-0/+3
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