summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2017-04-17sfc: limit the number of receive queuesBert Kenward
2017-03-22sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning
2017-02-14sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper
2017-02-09sfc: harden driver against MC resets during initial probeJon Cooper
2017-02-06sfc: don't rearm interrupts if busy pollingBert Kenward
2017-02-03sfc: get rid of custom busy polling codeEric Dumazet
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-11sfc: efx_get_phys_port_id() can be staticWei Yongjun
2017-01-10sfc: implement ndo_get_phys_port_nameBert Kenward
2017-01-10sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-03sfc: declare module version (same as ethtool drvinfo version)Edward Cree
2016-12-03sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree
2016-12-01sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree
2016-11-30sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree
2016-11-18sfc: remove Software TSOEdward Cree
2016-11-16sfc: remove napi_hash_del() callEric Dumazet
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-13sfc: clear napi_hash state when copying channelsBert Kenward
2016-10-18ethernet/sfc: use core min/max MTU checkingBert Kenward
2016-09-06sfc: check MTU against minimum thresholdBert Kenward
2016-08-12sfc: get timer configuration from adapterBert Kenward
2016-08-12sfc: set interrupt moderation via MCDIBert Kenward
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko
2016-05-31sfc: Track RPS flow IDs per channel instead of per functionJon Cooper
2015-12-23sfc: Downgrade or remove some error messagesBert Kenward
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-01sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet
2015-11-16sfc: constify pci_error_handlers structuresJulia Lawall
2015-11-10sfc: don't call dma_supportedChristoph Hellwig
2015-10-27sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah
2015-07-09sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree
2015-06-02sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko
2015-06-02sfc: force removal of VF and vport on driver removalDaniel Pieczko
2015-06-02sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah
2015-05-27sfc: add sysfs entry to control MCDI tracingEdward Cree
2015-05-27sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski
2015-05-21sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah
2015-05-21sfc: add ndo_set_vf_link_state() function for EF10Edward Cree