summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-06sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-06-29sfc: Separate netdev probe/remove from PCI probe/removeJonathan Cooper
2022-06-29sfc: replace function name in string with __func__Jonathan Cooper
2022-06-29sfc: Unsplit literal string.Jonathan Cooper
2022-06-29sfc: Move EF100 efx_nic_type structs to the end of the fileJonathan Cooper
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-06-29sfc: Change BUG_ON to WARN_ON and recovery code.Jonathan Cooper
2022-06-29sfc: Remove netdev init from efx_init_structJonathan Cooper
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper
2022-06-27sfc:falcon: fix repeated words in commentsJilin Yuan
2022-06-27sfc: fix repeated words in commentsJilin Yuan
2022-06-24sfc: siena: fix repeated words in commentsJilin Yuan
2022-06-19sfc/siena: Fix typo in commentXiang wangx
2022-06-19sfc: Fix typo in commentXiang wangx
2022-06-01sfc/siena: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet
2022-06-01sfc/siena: fix considering that all channels have TX queuesMartin Habets
2022-05-29sfc: fix wrong tx channel offset with efx_separate_tx_channelsÍñigo Huguet
2022-05-29sfc: fix considering that all channels have TX queuesMartin Habets
2022-05-20sfc/siena: Remove duplicate check on segmentsMartin Habets
2022-05-18sfc: siena: Have a unique wrapper ifndef for efx channels headerSaeed Mahameed
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-05-13eth: sfc: remove remnants of the out-of-tree napi_weight module paramJakub Kicinski
2022-05-13sfc: siena: Fix Kconfig dependenciesRen Zhijie
2022-05-12sfc/siena: Reinstate SRIOV init/fini function callsMartin Habets
2022-05-12sfc/siena: Make PTP and reset support specific for SienaMartin Habets
2022-05-12sfc/siena: Make MCDI logging support specific for SienaMartin Habets
2022-05-12siena: Make HWMON support specific for SienaMartin Habets
2022-05-12siena: Make SRIOV support specific for SienaMartin Habets
2022-05-12siena: Make MTD support specific for SienaMartin Habets
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo
2022-05-10sfc: Add a basic Siena moduleMartin Habets
2022-05-10sfc/siena: Inline functions in sriov.h to avoid conflicts with sfcMartin Habets
2022-05-10sfc/siena: Rename functions in nic_common.h to avoid conflicts with sfcMartin Habets
2022-05-10sfc/siena: Rename functions in mcdi headers to avoid conflicts with sfcMartin Habets
2022-05-10sfc/siena: Rename peripheral functions to avoid conflicts with sfcMartin Habets
2022-05-10sfc/siena: Rename RX/TX functions to avoid conflicts with sfcMartin Habets
2022-05-10sfc/siena: Rename functions in efx headers to avoid conflicts with sfcMartin Habets
2022-05-10sfc/siena: Remove build references to missing functionalityMartin Habets
2022-05-10sfc: Copy shared files needed for Siena (part 2)Martin Habets
2022-05-10sfc: Copy shared files needed for Siena (part 1)Martin Habets
2022-05-10sfc: Move Siena specific filesMartin Habets
2022-05-09net: sfc: fix memory leak due to ptp channelTaehee Yoo
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-05-04sfc: Copy a subset of mcdi_pcol.h to sienaMartin Habets
2022-05-04sfc: Disable Siena supportMartin Habets