summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/efx.c
AgeCommit message (Expand)Author
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-28sfc: mark some unexported symbols as statickbuild test robot
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-10sfc: support the ethtool ksettings API properly so that 25/50/100G worksEdward Cree
2017-12-21sfc: support variable number of MAC statsEdward Cree
2017-12-18sfc: add Medford2 (SFC9250) PCI Device IDsEdward Cree
2017-12-18sfc: support VI strides other than 8kEdward Cree
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-01sfc: support rx-fcs and rx-allEdward Cree
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-25net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook
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