summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* sfc: remove ctpio_dmabuf_start from statsBert Kenward2018-04-041-2/+0Star
* 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/+150Star
* sfc: replace asynchronous filter operationsEdward Cree2018-03-271-147/+14Star
* 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/+1Star
* sfc: handle TX timestamps in the normal data pathMartin Habets2018-01-251-8/+79
* sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2018-01-251-16/+4Star
* sfc: expose CTPIO stats on NICs that support themBert Kenward2017-12-211-0/+50
* sfc: expose FEC stats on Medford2Edward Cree2017-12-211-1/+23
* sfc: support variable number of MAC statsEdward Cree2017-12-211-5/+18
* sfc: populate the timer reload fieldBert Kenward2017-12-181-2/+3
* sfc: update EF10 register definitionsBert Kenward2017-12-181-8/+8
* sfc: improve PTP error reportingEdward Cree2017-12-181-1/+8
* sfc: support VI strides other than 8kEdward Cree2017-12-181-19/+51
* sfc: make mem_bar a function rather than a constantEdward Cree2017-12-181-3/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-5/+13
|\
| * sfc: don't warn on successful change of MACRobert Stonehouse2017-11-101-1/+1
| * sfc: support rx-fcs and rx-allEdward Cree2017-11-011-4/+12
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-5/+5
|/
* sfc: don't read beyond unicast address listBert Kenward2017-07-121-5/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-7/+8
|\
| * sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| * sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
|/
* sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree2017-04-061-2/+8
* sfc: fix IPID endianness in TSOv2Edward Cree2017-03-031-1/+1
* sfc: avoid max() in array sizeEdward Cree2017-03-031-5/+5
* sfc: do not device_attach if a reset is pendingPeter Dunning2017-02-171-4/+4
* sfc: forget filters from sw table if hw replies ENOENT on removing themBert Kenward2017-02-171-3/+8
* sfc: fix filter_id misinterpretation in edge caseJon Cooper2017-02-171-18/+30
* sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko2017-02-141-0/+2
* sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree2017-02-121-1/+2