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