aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2731/+89
2020-01-27sfc: move mcdi filtering codeAlex Maftei (amaftei)1-2245/+0
2020-01-27sfc: create header for mcdi filtering codeAlex Maftei (amaftei)1-139/+52
2020-01-27sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)1-276/+282
2020-01-10sfc: remove duplicated include from ef10.cYueHaibing1-1/+0
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)1-14/+14
2020-01-10sfc: move yet more functionsAlex Maftei (amaftei)1-19/+1
2020-01-10sfc: move various functionsAlex Maftei (amaftei)1-18/+3
2020-01-09sfc: move MCDI receive queue management codeAlex Maftei (amaftei)1-92/+7
2020-01-09sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)1-85/+9
2020-01-09sfc: move MCDI event queue management codeAlex Maftei (amaftei)1-104/+13
2020-01-09sfc: move MCDI VI alloc/free codeAlex Maftei (amaftei)1-39/+6
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)1-0/+1
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-22sfc: suppress MCDI errors from ARFSEdward Cree1-2/+6
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan1-5/+9
2019-07-24sfc: Use dev_get_drvdata where possibleChuhong Yuan1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-12sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward1-1/+1
2019-02-08sfc: add bundle partition definitions to mtdPaul Fox1-0/+2
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+21
2019-01-23sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree1-8/+21
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward1-3/+11
2018-11-07sfc: add missing NVRAM partition types for EF10Edward Cree1-0/+7
2018-07-12sfc: avoid hang from nested use of the filter_semBert Kenward1-9/+21
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-04-27sfc: fix ARFS expiry check on EF10Edward Cree1-2/+3
2018-04-24sfc: ARFS filter IDsEdward Cree1-34/+46
2018-04-17sfc: check RSS is active for filter insertBert Kenward1-2/+2
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree1-2/+1
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward1-2/+0
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree1-5/+27
2018-03-27sfc: return a better error if filter insertion collides with MC rebootEdward Cree1-0/+7
2018-03-27sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree1-211/+150
2018-03-27sfc: replace asynchronous filter operationsEdward Cree1-147/+14
2018-03-08sfc: support RSS spreading of ethtool ntuple filtersEdward Cree1-92/+181
2018-01-25sfc: only advertise TX timestamping if we have the license for itMartin Habets1-1/+5
2018-01-25sfc: on 8000 series use TX queues for TX timestampsEdward Cree1-2/+10
2018-01-25sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets1-0/+28
2018-01-25sfc: use main datapath for HW timestamps if availableMartin Habets1-8/+1
2018-01-25sfc: handle TX timestamps in the normal data pathMartin Habets1-8/+79
2018-01-25sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward1-16/+4
2017-12-21sfc: expose CTPIO stats on NICs that support themBert Kenward1-0/+50
2017-12-21sfc: expose FEC stats on Medford2Edward Cree1-1/+23
2017-12-21sfc: support variable number of MAC statsEdward Cree1-5/+18
2017-12-18sfc: populate the timer reload fieldBert Kenward1-2/+3
2017-12-18sfc: update EF10 register definitionsBert Kenward1-8/+8
2017-12-18sfc: improve PTP error reportingEdward Cree1-1/+8