summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)AuthorFilesLines
2022-12-06sfc: use sysfs_emit() to instead of scnprintf()ye xingchen2-2/+2
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-11-25sfc: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan1-2/+2
2022-11-23sfc: ensure type is valid before updating seen_genEdward Cree1-7/+9
2022-11-22sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong1-0/+1
2022-11-16sfc: implement counters readout to TC statsEdward Cree3-0/+52
2022-11-16sfc: validate MAE action orderEdward Cree1-0/+50
2022-11-16sfc: attach an MAE counter to TC actions that need itEdward Cree3-2/+32
2022-11-16sfc: accumulate MAE counter values from update packetsEdward Cree2-1/+57
2022-11-16sfc: add functions to allocate/free MAE countersEdward Cree4-0/+170
2022-11-16sfc: add hashtables for MAE counters and counter ID mappingsEdward Cree4-0/+90
2022-11-16sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree7-10/+373
2022-11-16sfc: add ef100 MAE counter support functionsEdward Cree5-0/+139
2022-11-16sfc: add ability for extra channels to receive raw RX buffersEdward Cree2-0/+9
2022-11-16sfc: add start and stop methods to channelsEdward Cree2-1/+12
2022-11-16sfc: add ability for an RXQ to grant credits on refillEdward Cree3-3/+22
2022-11-16sfc: fix ef100 RX prefix macroEdward Cree1-1/+1
2022-11-11ptp: convert remaining drivers to adjfine interfaceJacob Keller2-6/+8
2022-11-04sfc: add Layer 4 matches to ef100 TC offloadEdward Cree3-2/+37
2022-11-04sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree3-1/+35
2022-11-04sfc: add Layer 3 matches to ef100 TC offloadEdward Cree4-9/+100
2022-11-04sfc: add Layer 2 matches to ef100 TC offloadEdward Cree4-6/+103
2022-11-04sfc: 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-02sfc (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-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-41/+31
2022-10-19sfc: 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-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-09-28net: 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-23sfc: 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-19sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet1-1/+1
2022-09-19sfc: 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-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang14-22/+22