summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/fm10k
AgeCommit message (Expand)Author
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
2017-10-02fm10k: avoid possible truncation of q_vector->nameJacob Keller
2017-10-02fm10k: fix typos on fall through commentsJacob Keller
2017-10-02fm10k: stop spurious link down messages when Tx FIFO is fullJacob Keller
2017-10-02fm10k: Use seq_putc() in fm10k_dbg_desc_break()Markus Elfring
2017-10-02fm10k: reschedule service event if we stall the PF<->SM mailboxJacob Keller
2017-10-02fm10k: ensure we process SM mbx when processing VF mbxJacob 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-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig
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: disable receive queue when configuring ringNgai-Mint Kwan
2017-04-05fm10k: update function header comment for fm10k_get_stats64Jacob Keller
2017-04-05fm10k: allow service task to reschedule itselfJacob 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-04-05fm10k: correctly check if interface is removedPhil Turnbull
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal