aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-14sfc: Add XDP frame sizeJesper Dangaard Brouer1-0/+1
2020-05-13sfc: fix dereference of table before it is null checkedColin Ian King1-4/+1
2020-05-12sfc: siena_check_caps() can be staticEdward Cree1-2/+2
2020-05-12sfc: actually wire up siena_check_caps()Edward Cree1-0/+1
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree3-16/+27
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree2-12/+10
2020-05-11sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree3-7/+7
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree3-75/+90
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree5-23/+30
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree2-15/+5
2020-05-11sfc: make capability checking a nic_type functionTom Zhao4-0/+40
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree7-38/+29
2020-03-26sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-14/+18
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski2-6/+6
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer4-8/+15