summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-293-5/+10
* | sfc: commonise ARFS handlingEdward Cree2020-06-294-239/+238
* | sfc: commonise drain event handlingEdward Cree2020-06-293-10/+9
* | sfc: commonise PCI error handlersEdward Cree2020-06-293-91/+92
* | sfc: track which BAR is mappedEdward Cree2020-06-294-10/+18
* | sfc: commonise FC advertisingEdward Cree2020-06-294-27/+27
* | sfc: commonise other ethtool bitsEdward Cree2020-06-293-93/+101
* | sfc: commonise ethtool NFC and RXFH/RSS functionsEdward Cree2020-06-293-672/+688
* | sfc: commonise ethtool link handling functionsEdward Cree2020-06-293-149/+157
* | sfc: split up nic.hEdward Cree2020-06-295-301/+322
* | sfc: refactor EF10 stats handlingEdward Cree2020-06-293-34/+82
* | sfc: don't try to create more channels than we can have VIsEdward Cree2020-06-294-4/+23
* | sfc: extend bitfield macros up to POPULATE_DWORD_13Edward Cree2020-06-291-5/+29
* | sfc: determine flag word automatically in efx_has_cap()Edward Cree2020-06-293-8/+7
* | sfc: update MCDI protocol headersEdward Cree2020-06-291-36/+6841
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-06-011-1/+1
|\
| * xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi2020-06-011-1/+1
* | sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge2020-06-011-0/+1
|/
* sfc: avoid an unused-variable warningArnd Bergmann2020-05-281-1/+1
* sfc: Add XDP frame sizeJesper Dangaard Brouer2020-05-141-0/+1
* sfc: fix dereference of table before it is null checkedColin Ian King2020-05-131-4/+1
* sfc: siena_check_caps() can be staticEdward Cree2020-05-121-2/+2
* sfc: actually wire up siena_check_caps()Edward Cree2020-05-121-0/+1
* sfc: make firmware-variant printing a nic_type functionEdward Cree2020-05-113-16/+27
* sfc: make filter table probe caller responsible for adding VLANsEdward Cree2020-05-112-12/+10
* sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree2020-05-113-7/+7