summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2020-07-02sfc_ef100: helper function to set default RSS table of given sizeEdward Cree
2020-07-02sfc_ef100: NVRAM selftest support codeEdward Cree
2020-07-02sfc_ef100: populate BUFFER_SIZE_BYTES in INIT_RXQEdward Cree
2020-07-02sfc_ef100: add EF100 to NIC-revision enumerationEdward Cree
2020-07-02sfc: get drvinfo driver name from outside the common codeEdward Cree
2020-07-02sfc: initialise RSS context ID to 'no RSS context' in efx_init_struct()Edward Cree
2020-07-02sfc: commonise efx_fini_dmaqEdward Cree
2020-07-02sfc: factor out efx_mcdi_filter_table_down() from _remove()Edward Cree
2020-07-02sfc: don't call tx_limit_len if NIC type doesn't have oneEdward Cree
2020-07-02sfc: assign TXQs without gapsEdward Cree
2020-07-02sfc: commonise netif_set_real_num[tr]x_queues callsEdward Cree
2020-07-02sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-02sfc: move modparam 'rss_cpus' out of common channel codeEdward Cree
2020-07-02sfc: move modparam 'interrupt_mode' out of common channel codeEdward Cree
2020-07-02sfc: remove max_interrupt_modeEdward Cree
2020-07-02sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-30sfc: don't call tx_remove if there isn't oneEdward Cree
2020-06-30sfc: commonise initialisation of efx->vport_idEdward Cree
2020-06-30sfc: commonise efx->[rt]xq_entries initialisationEdward Cree
2020-06-30sfc: initialise max_[tx_]channels in efx_init_channels()Edward Cree
2020-06-30sfc: move definition of EFX_MC_STATS_GENERATION_INVALIDEdward Cree
2020-06-30sfc: factor out efx_tx_tso_header_length() and understand encapsulationEdward Cree
2020-06-30sfc: remove duplicate declaration of efx_enqueue_skb_tso()Edward Cree
2020-06-30sfc: commonise TSO fallback codeEdward Cree
2020-06-30sfc: commonise efx_sync_rx_buffer()Edward Cree
2020-06-30sfc: commonise some MAC configuration codeEdward Cree
2020-06-30sfc: commonise miscellaneous efx functionsEdward Cree
2020-06-30sfc: add missing licence info to mcdi_filters.cEdward Cree
2020-06-30sfc: commonise MCDI MAC stats handlingEdward Cree
2020-06-30sfc: move NIC-specific mcdi_port declarations out of common headerEdward Cree
2020-06-29sfc: extend common GRO interface to support CHECKSUM_COMPLETEEdward Cree
2020-06-29sfc: commonise ARFS handlingEdward Cree
2020-06-29sfc: commonise drain event handlingEdward Cree
2020-06-29sfc: commonise PCI error handlersEdward Cree
2020-06-29sfc: track which BAR is mappedEdward Cree
2020-06-29sfc: commonise FC advertisingEdward Cree
2020-06-29sfc: commonise other ethtool bitsEdward Cree
2020-06-29sfc: commonise ethtool NFC and RXFH/RSS functionsEdward Cree
2020-06-29sfc: commonise ethtool link handling functionsEdward Cree
2020-06-29sfc: split up nic.hEdward Cree
2020-06-29sfc: refactor EF10 stats handlingEdward Cree
2020-06-29sfc: don't try to create more channels than we can have VIsEdward Cree
2020-06-29sfc: extend bitfield macros up to POPULATE_DWORD_13Edward Cree
2020-06-29sfc: determine flag word automatically in efx_has_cap()Edward Cree
2020-06-29sfc: update MCDI protocol headersEdward Cree
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann