summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2022-11-05sfc: add Layer 4 matches to ef100 TC offloadEdward Cree3-2/+37
2022-11-05sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree3-1/+35
2022-11-05sfc: add Layer 3 matches to ef100 TC offloadEdward Cree4-9/+100
2022-11-05sfc: add Layer 2 matches to ef100 TC offloadEdward Cree4-6/+103
2022-11-05sfc: check recirc_id match caps before MAE offloadEdward Cree1-0/+17
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+6
2022-11-03sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)1-1/+2
2022-11-01sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET1-2/+6
2022-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-41/+31
2022-10-20sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren2-7/+7
2022-10-19sfc: remove 'log-tc-errors' ethtool private flagEdward Cree4-43/+0
2022-10-19sfc: use formatted extacks instead of efx_tc_err()Edward Cree3-47/+23
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper1-34/+24
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski4-5/+4
2022-09-28sfc: bare bones TC offload on EF100Edward Cree5-0/+397
2022-09-28sfc: interrogate MAE capabilities at probe timeEdward Cree4-0/+93
2022-09-28sfc: add a hashtable for offloaded TC rulesEdward Cree4-2/+123
2022-09-28sfc: optional logging of TC offload errorsEdward Cree5-0/+61
2022-09-28sfc: bind indirect blocks for TC offload on EF100Edward Cree3-1/+84
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree8-2/+224
2022-09-24sfc: correct filter_table_remove method for EF10 PFsAndy Moreton1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+4
2022-09-20sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet1-1/+1
2022-09-20sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet1-1/+1
2022-09-20sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet1-1/+1
2022-09-20sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet1-1/+1
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren2-0/+24
2022-09-07sfc: support PTP over EthernetÍñigo Huguet1-2/+19
2022-09-07sfc: support PTP over IPv6/UDPÍñigo Huguet2-12/+71
2022-09-07sfc: allow more flexible way of adding filters for PTPÍñigo Huguet1-36/+32
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang14-22/+22
2022-07-30sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree1-0/+27
2022-07-30sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree7-3/+158
2022-07-30sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree5-36/+33
2022-07-30sfc: insert default MAE rules to connect VFs to representorsEdward Cree13-6/+606
2022-07-30sfc: receive packets from EF100 VFs into representorsEdward Cree3-0/+42
2022-07-30sfc: check ef100 RX packets are from the wireEdward Cree3-6/+26
2022-07-30sfc: determine wire m-port at EF100 PF probe timeEdward Cree4-0/+50
2022-07-30sfc: ef100 representor RX top halfEdward Cree2-0/+56
2022-07-30sfc: ef100 representor RX NAPI pollEdward Cree2-0/+75
2022-07-30sfc: plumb ef100 representor statsEdward Cree1-0/+14
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+22
2022-07-28sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-07-26sfc/siena: fix repeated words in commentswangjianli1-1/+1
2022-07-26sfc/falcon: fix repeated words in commentswangjianli1-1/+1
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree5-3/+59
2022-07-22sfc: hook up ef100 representor TXEdward Cree3-1/+38
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree7-17/+123
2022-07-22sfc: determine representee m-port for EF100 representorsEdward Cree5-1/+96