aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree2-0/+23
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree2-0/+63
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree1-7/+8
2020-07-02sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree1-0/+1
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree3-1/+5
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree2-2/+1
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree3-40/+41
2020-07-02sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree2-13/+25
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree1-1/+5
2020-07-02sfc: assign TXQs without gapsEdward Cree10-72/+58
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree2-4/+6
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree6-31/+30
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree3-3/+5
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree3-5/+8
2020-07-02sfc: remove max_interrupt_modeEdward Cree4-12/+0
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree7-23/+16
2020-06-30sfc: don't call tx_remove if there isn't oneEdward Cree1-1/+2
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree2-2/+1
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree2-1/+3
2020-06-30sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree1-0/+3
2020-06-30sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree3-3/+2
2020-06-30sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree2-2/+16
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree4-7/+4
2020-06-30sfc: commonise TSO fallback codeEdward Cree3-29/+28
2020-06-30sfc: commonise efx_sync_rx_buffer()Edward Cree2-8/+9
2020-06-30sfc: commonise some MAC configuration codeEdward Cree3-15/+35
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree4-129/+138
2020-06-30sfc: add missing licence info to mcdi_filters.cEdward Cree1-0/+11
2020-06-30sfc: commonise MCDI MAC stats handlingEdward Cree3-89/+109
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree5-4/+21
2020-06-29sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree3-5/+10
2020-06-29sfc: commonise ARFS handlingEdward Cree4-239/+238
2020-06-29sfc: commonise drain event handlingEdward Cree3-10/+9
2020-06-29sfc: commonise PCI error handlersEdward Cree3-91/+92
2020-06-29sfc: track which BAR is mappedEdward Cree4-10/+18
2020-06-29sfc: commonise FC advertisingEdward Cree4-27/+27
2020-06-29sfc: commonise other ethtool bitsEdward Cree3-93/+101
2020-06-29sfc: commonise ethtool NFC and RXFH/RSS functionsEdward Cree3-672/+688
2020-06-29sfc: commonise ethtool link handling functionsEdward Cree3-149/+157
2020-06-29sfc: split up nic.hEdward Cree5-301/+322
2020-06-29sfc: refactor EF10 stats handlingEdward Cree3-34/+82
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree4-4/+23
2020-06-29sfc: extend bitfield macros up to POPULATE_DWORD_13Edward Cree1-5/+29
2020-06-29sfc: determine flag word automatically in efx_has_cap()Edward Cree3-8/+7
2020-06-29sfc: update MCDI protocol headersEdward Cree1-36/+6841
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-8/+8
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge1-0/+1
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi1-1/+1
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann1-1/+1