summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2025-08-02sfc: unfix not-a-typo in commentEdward Cree1-1/+1
2025-07-25net: Fix typosBjorn Helgaas4-11/+11
2025-07-12sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fieldsEdward Cree1-4/+8
2025-07-02sfc: siena: eliminate xdp_rxq_info_valid using XDP base APIFushuai Wang2-7/+1
2025-07-02sfc: eliminate xdp_rxq_info_valid using XDP base APIFushuai Wang2-7/+1
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski1-7/+2
2025-06-21eth: sfc: migrate to new RXFH callbacksJakub Kicinski3-48/+57
2025-06-21eth: sfc: siena: migrate to new RXFH callbacksJakub Kicinski3-37/+43
2025-06-21eth: sfc: falcon: migrate to new RXFH callbacksJakub Kicinski1-23/+28
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-1/+0
2025-06-13net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-7/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner6-8/+8
2025-04-04sfc: fix NULL dereferences in ef100_process_design_param()Edward Cree2-29/+24
2025-03-25sfc: support X4 devlink flashEdward Cree3-22/+34
2025-03-25sfc: update MCDI protocol headersEdward Cree1-8814/+5028
2025-03-25sfc: rip out MDIO supportEdward Cree5-99/+2
2025-02-28sfc: Remove newline at the end of a netlink error messageGal Pressman2-4/+4
2025-02-12sfc: document devlink flash supportEdward Cree1-2/+3
2025-02-12sfc: deploy devlink flash images to NIC over MCDIEdward Cree3-3/+231
2025-02-12sfc: extend NVRAM MCDI handlersEdward Cree3-23/+121
2025-02-12sfc: parse headers of devlink flash imagesEdward Cree5-1/+437
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-03net: sfc: Correct key_len for efx_tc_ct_zone_ht_paramsLiang Jie1-1/+1
2024-12-23sfc: Use netdev refcount tracking in struct efx_async_filter_insertionYiFei Zhu4-4/+10
2024-12-20sfc: remove efx_writed_page_lockedAndy Moreton1-24/+0
2024-11-15net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree2-0/+2
2024-11-09net: sfc: use ethtool string helpersRosen Penev20-106/+83
2024-11-06sfc: Remove more unused functionsDr. David Alan Gilbert8-43/+0
2024-11-06sfc: Remove unused mcdi functionsDr. David Alan Gilbert2-86/+0
2024-11-06sfc: Remove unused efx_mae_mport_vfDr. David Alan Gilbert2-12/+0
2024-11-06sfc: Remove falcon deadcodeDr. David Alan Gilbert7-58/+0
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2024-10-06sfc: add per-queue RX bytes statsEdward Cree5-0/+11
2024-10-06sfc: implement per-queue TSO (hw_gso) statsEdward Cree3-0/+22
2024-10-06sfc: implement per-queue rx drop and overrun statsEdward Cree4-2/+31
2024-10-06sfc: account XDP TXes in netdev base statsEdward Cree5-8/+39
2024-10-06sfc: add n_rx_overlength to ethtool statsEdward Cree1-0/+1
2024-10-06sfc: implement basic per-queue statsEdward Cree7-4/+108
2024-10-06sfc: remove obsolete counters from struct efx_channelEdward Cree2-6/+0
2024-10-04sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior2-2/+4
2024-09-12sfc: Add X4 PF supportJonathan Cooper4-0/+134
2024-09-10sfc/siena: Remove setting of RX software timestampGal Pressman1-5/+0
2024-09-10sfc: Remove setting of RX software timestampGal Pressman1-5/+0
2024-09-07sfc: siena: rip out rss-context dead codeEdward Cree6-211/+8
2024-09-07sfc: convert comma to semicolonChen Ni1-1/+1
2024-09-07sfc/siena: Convert comma to semicolonChen Ni1-1/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+2
2024-08-30sfc: Convert to use ERR_CAST()Shen Lichuan1-1/+1
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski2-0/+2