summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
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
2020-05-14sfc: Add XDP frame sizeJesper Dangaard Brouer
2020-05-13sfc: fix dereference of table before it is null checkedColin Ian King
2020-05-12sfc: siena_check_caps() can be staticEdward Cree
2020-05-12sfc: actually wire up siena_check_caps()Edward Cree
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree
2020-05-11sfc: make filter table probe caller responsible for adding VLANsEdward Cree
2020-05-11sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree
2020-05-11sfc: rework handling of (firmware) multicast chaining stateEdward Cree
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree
2020-05-11sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree
2020-05-11sfc: make capability checking a nic_type functionTom Zhao
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-03-26sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-17net: sfc: reject unsupported coalescing paramsJakub Kicinski
2020-03-16sfc: fix XDP-redirect in this driverJesper Dangaard Brouer