summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfc: fix builds without CONFIG_RTC_LIBAlejandro Lucero2023-02-211-1/+1
* sfc: clean up some inconsistent indentingsYang Li2023-02-211-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-112-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-032-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-072-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-053-2/+37
* | sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree2022-11-053-1/+35
* | sfc: add Layer 3 matches to ef100 TC offloadEdward Cree2022-11-054-9/+100
* | sfc: add Layer 2 matches to ef100 TC offloadEdward Cree2022-11-054-6/+103
* | sfc: check recirc_id match caps before MAE offloadEdward Cree2022-11-051-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-031-2/+6
|\|
| * sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET2022-11-011-2/+6
* | sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)2022-11-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-213-41/+31
|\|
| * sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2022-10-202-7/+7
| * sfc: Change VF mac via PF as first preference if available.Jonathan Cooper2022-10-151-34/+24
* | sfc: remove 'log-tc-errors' ethtool private flagEdward Cree2022-10-194-43/+0
* | sfc: use formatted extacks instead of efx_tc_err()Edward Cree2022-10-193-47/+23
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-291-1/+1
|\
| * sfc: correct filter_table_remove method for EF10 PFsAndy Moreton2022-09-241-1/+1
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-294-5/+4