aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-01sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet1-4/+2
2022-06-01sfc/siena: fix considering that all channels have TX queuesMartin Habets1-1/+1
2022-05-29sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet1-4/+2
2022-05-29sfc: fix considering that all channels have TX queuesMartin Habets1-1/+1
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets1-8/+1
2022-05-18sfc: siena: Have a unique wrapper ifndef for efx channels headerSaeed Mahameed1-2/+2
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck3-3/+6
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski3-21/+3
2022-05-13sfc: siena: Fix Kconfig dependenciesRen Zhijie1-0/+1
2022-05-12sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2-0/+19
2022-05-12sfc/siena: Make PTP and reset support specific for SienaMartin Habets2-4/+5
2022-05-12sfc/siena: Make MCDI logging support specific for SienaMartin Habets6-15/+26
2022-05-12siena: Make HWMON support specific for SienaMartin Habets4-6/+13
2022-05-12siena: Make SRIOV support specific for SienaMartin Habets13-30/+38
2022-05-12siena: Make MTD support specific for SienaMartin Habets9-13/+21
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-3/+26
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-10sfc: Add a basic Siena moduleMartin Habets5-3/+28
2022-05-10sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2-77/+63
2022-05-10sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets14-138/+95
2022-05-10sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets17-609/+459
2022-05-10sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets15-270/+270
2022-05-10sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets13-233/+216
2022-05-10sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets23-472/+427
2022-05-10sfc/siena: Remove build references to missing functionalityMartin Habets10-458/+17
2022-05-10sfc: Copy shared files needed for Siena (part 2)Martin Habets27-0/+14153
2022-05-10sfc: Copy shared files needed for Siena (part 1)Martin Habets14-0/+10524
2022-05-10sfc: Move Siena specific filesMartin Habets4-0/+0
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo3-2/+20
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski2-4/+4
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski3-5/+8
2022-05-04sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets1-0/+17204
2022-05-04sfc: Disable Siena supportMartin Habets4-27/+6
2022-04-29sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren5-3/+102
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets2-7/+2
2022-04-12sfc: Remove duplicate definition of efx_xmit_doneMartin Habets2-1/+1
2022-04-12sfc: efx_default_channel_type APIs can be staticMartin Habets2-28/+28
2022-04-12sfc: Fix spelling mistake "writting" -> "writing"Lv Ruyi1-2/+2
2022-04-11sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai1-1/+1
2022-04-08sfc: use hardware tx timestamps for more than PTPBert Kenward1-1/+2
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-66/+90
2022-04-07sfc: Stop using iommu_present()Robin Murphy1-1/+3
2022-04-06net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo3-1/+6
2022-04-04sfc: Do not free an empty page_ringMartin Habets1-0/+3
2022-04-01net: sfc: add missing xdp queue reinitializationTaehee Yoo1-65/+81
2022-03-30sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets1-7/+4
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-03-03sfc: extend the locking on mcdi->seqnoNiels Dossche1-1/+1
2022-03-01sfc: set affinity hints in local NUMA node onlyÍñigo Huguet1-2/+10
2022-03-01sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet1-17/+34