summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|/
* sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree2022-07-291-0/+27
* sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree2022-07-297-3/+158
* sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree2022-07-295-36/+33
* sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-2913-6/+606
* sfc: receive packets from EF100 VFs into representorsEdward Cree2022-07-293-0/+42
* sfc: check ef100 RX packets are from the wireEdward Cree2022-07-293-6/+26
* sfc: determine wire m-port at EF100 PF probe timeEdward Cree2022-07-294-0/+50
* sfc: ef100 representor RX top halfEdward Cree2022-07-292-0/+56
* sfc: ef100 representor RX NAPI pollEdward Cree2022-07-292-0/+75
* sfc: plumb ef100 representor statsEdward Cree2022-07-291-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-281-0/+22
|\
| * sfc: disable softirqs for ptp TXAlejandro Lucero2022-07-271-0/+22
* | sfc/siena: fix repeated words in commentswangjianli2022-07-261-1/+1
* | sfc/falcon: fix repeated words in commentswangjianli2022-07-261-1/+1
* | sfc: attach/detach EF100 representors along with their owning PFEdward Cree2022-07-225-3/+59
* | sfc: hook up ef100 representor TXEdward Cree2022-07-223-1/+38
* | sfc: support passing a representor to the EF100 TX pathEdward Cree2022-07-227-17/+123
* | sfc: determine representee m-port for EF100 representorsEdward Cree2022-07-225-1/+96
* | sfc: phys port/switch identification for ef100 repsEdward Cree2022-07-222-2/+39
* | sfc: add basic ethtool ops to ef100 repsEdward Cree2022-07-221-0/+26
* | sfc: add skeleton ef100 VF representorsEdward Cree2022-07-228-11/+196
* | sfc: detect ef100 MAE admin privilege/capability at probe timeEdward Cree2022-07-224-0/+55
* | sfc: update EF100 register descriptionsEdward Cree2022-07-221-23/+60
* | sfc: update MCDI protocol headersEdward Cree2022-07-191-195/+7933
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-142-3/+10
|\|
| * sfc: fix kernel panic when creating VFÍñigo Huguet2022-07-141-0/+3
| * sfc: fix use after free when disabling sriovÍñigo Huguet2022-07-131-3/+7
* | sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-4/+2
* | sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-061-4/+2