summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: fix error unwinds in TC offloadEdward Cree2023-05-311-15/+12
* sfc: fix devlink info error handlingAlejandro Lucero2023-05-191-50/+45
* sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren2023-05-121-1/+3
* sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton2023-05-011-4/+7
* net: vlan: introduce skb_vlan_eth_hdr()Vladimir Oltean2023-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-202-1/+2
|\
| * sfc: Fix use-after-free due to selftest_workDing Hui2023-04-172-1/+2
* | sfc: remove expired unicast PTP filtersÍñigo Huguet2023-04-031-25/+72
* | sfc: support unicast PTPÍñigo Huguet2023-04-031-3/+98
* | sfc: allow insertion of filters for unicast PTPÍñigo Huguet2023-04-031-23/+36
* | sfc: store PTP filters in a listÍñigo Huguet2023-04-031-29/+52
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-302-22/+33
|\|
| * sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet2023-03-242-22/+33
* | sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree2023-03-294-17/+366
* | sfc: add code to register and unregister encap matchesEdward Cree2023-03-292-0/+174
* | sfc: add functions to insert encap matches into the MAEEdward Cree2023-03-293-0/+111
* | sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree2023-03-291-0/+61
* | sfc: add notion of match on enc keys to MAE machineryEdward Cree2023-03-293-2/+122
* | sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree2023-03-291-1/+25
* | sfc: support offloading TC VLAN push/pop actions to the MAEEdward Cree2023-03-104-0/+67
* | sfc_ef100: Drop redundant pci_disable_pcie_error_reporting()Bjorn Helgaas2023-03-081-3/+0
* | sfc/siena: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-5/+0
* | sfc: falcon: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-9/+0
* | sfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-03-081-5/+0
|/
* sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero2023-02-201-1/+1
* sfc: clean up some inconsistent indentingsYang Li2023-02-201-2/+2
* sfc: use IS_ENABLED() checks for CONFIG_SFC_SRIOVArnd Bergmann2023-02-201-17/+10
* sfc: Fix spelling mistake "creationg" -> "creating"Colin Ian King2023-02-201-1/+1
* sfc: add support for devlink port_function_hw_addr_set in ef100Alejandro Lucero2023-02-161-0/+50
* sfc: add support for devlink port_function_hw_addr_get in ef100Alejandro Lucero2023-02-165-0/+91
* sfc: obtain device mac address based on firmware handle for ef100Alejandro Lucero2023-02-163-18/+31
* sfc: add devlink port support for ef100Alejandro Lucero2023-02-167-0/+156
* sfc: add mport lookup based on driver's mport dataAlejandro Lucero2023-02-164-7/+31
* sfc: enumerate mports in ef100Alejandro Lucero2023-02-168-0/+291
* sfc: add devlink info support for ef100Alejandro Lucero2023-02-164-0/+549
* sfc: add devlink support for ef100Alejandro Lucero2023-02-166-1/+102
* Daniel Borkmann says:Jakub Kicinski2023-02-102-0/+8
|\
| * sfc: move xdp_features configuration in efx_pci_probe_post_io()Lorenzo Bianconi2023-02-082-8/+8
| * drivers: net: turn on XDP featuresMarek Majtyka2023-02-022-0/+8
* | sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet2023-01-281-1/+4
|/
* sfc: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-062-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+1
|\
| * sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong2022-11-221-0/+1
* | sfc: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan2022-11-251-2/+2
* | sfc: ensure type is valid before updating seen_genEdward Cree2022-11-231-7/+9
* | sfc: implement counters readout to TC statsEdward Cree2022-11-163-0/+52
* | sfc: validate MAE action orderEdward Cree2022-11-161-0/+50
* | sfc: attach an MAE counter to TC actions that need itEdward Cree2022-11-163-2/+32
* | sfc: accumulate MAE counter values from update packetsEdward Cree2022-11-162-1/+57
* | sfc: add functions to allocate/free MAE countersEdward Cree2022-11-164-0/+170