summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * 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-021-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-203-41/+31
|\|
| * sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2022-10-192-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-231-1/+1
* | net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-284-5/+4
* | sfc: bare bones TC offload on EF100Edward Cree2022-09-285-0/+397
* | sfc: interrogate MAE capabilities at probe timeEdward Cree2022-09-284-0/+93
* | sfc: add a hashtable for offloaded TC rulesEdward Cree2022-09-284-2/+123
* | sfc: optional logging of TC offload errorsEdward Cree2022-09-285-0/+61
* | sfc: bind indirect blocks for TC offload on EF100Edward Cree2022-09-283-1/+84
* | sfc: bind blocks for TC offload on EF100Edward Cree2022-09-288-2/+224
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-224-4/+4
|\|
| * sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-201-1/+1
| * sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet2022-09-201-1/+1
| * sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet2022-09-191-1/+1
| * sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet2022-09-191-1/+1
* | sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren2022-09-132-0/+24
* | sfc: support PTP over EthernetÍñigo Huguet2022-09-071-2/+19
* | sfc: support PTP over IPv6/UDPÍñigo Huguet2022-09-072-12/+71
* | sfc: allow more flexible way of adding filters for PTPÍñigo Huguet2022-09-071-36/+32
* | net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-3114-22/+22
|/