aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
AgeCommit message (Expand)Author
2020-06-01sfc: add missing annotation for efx_ef10_try_update_nic_stats_vf()Jules Irenge
2020-05-28sfc: avoid an unused-variable warningArnd Bergmann
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: 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: make capability checking a nic_type functionTom Zhao
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-03-05sfc: complete the next packet when we receive a timestampTom Zhao
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)
2020-01-10sfc: remove duplicated include from ef10.cYueHaibing
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)
2020-01-10sfc: move various functionsAlex Maftei (amaftei)
2020-01-09sfc: move MCDI receive queue management codeAlex Maftei (amaftei)
2020-01-09sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)
2020-01-09sfc: move MCDI event queue management codeAlex Maftei (amaftei)
2020-01-09sfc: move MCDI VI alloc/free codeAlex Maftei (amaftei)
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-11-22sfc: suppress MCDI errors from ARFSEdward Cree
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan
2019-07-24sfc: Use dev_get_drvdata where possibleChuhong Yuan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward
2019-02-08sfc: add bundle partition definitions to mtdPaul Fox
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-23sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward
2018-11-07sfc: add missing NVRAM partition types for EF10Edward Cree
2018-07-12sfc: avoid hang from nested use of the filter_semBert Kenward
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-04-27sfc: fix ARFS expiry check on EF10Edward Cree
2018-04-24sfc: ARFS filter IDsEdward Cree
2018-04-17sfc: check RSS is active for filter insertBert Kenward
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree
2018-03-27sfc: return a better error if filter insertion collides with MC rebootEdward Cree
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree
2018-03-27sfc: replace asynchronous filter operationsEdward Cree
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree
2018-01-25sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets