summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: skeleton EF100 PF driverEdward Cree2020-07-2726-13/+1095
* sfc_ef100: register accesses on EF100Edward Cree2020-07-272-3/+15
* sfc_ef100: add EF100 register definitionsEdward Cree2020-07-271-0/+693
* sfc: remove efx_ethtool_nway_reset()Edward Cree2020-07-273-10/+0
* sfc: drop unnecessary list_emptyJulia Lawall2020-07-271-11/+9
* sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-233-182/+63
* sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2020-07-022-0/+23
* sfc_ef100: NVRAM selftest support codeEdward Cree2020-07-022-0/+63
* sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree2020-07-021-7/+8
* sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree2020-07-021-0/+1
* sfc: get drvinfo driver name from outside the common codeEdward Cree2020-07-023-1/+5
* sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2020-07-022-2/+1
* sfc: commonise efx_fini_dmaqEdward Cree2020-07-023-40/+41
* sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree2020-07-022-13/+25
* sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree2020-07-021-1/+5
* sfc: assign TXQs without gapsEdward Cree2020-07-0210-72/+58
* sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree2020-07-022-4/+6
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-026-31/+30
* sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree2020-07-023-3/+5
* sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree2020-07-023-5/+8
* sfc: remove max_interrupt_modeEdward Cree2020-07-024-12/+0
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-027-23/+16
* sfc: don't call tx_remove if there isn't oneEdward Cree2020-06-301-1/+2
* sfc: commonise initialisation of efx->vport_idEdward Cree2020-06-302-2/+1
* sfc: commonise efx->[rt]xq_entries initialisationEdward Cree2020-06-302-1/+3
* sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree2020-06-301-0/+3
* sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree2020-06-303-3/+2
* sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree2020-06-302-2/+16
* sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree2020-06-304-7/+4
* sfc: commonise TSO fallback codeEdward Cree2020-06-303-29/+28
* sfc: commonise efx_sync_rx_buffer()Edward Cree2020-06-302-8/+9
* sfc: commonise some MAC configuration codeEdward Cree2020-06-303-15/+35
* sfc: commonise miscellaneous efx functionsEdward Cree2020-06-304-129/+138
* sfc: add missing licence info to mcdi_filters.cEdward Cree2020-06-301-0/+11
* sfc: commonise MCDI MAC stats handlingEdward Cree2020-06-303-89/+109
* sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree2020-06-305-4/+21
* sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree2020-06-303-5/+10
* sfc: commonise ARFS handlingEdward Cree2020-06-304-239/+238
* sfc: commonise drain event handlingEdward Cree2020-06-303-10/+9
* sfc: commonise PCI error handlersEdward Cree2020-06-303-91/+92
* sfc: track which BAR is mappedEdward Cree2020-06-304-10/+18
* sfc: commonise FC advertisingEdward Cree2020-06-304-27/+27
* sfc: commonise other ethtool bitsEdward Cree2020-06-303-93/+101
* sfc: commonise ethtool NFC and RXFH/RSS functionsEdward Cree2020-06-303-672/+688
* sfc: commonise ethtool link handling functionsEdward Cree2020-06-303-149/+157
* sfc: split up nic.hEdward Cree2020-06-305-301/+322
* sfc: refactor EF10 stats handlingEdward Cree2020-06-303-34/+82
* sfc: don't try to create more channels than we can have VIsEdward Cree2020-06-304-4/+23
* sfc: extend bitfield macros up to POPULATE_DWORD_13Edward Cree2020-06-301-5/+29
* sfc: determine flag word automatically in efx_has_cap()Edward Cree2020-06-303-8/+7