aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03sfc: 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-27sfc: Remove newline at the end of a netlink error messageGal Pressman2-4/+4
2025-02-11sfc: document devlink flash supportEdward Cree1-2/+3
2025-02-11sfc: deploy devlink flash images to NIC over MCDIEdward Cree3-3/+231
2025-02-11sfc: extend NVRAM MCDI handlersEdward Cree3-23/+121
2025-02-11sfc: parse headers of devlink flash imagesEdward Cree5-1/+437
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-01-02net: 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-19sfc: remove efx_writed_page_lockedAndy Moreton1-24/+0
2024-11-14net: 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-05sfc: Remove more unused functionsDr. David Alan Gilbert8-43/+0
2024-11-05sfc: Remove unused mcdi functionsDr. David Alan Gilbert2-86/+0
2024-11-05sfc: Remove unused efx_mae_mport_vfDr. David Alan Gilbert2-12/+0
2024-11-05sfc: 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-03sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior2-2/+4
2024-09-11sfc: Add X4 PF supportJonathan Cooper4-0/+134
2024-09-09sfc/siena: Remove setting of RX software timestampGal Pressman1-5/+0
2024-09-09sfc: Remove setting of RX software timestampGal Pressman1-5/+0
2024-09-06sfc: siena: rip out rss-context dead codeEdward Cree6-211/+8
2024-09-06sfc: convert comma to semicolonChen Ni1-1/+1
2024-09-06sfc/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
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski2-2/+0
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski7-9/+10
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent7-9/+10
2024-07-13sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan1-1/+1
2024-06-28sfc: remove get_rxfh_context dead codeEdward Cree1-36/+2
2024-06-28sfc: use new rxfh_context APIEdward Cree13-219/+212
2024-06-12sfc: use flow_rule_is_supp_enc_control_flags()Asbjørn Sloth Tønnesen1-4/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet3-3/+3
2024-04-18sfc: use flow_rule_is_supp_control_flags()Asbjørn Sloth Tønnesen1-4/+3
2024-03-07net: introduce include/net/rps.hEric Dumazet2-0/+2
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet3-8/+6