summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c
Commit message (Expand)AuthorAgeFilesLines
* sfc: limit the number of receive queuesBert Kenward2017-04-171-0/+7
* sfc: cleanup a condition in efx_udp_tunnel_del()Dan Carpenter2017-03-221-1/+1
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-171-4/+6
* sfc: only fall back to a lower interrupt mode if it is supportedAndrew Rybchenko2017-02-141-2/+8
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-2/+9
* sfc: configure UDP tunnel offload portsJon Cooper2017-02-091-0/+72
* sfc: harden driver against MC resets during initial probeJon Cooper2017-02-091-35/+64
* sfc: don't rearm interrupts if busy pollingBert Kenward2017-02-061-2/+2
* sfc: get rid of custom busy polling codeEric Dumazet2017-02-031-42/+0
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* sfc: efx_get_phys_port_id() can be staticWei Yongjun2017-01-111-2/+2
* sfc: implement ndo_get_phys_port_nameBert Kenward2017-01-101-0/+11
* sfc: support ndo_get_phys_port_id even when !CONFIG_SFC_SRIOVBert Kenward2017-01-101-1/+12
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* sfc: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* sfc: remove EFX_BUG_ON_PARANOID, use EFX_WARN_ON_[ONCE_]PARANOID insteadEdward Cree2016-12-031-1/+1
* sfc: remove RESET_TYPE_RX_RECOVERYEdward Cree2016-12-011-1/+0
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-301-23/+6
* sfc: remove Software TSOEdward Cree2016-11-181-17/+21
* sfc: remove napi_hash_del() callEric Dumazet2016-11-161-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+3
|\
| * sfc: clear napi_hash state when copying channelsBert Kenward2016-11-131-0/+3
* | ethernet/sfc: use core min/max MTU checkingBert Kenward2016-10-181-12/+2
|/
* sfc: check MTU against minimum thresholdBert Kenward2016-09-061-1/+11
* sfc: get timer configuration from adapterBert Kenward2016-08-121-4/+5
* sfc: set interrupt moderation via MCDIBert Kenward2016-08-121-43/+46
* sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-151-1/+9
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-151-0/+2
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-151-2/+36
* sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-151-4/+14
* sfc: Track RPS flow IDs per channel instead of per functionJon Cooper2016-05-311-5/+27
* sfc: Downgrade or remove some error messagesBert Kenward2015-12-231-3/+4
* net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert2015-12-151-1/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* sfc: Add PCI ID for Solarflare 8000 series 10/40G NICBert Kenward2015-12-011-0/+6
* net: provide generic busy polling to all NAPI driversEric Dumazet2015-11-181-1/+0
* sfc: constify pci_error_handlers structuresJulia Lawall2015-11-161-1/+1
* sfc: don't call dma_supportedChristoph Hellwig2015-11-101-5/+3
* sfc: replace spinlocks with bit ops for busy poll lockingBert Kenward2015-10-271-2/+2
* sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah2015-08-281-18/+39
* sfc: Report TX completions to BQL after all TX events in interruptPeter Dunning2015-07-091-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-93/+224
|\
| * sfc: mark state UNINIT after unregisterEdward Cree2015-06-151-0/+1
| * sfc: leak vports if a VF is assigned during PF unloadDaniel Pieczko2015-06-021-1/+3
| * sfc: force removal of VF and vport on driver removalDaniel Pieczko2015-06-021-1/+2
| * sfc: Implement ndo_gets_phys_port_id() for EF10 VFsShradha Shah2015-06-021-0/+1
| * sfc: add sysfs entry to control MCDI tracingEdward Cree2015-05-271-7/+42
| * sfc: set the MAC address using MC_CMD_VADAPTOR_SET_MACShradha Shah2015-05-211-2/+2
| * sfc: add ndo_set_vf_link_state() function for EF10Edward Cree2015-05-211-0/+1
| * sfc: Change entity reset on MC reboot to a new datapath-only reset.Jon Cooper2015-05-211-2/+6