summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
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
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-14sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan1-1/+1
2024-06-29sfc: remove get_rxfh_context dead codeEdward Cree1-36/+2
2024-06-29sfc: use new rxfh_context APIEdward Cree13-219/+212
2024-06-13sfc: use flow_rule_is_supp_enc_control_flags()Asbjørn Sloth Tønnesen1-4/+1
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet3-3/+3
2024-04-19sfc: use flow_rule_is_supp_control_flags()Asbjørn Sloth Tønnesen1-4/+3
2024-03-08net: introduce include/net/rps.hEric Dumazet2-0/+2
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet3-8/+6
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet3-3/+3
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2024-01-03sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu1-1/+3
2023-12-14net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki7-130/+121
2023-12-14net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki5-74/+92
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin5-27/+38
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin5-29/+38
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+19
2023-10-24sfc: cleanup and reduce netlink error messagesPieter Jansen van Vuuren1-19/+19
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree3-1/+12
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree1-2/+89
2023-10-14sfc: replace deprecated strncpy with strscpyJustin Stitt1-2/+1
2023-10-06sfc: support TC rules which require OR-AR-CT-AR flowEdward Cree3-5/+165
2023-10-06sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPsEdward Cree1-2/+4
2023-10-06sfc: offload foreign RHS rules without an encap matchEdward Cree1-1/+1
2023-10-06sfc: support TC left-hand-side rules on foreign netdevsEdward Cree3-2/+222
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior2-2/+2
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni4-4/+30
2023-09-21sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Edward Cree4-4/+30
2023-09-16sfc: make coding style of PTP addresses consistent with coreAlex Austin1-13/+14
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-5/+15