summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper8-148/+183
2022-06-29sfc: replace function name in string with __func__Jonathan Cooper1-1/+2
2022-06-29sfc: Unsplit literal string.Jonathan Cooper1-2/+2
2022-06-29sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper1-172/+172
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper4-9/+46
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper13-73/+78
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper1-1/+2
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper4-8/+7
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper4-8/+12
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper6-31/+72
2022-06-27sfc:falcon: fix repeated words in commentsJilin Yuan1-1/+1
2022-06-27sfc: fix repeated words in commentsJilin Yuan1-5/+5
2022-06-25sfc: siena: fix repeated words in commentsJilin Yuan1-5/+5
2022-06-19sfc/siena: Fix typo in commentXiang wangx1-1/+1
2022-06-19sfc: Fix typo in commentXiang wangx1-1/+1
2022-06-02sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet1-4/+2
2022-06-02sfc/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-21sfc/siena: Remove duplicate check on segmentsMartin Habets1-8/+1
2022-05-19sfc: 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-14eth: 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-13sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets2-0/+19
2022-05-13sfc/siena: Make PTP and reset support specific for SienaMartin Habets2-4/+5
2022-05-13sfc/siena: Make MCDI logging support specific for SienaMartin Habets6-15/+26
2022-05-13siena: Make HWMON support specific for SienaMartin Habets4-6/+13
2022-05-13siena: Make SRIOV support specific for SienaMartin Habets13-30/+38
2022-05-13siena: Make MTD support specific for SienaMartin Habets9-13/+21
2022-05-13Merge 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-11sfc: Add a basic Siena moduleMartin Habets5-3/+28
2022-05-11sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets2-77/+63
2022-05-11sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets14-138/+95
2022-05-11sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets17-609/+459
2022-05-11sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets15-270/+270
2022-05-11sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets13-233/+216
2022-05-11sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets23-472/+427
2022-05-11sfc/siena: Remove build references to missing functionalityMartin Habets10-458/+17
2022-05-11sfc: Copy shared files needed for Siena (part 2)Martin Habets27-0/+14153
2022-05-11sfc: Copy shared files needed for Siena (part 1)Martin Habets14-0/+10524
2022-05-11sfc: 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-30sfc: 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