summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-06-011-4/+2
* sfc/siena: fix considering that all channels have TX queuesMartin Habets2022-06-011-1/+1
* sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet2022-05-291-4/+2
* sfc: fix considering that all channels have TX queuesMartin Habets2022-05-291-1/+1
* sfc/siena: Remove duplicate check on segmentsMartin Habets2022-05-201-8/+1
* sfc: siena: Have a unique wrapper ifndef for efx channels headerSaeed Mahameed2022-05-181-2/+2
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-163-3/+6
* eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski2022-05-133-21/+3
* sfc: siena: Fix Kconfig dependenciesRen Zhijie2022-05-131-0/+1
* sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2022-05-122-0/+19
* sfc/siena: Make PTP and reset support specific for SienaMartin Habets2022-05-122-4/+5
* sfc/siena: Make MCDI logging support specific for SienaMartin Habets2022-05-126-15/+26
* siena: Make HWMON support specific for SienaMartin Habets2022-05-124-6/+13
* siena: Make SRIOV support specific for SienaMartin Habets2022-05-1213-30/+38
* siena: Make MTD support specific for SienaMartin Habets2022-05-129-13/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-125-3/+26
|\
| * net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo2022-05-121-0/+5
| * net: sfc: fix memory leak due to ptp channelTaehee Yoo2022-05-093-2/+20
* | sfc: Add a basic Siena moduleMartin Habets2022-05-105-3/+28
* | sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2022-05-102-77/+63
* | sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets2022-05-1014-138/+95
* | sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets2022-05-1017-609/+459
* | sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets2022-05-1015-270/+270
* | sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets2022-05-1013-233/+216
* | sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets2022-05-1023-472/+427
* | sfc/siena: Remove build references to missing functionalityMartin Habets2022-05-1010-458/+17
* | sfc: Copy shared files needed for Siena (part 2)Martin Habets2022-05-1027-0/+14153
* | sfc: Copy shared files needed for Siena (part 1)Martin Habets2022-05-1014-0/+10524
* | sfc: Move Siena specific filesMartin Habets2022-05-104-0/+0
* | eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-082-4/+4
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-063-5/+8
* | sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets2022-05-041-0/+17204
* | sfc: Disable Siena supportMartin Habets2022-05-044-27/+6
* | sfc: add EF100 VF support via a write to sriov_numvfsPieter Jansen van Vuuren2022-04-295-3/+102
* | sfc: Remove global definition of efx_reset_type_namesMartin Habets2022-04-122-7/+2
* | sfc: Remove duplicate definition of efx_xmit_doneMartin Habets2022-04-122-1/+1
* | sfc: efx_default_channel_type APIs can be staticMartin Habets2022-04-122-28/+28
* | sfc: Fix spelling mistake "writting" -> "writing"Lv Ruyi2022-04-121-2/+2
* | sfc: ef10: Fix assigning negative value to unsigned variableHaowen Bai2022-04-111-1/+1
* | sfc: use hardware tx timestamps for more than PTPBert Kenward2022-04-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-074-66/+90
|\|
| * net: sfc: fix using uninitialized xdp tx_queueTaehee Yoo2022-04-063-1/+6
| * sfc: Do not free an empty page_ringMartin Habets2022-04-041-0/+3
| * net: sfc: add missing xdp queue reinitializationTaehee Yoo2022-04-011-65/+81
* | sfc: Stop using iommu_present()Robin Murphy2022-04-071-1/+3
|/
* sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets2022-03-301-7/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-1/+1
|\
| * sfc: extend the locking on mcdi->seqnoNiels Dossche2022-03-031-1/+1
* | sfc: set affinity hints in local NUMA node onlyÍñigo Huguet2022-03-011-2/+10
* | sfc: default config to 1 channel/core in local NUMA node onlyÍñigo Huguet2022-03-011-17/+34