summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-13sfc: support GRE TSO on EF100Edward Cree
2020-11-13sfc: correctly support non-partial GSO_UDP_TUNNEL_CSUM on EF100Edward Cree
2020-11-13sfc: extend bitfield macros to 19 fieldsEdward Cree
2020-10-30sfc: advertise our vlan featuresEdward Cree
2020-10-30sfc: only use fixed-id if the skb asks for itEdward Cree
2020-10-30sfc: implement encap TSO on EF100Edward Cree
2020-10-30sfc: extend bitfield macros to 17 fieldsEdward 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
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