summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2024-10-03sfc: Don't invoke xdp_do_flush() from netpoll.Sebastian Andrzej Siewior
2024-09-11sfc: Add X4 PF supportJonathan Cooper
2024-09-09sfc/siena: Remove setting of RX software timestampGal Pressman
2024-09-09sfc: Remove setting of RX software timestampGal Pressman
2024-09-06sfc: siena: rip out rss-context dead codeEdward Cree
2024-09-06sfc: convert comma to semicolonChen Ni
2024-09-06sfc/siena: Convert comma to semicolonChen Ni
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin
2024-08-30sfc: Convert to use ERR_CAST()Shen Lichuan
2024-08-12ethtool: rss: don't report key if device doesn't support itJakub Kicinski
2024-08-12eth: remove .cap_rss_ctx_supported from updated driversJakub Kicinski
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-13sfc: falcon: Make I2C terminology more inclusiveEaswar Hariharan
2024-06-28sfc: remove get_rxfh_context dead codeEdward Cree
2024-06-28sfc: use new rxfh_context APIEdward Cree
2024-06-12sfc: use flow_rule_is_supp_enc_control_flags()Asbjørn Sloth Tønnesen
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-18sfc: use flow_rule_is_supp_control_flags()Asbjørn Sloth Tønnesen
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-02sfc: fix a double-free bug in efx_probe_filtersZhipeng Lu
2023-12-13net: ethtool: get rid of get/set_rxfh_context functionsAhmed Zaki
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-23sfc: cleanup and reduce netlink error messagesPieter Jansen van Vuuren
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree
2023-10-13sfc: replace deprecated strncpy with strscpyJustin Stitt
2023-10-06sfc: support TC rules which require OR-AR-CT-AR flowEdward Cree
2023-10-06sfc: ensure an extack msg from efx_tc_flower_replace_foreign EOPNOTSUPPsEdward Cree
2023-10-06sfc: offload foreign RHS rules without an encap matchEdward Cree
2023-10-06sfc: support TC left-hand-side rules on foreign netdevsEdward Cree
2023-10-03net: Tree wide: Replace xdp_do_flush_map() with xdp_do_flush().Sebastian Andrzej Siewior
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-21sfc: handle error pointers returned by rhashtable_lookup_get_insert_fast()Edward Cree
2023-09-16sfc: make coding style of PTP addresses consistent with coreAlex Austin
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-01sfc: check for zero length in EF10 RX prefixEdward Cree
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-08-27sfc: extend pedit add action to handle decrement ipv6 hop limitPieter Jansen van Vuuren
2023-08-27sfc: introduce pedit add actions on the ipv4 ttl fieldPieter Jansen van Vuuren
2023-08-27sfc: add decrement ipv6 hop limit by offloading set hop limit actionsPieter Jansen van Vuuren
2023-08-27sfc: add decrement ttl by offloading set ipv4 ttl actionsPieter Jansen van Vuuren
2023-08-27sfc: add mac source and destination pedit action offloadPieter Jansen van Vuuren