summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-31sfc: fix error unwinds in TC offloadEdward Cree
2023-05-30devlink: move port_fn_hw_addr_get/set() to devlink_port_opsJiri Pirko
2023-05-30sfc: register devlink port with opsJiri Pirko
2023-05-26sfc: handle VI shortage on ef100 by readjusting the channelsPieter Jansen van Vuuren
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-13sfc: fix use-after-free in efx_tc_flower_record_encap_match()Edward Cree
2023-05-12sfc: support TC decap rules matching on enc_src_portEdward Cree
2023-05-12sfc: support TC decap rules matching on enc_ip_tosEdward Cree
2023-05-12sfc: populate enc_ip_tos matches in MAE outer rulesEdward Cree
2023-05-12sfc: release encap match in efx_tc_flow_free()Edward Cree
2023-05-12sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren
2023-05-01sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton
2023-04-23net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-04-17sfc: Fix use-after-free due to selftest_workDing Hui
2023-04-03sfc: remove expired unicast PTP filtersÍñigo Huguet
2023-04-03sfc: support unicast PTPÍñigo Huguet
2023-04-03sfc: allow insertion of filters for unicast PTPÍñigo Huguet
2023-04-03sfc: store PTP filters in a listÍñigo Huguet
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree
2023-03-24sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2023-03-10sfc: support offloading TC VLAN push/pop actions to the MAEEdward Cree
2023-03-08sfc_ef100: Drop redundant pci_disable_pcie_error_reporting()Bjorn Helgaas
2023-03-08sfc/siena: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-08sfc: falcon: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-08sfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-02-20sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero
2023-02-20sfc: clean up some inconsistent indentingsYang Li
2023-02-20sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann
2023-02-20sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King
2023-02-16sfc: add support for devlink port_function_hw_addr_set in ef100Alejandro Lucero
2023-02-16sfc: add support for devlink port_function_hw_addr_get in ef100Alejandro Lucero
2023-02-16sfc: obtain device mac address based on firmware handle for ef100Alejandro Lucero
2023-02-16sfc: add devlink port support for ef100Alejandro Lucero
2023-02-16sfc: add mport lookup based on driver's mport dataAlejandro Lucero
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero
2023-02-16sfc: add devlink info support for ef100Alejandro Lucero
2023-02-16sfc: add devlink support for ef100Alejandro Lucero
2023-02-10Daniel Borkmann says:Jakub Kicinski
2023-02-08sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi