aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2022-05-18net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo
2022-05-18net: sfc: fix memory leak due to ptp channelTaehee Yoo
2022-05-18sfc: Use swap() instead of open coding itJiapeng Chong
2022-04-13sfc: Do not free an empty page_ringMartin Habets
2022-03-19sfc: extend the locking on mcdi->seqnoNiels Dossche
2022-01-11sfc: The RX page_ring is optionalMartin Habets
2021-12-29sfc: falcon: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-29sfc: Check null pointer of rx_queue->page_ringJiasheng Jiang
2021-12-22sfc_ef100: potential dereference of null pointerJiasheng Jiang
2021-11-18sfc: Don't use netif_info before net_device setupErik Ekman
2021-11-18sfc: Export fibre-specific supported link modesErik Ekman
2021-11-06sfc: Fix reading non-legacy supported link modesErik Ekman
2021-07-28sfc: ensure correct number of XDP queuesÍñigo Huguet
2021-07-19sfc: error code if SRIOV cannot be disabledÍñigo Huguet
2021-07-19sfc: avoid double pci_remove of VFsÍñigo Huguet
2021-06-16net:sfc: fix non-freed irq in legacy irq modeÍñigo Huguet
2021-05-14sfc: ef10: fix TX queue lookup in TX event handlingEdward Cree
2021-05-11sfc: farch: fix TX queue lookup in TX event handlingEdward Cree
2021-05-11sfc: farch: fix TX queue lookup in TX flush done handlingEdward Cree
2020-10-20sfc: move initialisation of efx->filter_sem to efx_init_struct()Edward Cree
2020-09-29net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()Sebastian Andrzej Siewior
2020-09-29net: sfc: Replace in_interrupt() usageEdward Cree
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-25sfc: fix kdoc warningJesse Brandeburg
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21sfc: Fix error code in probeDan Carpenter
2020-09-11sfc: advertise encapsulated offloads on EF10Edward Cree
2020-09-11sfc: implement encapsulated TSO on EF10Edward Cree
2020-09-11sfc: de-indirect TSO handlingEdward Cree
2020-09-11sfc: select inner-csum-offload TX queues for skbs that need itEdward Cree
2020-09-11sfc: create inner-csum queues on EF10 if supportedEdward Cree
2020-09-11sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-11sfc: decouple TXQ type from labelEdward Cree
2020-09-11sfc: cleanups around efx_alloc_channelEdward Cree
2020-09-11sfc: remove spurious unreachable return statementEdward Cree
2020-09-11sfc: remove duplicate call to efx_init_channels from EF100 probeEdward Cree
2020-09-08sfc: coding style cleanups in mcdi_port_common.cEdward Cree
2020-09-07sfc: simplify DMA mask settingEdward Cree
2020-09-07sfc: remove EFX_DRIVER_VERSIONEdward Cree
2020-09-07sfc: handle limited FEC supportEdward Cree
2020-09-07sfc: add ethtool ops and miscellaneous ndos to EF100Edward Cree
2020-09-07sfc: remove phy_op indirectionEdward Cree
2020-09-07sfc: don't double-down() filters in ef100_reset()Edward Cree
2020-09-05sfc: remove efx_tx_queue_partnerEdward Cree
2020-09-05sfc: rewrite efx_tx_may_pioEdward Cree
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree
2020-09-05sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree
2020-09-05sfc: make ef100 xmit_more handling look more like ef10'sEdward Cree
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree