summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2022-07-26sfc/siena: fix repeated words in commentswangjianli1-1/+1
2022-07-26sfc/falcon: fix repeated words in commentswangjianli1-1/+1
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree5-3/+59
2022-07-22sfc: hook up ef100 representor TXEdward Cree3-1/+38
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree7-17/+123
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree5-1/+96
2022-07-22sfc: phys port/switch identification for ef100 repsEdward Cree2-2/+39
2022-07-22sfc: add basic ethtool ops to ef100 repsEdward Cree1-0/+26
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree8-11/+196
2022-07-22sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree4-0/+55
2022-07-22sfc: update EF100 register descriptionsEdward Cree1-23/+60
2022-07-19sfc: update MCDI protocol headersEdward Cree1-195/+7933
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+10
2022-07-14sfc: fix kernel panic when creating VFÍñigo Huguet1-0/+3
2022-07-13sfc: fix use after free when disabling sriovÍñigo Huguet1-3/+7
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-06sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
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-24sfc: 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-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