summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
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
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree
2020-08-31sfc: fix kernel-doc on struct efx_loopback_stateEdward Cree
2020-08-31sfc: fix unused-but-set-variable warning in efx_farch_filter_remove_safeEdward Cree
2020-08-31sfc: fix W=1 warnings in efx_farch_handle_rx_not_okEdward Cree
2020-08-24sfc: fix boolreturn.cocci warning and rename functionEdward Cree
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20sfc: fix build warnings on 32-bitEdward Cree
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree
2020-08-18sfc: null out channel->rps_flow_id after freeing itEdward Cree
2020-08-18sfc: take correct lock in ef100_reset()Edward Cree
2020-08-18sfc: really check hash is valid before using itEdward Cree
2020-08-14sfc: check hash is valid before using itEdward Cree
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-12sfc: fix ef100 design-param checkingEdward Cree
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-08-03sfc: Fix build with CONFIG_RFS_ACCEL disabled.David S. Miller
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03sfc_ef100: add nic-type for VFs, and bind to themEdward Cree
2020-08-03sfc_ef100: read pf_index at probe timeEdward Cree
2020-08-03sfc_ef100: functions for selftestsEdward Cree
2020-08-03sfc_ef100: statistics gatheringEdward Cree
2020-08-03sfc_ef100: plumb in fini_dmaqEdward Cree
2020-08-03sfc_ef100: RX path for EF100Edward Cree
2020-08-03sfc_ef100: RX filter table management and related gubbinsEdward Cree
2020-08-03sfc_ef100: TX path for EF100 NICsEdward Cree
2020-08-03sfc_ef100: read Design Parameters at probe timeEdward Cree