summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2023-06-17sfc: use budget for TX completionsÍñigo Huguet
2023-06-15sfc: fix XDP queues mode with legacy IRQÍñigo Huguet
2023-05-31sfc: fix error unwinds in TC offloadEdward Cree
2023-05-19sfc: fix devlink info error handlingAlejandro Lucero
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
2023-02-02drivers: net: turn on XDP featuresMarek Majtyka
2023-01-28sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet
2022-12-06sfc: use sysfs_emit() to instead of scnprintf()ye xingchen
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-25sfc: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan
2022-11-23sfc: ensure type is valid before updating seen_genEdward Cree
2022-11-22sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong
2022-11-16sfc: implement counters readout to TC statsEdward Cree
2022-11-16sfc: validate MAE action orderEdward Cree
2022-11-16sfc: attach an MAE counter to TC actions that need itEdward Cree