aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/ef10.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-18sfc: support VI strides other than 8kEdward Cree1-19/+51
2017-12-18sfc: make mem_bar a function rather than a constantEdward Cree1-3/+23
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-5/+13
2017-11-10sfc: don't warn on successful change of MACRobert Stonehouse1-1/+1
2017-11-01sfc: support rx-fcs and rx-allEdward Cree1-4/+12
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-5/+5
2017-07-12sfc: don't read beyond unicast address listBert Kenward1-5/+3
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+8
2017-06-29sfc: fix attempt to translate invalid filter IDEdward Cree1-3/+4
2017-06-22sfc: Fix MCDI command size for filter operationsMartin Habets1-4/+4
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-04-05sfc: don't insert mc_list on low-latency firmware if it's too longEdward Cree1-2/+8
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-02-17sfc: do not device_attach if a reset is pendingPeter Dunning1-4/+4
2017-02-17sfc: forget filters from sw table if hw replies ENOENT on removing themBert Kenward1-3/+8
2017-02-17sfc: fix filter_id misinterpretation in edge caseJon Cooper1-18/+30
2017-02-14sfc: MSI-X is the only interrupt mode for EF10 VFsAndrew Rybchenko1-0/+2
2017-02-11sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree1-1/+2
2017-02-09sfc: configure UDP tunnel offload portsJon Cooper1-0/+289
2017-02-09sfc: set csum_level for encapsulated packetsJon Cooper1-3/+20