summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-14/+9
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-16/+8
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-56/+56
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-124/+117
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+1
2026-01-25sfc: fix deadlock in RSS config readEdward Cree-6/+1
2026-01-23net: sfc: falcon: convert to use .get_rx_ring_countBreno Leitao-4/+8
2026-01-23net: sfc: siena: convert to use .get_rx_ring_countBreno Leitao-4/+9
2026-01-23net: sfc: efx: convert to use .get_rx_ring_countBreno Leitao-4/+10
2026-01-08sfc: correct kernel-doc complaintsRandy Dunlap-3/+4
2025-10-27sfc: fix potential memory leak in efx_mae_process_mport()Abdun Nihaal-0/+4
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+0
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko-2/+4
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert-4/+13
2025-09-22net: replace use of system_wq with system_percpu_wqMarco Crivellari-2/+2
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault-1/+3
2025-08-14sfc: replace min/max nesting with clamp()Xichao Zhao-7/+6
2025-08-13PCI/ERR: Remove remnants of .link_reset() callbackLukas Wunner-9/+0
2025-08-01sfc: unfix not-a-typo in commentEdward Cree-1/+1
2025-07-25net: Fix typosBjorn Helgaas-11/+11
2025-07-11sfc: falcon: refactor and document ef4_ethtool_get_rxfh_fieldsEdward Cree-4/+8
2025-07-01sfc: siena: eliminate xdp_rxq_info_valid using XDP base APIFushuai Wang-7/+1
2025-07-01sfc: eliminate xdp_rxq_info_valid using XDP base APIFushuai Wang-7/+1
2025-06-30net: ethtool: move rxfh_fields callbacks under the rss_lockJakub Kicinski-7/+2
2025-06-21eth: sfc: migrate to new RXFH callbacksJakub Kicinski-48/+57
2025-06-21eth: sfc: siena: migrate to new RXFH callbacksJakub Kicinski-37/+43
2025-06-21eth: sfc: falcon: migrate to new RXFH callbacksJakub Kicinski-23/+28
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev-1/+0
2025-06-12net: ethtool: require drivers to opt into the per-RSS ctx RXFHJakub Kicinski-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-7/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-8/+8
2025-04-03sfc: fix NULL dereferences in ef100_process_design_param()Edward Cree-29/+24
2025-03-25sfc: support X4 devlink flashEdward Cree-22/+34
2025-03-25sfc: update MCDI protocol headersEdward Cree-8814/+5028
2025-03-25sfc: rip out MDIO supportEdward Cree-99/+2
2025-02-27sfc: Remove newline at the end of a netlink error messageGal Pressman-4/+4
2025-02-11sfc: document devlink flash supportEdward Cree-2/+3
2025-02-11sfc: deploy devlink flash images to NIC over MCDIEdward Cree-3/+231
2025-02-11sfc: extend NVRAM MCDI handlersEdward Cree-23/+121
2025-02-11sfc: parse headers of devlink flash imagesEdward Cree-1/+437
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-01-02net: sfc: Correct key_len for efx_tc_ct_zone_ht_paramsLiang Jie-1/+1
2024-12-23sfc: Use netdev refcount tracking in struct efx_async_filter_insertionYiFei Zhu-4/+10
2024-12-19sfc: remove efx_writed_page_lockedAndy Moreton-24/+0
2024-11-14net: ethtool: only allow set_rxnfc with rss + ring_cookie if driver opts inEdward Cree-0/+2
2024-11-09net: sfc: use ethtool string helpersRosen Penev-106/+83
2024-11-05sfc: Remove more unused functionsDr. David Alan Gilbert-43/+0
2024-11-05sfc: Remove unused mcdi functionsDr. David Alan Gilbert-86/+0
2024-11-05sfc: Remove unused efx_mae_mport_vfDr. David Alan Gilbert-12/+0
2024-11-05sfc: Remove falcon deadcodeDr. David Alan Gilbert-58/+0