summary refs log tree commit diff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2023-08-23sfc: don't unregister flow_indr if it was never registeredEdward Cree
2023-07-19sfc: fix crash when reading stats while NIC is resettingEdward Cree
2023-06-28sfc: use budget for TX completionsÍñigo Huguet
2023-06-21sfc: fix XDP queues mode with legacy IRQÍñigo Huguet
2023-05-24sfc: disable RXFCS and RXALL features by defaultPieter Jansen van Vuuren
2023-05-17sfc: Fix module EEPROM reporting for QSFP modulesAndy Moreton
2023-05-11sfc (gcc13): synchronize ef100_enqueue_skb()'s return typeJiri Slaby (SUSE)
2023-04-26sfc: Fix use-after-free due to selftest_workDing Hui
2023-04-06sfc: ef10: don't overwrite offload features at NIC resetÍñigo Huguet
2023-02-09sfc: correctly advertise tunneled IPv6 segmentationÍñigo Huguet
2022-11-22sfc: fix potential memleak in __ef100_hard_start_xmit()Zhang Changzhong
2022-11-01sfc: Fix an error handling path in efx_pci_probe()Christophe JAILLET
2022-10-19sfc: include vport_id in filter spec hash and equal()Pieter Jansen van Vuuren
2022-10-15sfc: Change VF mac via PF as first preference if available.Jonathan Cooper
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-28sfc: bare bones TC offload on EF100Edward Cree
2022-09-28sfc: interrogate MAE capabilities at probe timeEdward Cree
2022-09-28sfc: add a hashtable for offloaded TC rulesEdward Cree
2022-09-28sfc: optional logging of TC offload errorsEdward Cree
2022-09-28sfc: bind indirect blocks for TC offload on EF100Edward Cree
2022-09-28sfc: bind blocks for TC offload on EF100Edward Cree
2022-09-23sfc: correct filter_table_remove method for EF10 PFsAndy Moreton
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20sfc/siena: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet
2022-09-20sfc/siena: fix TX channel offset when using legacy interruptsÍñigo Huguet
2022-09-19sfc: fix null pointer dereference in efx_hard_start_xmitÍñigo Huguet
2022-09-19sfc: fix TX channel offset when using legacy interruptsÍñigo Huguet
2022-09-13sfc: introduce shutdown entry point in efx pci driverPieter Jansen van Vuuren
2022-09-07sfc: support PTP over EthernetÍñigo Huguet
2022-09-07sfc: support PTP over IPv6/UDPÍñigo Huguet
2022-09-07sfc: allow more flexible way of adding filters for PTPÍñigo Huguet
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-29sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree
2022-07-29sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree
2022-07-29sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree
2022-07-29sfc: insert default MAE rules to connect VFs to representorsEdward Cree
2022-07-29sfc: receive packets from EF100 VFs into representorsEdward Cree
2022-07-29sfc: check ef100 RX packets are from the wireEdward Cree
2022-07-29sfc: determine wire m-port at EF100 PF probe timeEdward Cree
2022-07-29sfc: ef100 representor RX top halfEdward Cree
2022-07-29sfc: ef100 representor RX NAPI pollEdward Cree
2022-07-29sfc: plumb ef100 representor statsEdward Cree
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-27sfc: disable softirqs for ptp TXAlejandro Lucero
2022-07-26sfc/siena: fix repeated words in commentswangjianli
2022-07-26sfc/falcon: fix repeated words in commentswangjianli
2022-07-22sfc: attach/detach EF100 representors along with their owning PFEdward Cree
2022-07-22sfc: hook up ef100 representor TXEdward Cree
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree