summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* sfc: make firmware-variant printing a nic_type functionEdward Cree2020-05-111-0/+15
* sfc: make filter table probe caller responsible for adding VLANsEdward Cree2020-05-111-0/+10
* sfc: rework handling of (firmware) multicast chaining stateEdward Cree2020-05-111-66/+75
* sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree2020-05-111-8/+6
* sfc: make capability checking a nic_type functionTom Zhao2020-05-111-0/+18
* sfc: move vport_id to struct efx_nicEdward Cree2020-05-111-8/+8
* sfc: complete the next packet when we receive a timestampTom Zhao2020-03-051-15/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-291-2731/+89
|\
| * sfc: move mcdi filtering codeAlex Maftei (amaftei)2020-01-271-2245/+0
| * sfc: create header for mcdi filtering codeAlex Maftei (amaftei)2020-01-271-139/+52
| * sfc: rename mcdi filtering functions/structsAlex Maftei (amaftei)2020-01-271-276/+282
| * sfc: remove duplicated include from ef10.cYueHaibing2020-01-111-1/+0
| * sfc: move RPS codeAlex Maftei (amaftei)2020-01-101-14/+14
| * sfc: move yet more functionsAlex Maftei (amaftei)2020-01-101-19/+1
| * sfc: move various functionsAlex Maftei (amaftei)2020-01-101-18/+3
| * sfc: move MCDI receive queue management codeAlex Maftei (amaftei)2020-01-091-92/+7
| * sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)2020-01-091-85/+9
| * sfc: move MCDI event queue management codeAlex Maftei (amaftei)2020-01-091-104/+13
| * sfc: move MCDI VI alloc/free codeAlex Maftei (amaftei)2020-01-091-39/+6
| * sfc: move common rx codeAlex Maftei (amaftei)2020-01-081-0/+1
| * sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-0/+2
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* sfc: suppress MCDI errors from ARFSEdward Cree2019-11-231-2/+6
* sfc: allocate channels for XDP tx queuesCharles McLachlan2019-10-311-5/+9
* sfc: Use dev_get_drvdata where possibleChuhong Yuan2019-07-241-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-1/+1
|\
| * sfc: initialise found bitmap in efx_ef10_mtd_probeBert Kenward2019-02-121-1/+1
* | sfc: add bundle partition definitions to mtdPaul Fox2019-02-081-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-271-8/+21
|\|
| * sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree2019-01-231-8/+21
* | sfc: extend MTD support for newer hardwareBert Kenward2019-01-171-3/+11
|/
* sfc: add missing NVRAM partition types for EF10Edward Cree2018-11-081-0/+7
* sfc: avoid hang from nested use of the filter_semBert Kenward2018-07-121-9/+21
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
* sfc: fix ARFS expiry check on EF10Edward Cree2018-04-281-2/+3
* sfc: ARFS filter IDsEdward Cree2018-04-241-34/+46
* sfc: check RSS is active for filter insertBert Kenward2018-04-171-2/+2
* sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2018-04-141-2/+1
* sfc: remove ctpio_dmabuf_start from statsBert Kenward2018-04-041-2/+0
* sfc: protect list of RSS contexts under a mutexEdward Cree2018-03-271-5/+27
* sfc: return a better error if filter insertion collides with MC rebootEdward Cree2018-03-271-0/+7
* sfc: give ef10 its own rwsem in the filter table instead of filter_lockEdward Cree2018-03-271-211/+150
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-147/+14
* sfc: support RSS spreading of ethtool ntuple filtersEdward Cree2018-03-091-92/+181
* sfc: only advertise TX timestamping if we have the license for itMartin Habets2018-01-251-1/+5
* sfc: on 8000 series use TX queues for TX timestampsEdward Cree2018-01-251-2/+10
* sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets2018-01-251-0/+28
* sfc: use main datapath for HW timestamps if availableMartin Habets2018-01-251-8/+1
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-251-8/+79