summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | sfc: add hashtables for MAE counters and counter ID mappingsEdward Cree2022-11-164-0/+90
* | sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree2022-11-167-10/+373
* | sfc: add ef100 MAE counter support functionsEdward Cree2022-11-165-0/+139
* | sfc: add ability for extra channels to receive raw RX buffersEdward Cree2022-11-162-0/+9
* | sfc: add start and stop methods to channelsEdward Cree2022-11-162-1/+12
* | sfc: add ability for an RXQ to grant credits on refillEdward Cree2022-11-163-3/+22
* | sfc: fix ef100 RX prefix macroEdward Cree2022-11-161-1/+1
* | ptp: convert remaining drivers to adjfine interfaceJacob Keller2022-11-112-6/+8
* | sfc: add Layer 4 matches to ef100 TC offloadEdward Cree2022-11-043-2/+37
* | sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree2022-11-043-1/+35
* | sfc: add Layer 3 matches to ef100 TC offloadEdward Cree2022-11-044-9/+100
* | sfc: add Layer 2 matches to ef100 TC offloadEdward Cree2022-11-044-6/+103
* | sfc: check recirc_id match caps before MAE offloadEdward Cree2022-11-041-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-2/+6
|\|