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-05-02fm10k: Fix a potential NULL pointer dereferenceYue Haibing
2018-04-26fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan
2017-12-25fm10k: ensure we process SM mbx when processing VF mbxJacob Keller
2017-12-25fm10k: fix mis-ordered parameters in declaration for .ndo_set_vf_bwJacob Keller
2017-11-30fm10k: Use smp_rmb rather than read_barrier_dependsBrian King
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
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-08fm10k: remove FM10K_FLAG_DEBUG_STATSJacob Keller
2017-01-08fm10k: report the receive timestamp in FM10K_CB(skb)->tstampJacob Keller
2017-01-08fm10k: Limit dma sync of RX buffers to actual packet sizeScott Peterson
2017-01-08fm10k: bump version numberJacob Keller
2017-01-08fm10k: do not clear global mailbox interrupt bitsNgai-Mint Kwan
2017-01-08fm10k: request reset when mbx->state changesNgai-Mint Kwan
2017-01-08fm10k: remove extraneous variable definition in fm10k_ethtool.cJacob Keller
2017-01-08fm10k-shared: use mac-> instead of hw->mac.Ngai-Mint Kwan
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-10-02fm10k: wrap long line for alloc_workqueueJacob Keller
2016-10-02fm10k: use generic ethtool_op_get_ts_info callbackJacob Keller
2016-09-24net: Update API for VF vlan protocol 802.1ad supportMoshe Shemesh
2016-08-29fm10k: don't re-map queues when a mailbox message sufficesJacob Keller
2016-08-29fm10k: don't clear the RXQCTL register when enabling or disabling queuesJacob Keller
2016-08-29fm10k: remove unnecessary extra parenthesis around ((~value))Jacob Keller
2016-08-29fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller
2016-08-29fm10k: rework vxlan_port offload before adding geneve supportJacob Keller
2016-08-29fm10k: don't try to stop queues if we've lost hw_addrJacob Keller
2016-08-29fm10k: don't continue probe if PCI device not in normal IO stateJacob Keller
2016-08-29fm10k: print error code when pci_enable_device_mem fails during probeJacob Keller
2016-08-29fm10k: NAPI polling routine must return actual work doneJacob Keller
2016-08-29fm10k: prefer READ_ONCE instead of ACCESS_ONCEJacob Keller
2016-08-29fm10k: remove fm10k_get_reta_size from namespaceJacob Keller
2016-08-29fm10k: use variadic form of alloc_workqueueJacob Keller
2016-08-29fm10k: use software values when checking for Tx hangs in hot pathJacob Keller
2016-08-29fm10k: fix PCI device enable_cnt leak in .io_slot_resetJacob Keller
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds