summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc/net_driver.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-29sfc: use new rxfh_context APIEdward Cree1-14/+14
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin1-1/+1
2023-07-28sfc: Remove struct efx_special_bufferMartin Habets1-25/+3
2023-07-28sfc: Filter cleanups for Falcon and SienaMartin Habets1-18/+0
2023-07-28sfc: Remove some NIC type indirections that are no longer neededMartin Habets1-8/+0
2023-07-28sfc: Remove support for siena high priority queueMartin Habets1-3/+1
2023-07-28sfc: Remove falcon referencesMartin Habets1-3/+2
2023-06-10sfc: neighbour lookup for TC encap action offloadEdward Cree1-0/+3
2023-02-16sfc: add devlink port support for ef100Alejandro Lucero1-0/+2
2023-02-16sfc: enumerate mports in ef100Alejandro Lucero1-0/+4
2023-02-16sfc: add devlink support for ef100Alejandro Lucero1-0/+2
2022-11-16sfc: add extra RX channel to receive MAE counter updates on ef100Edward Cree1-1/+2
2022-11-16sfc: add ability for extra channels to receive raw RX buffersEdward Cree1-0/+2
2022-11-16sfc: add start and stop methods to channelsEdward Cree1-0/+4
2022-11-16sfc: add ability for an RXQ to grant credits on refillEdward Cree1-0/+8
2022-10-19sfc: remove 'log-tc-errors' ethtool private flagEdward Cree1-2/+0
2022-09-28sfc: optional logging of TC offload errorsEdward Cree1-0/+2
2022-07-30sfc: insert default MAE rules to connect VFs to representorsEdward Cree1-0/+2
2022-07-30sfc: check ef100 RX packets are from the wireEdward Cree1-0/+3
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree1-0/+1
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree1-0/+4
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper1-1/+14
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper1-0/+5
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper1-1/+2
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper1-4/+46
2022-05-29sfc: fix considering that all channels have TX queuesMartin Habets1-1/+1
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets1-5/+0
2022-02-02sfc: The size of the RX recycle ring should be more flexibleMartin Habets1-0/+2
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet1-1/+1
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet1-0/+8
2021-04-16sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski1-0/+3
2020-09-30net: sfc: Replace in_interrupt() usageEdward Cree1-0/+5
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-1/+1
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree1-0/+5
2020-09-12sfc: de-indirect TSO handlingEdward Cree1-5/+0
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree1-3/+5
2020-09-12sfc: decouple TXQ type from labelEdward Cree1-14/+19
2020-09-08sfc: remove EFX_DRIVER_VERSIONEdward Cree1-2/+0
2020-09-08sfc: remove phy_op indirectionEdward Cree1-47/+0
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree1-4/+0
2020-09-05sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree1-0/+14
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree1-2/+2
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree1-2/+0
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree1-0/+2
2020-08-15sfc: check hash is valid before using itEdward Cree1-0/+2
2020-08-04sfc_ef100: TX path for EF100 NICsEdward Cree1-0/+21
2020-07-27sfc: skeleton EF100 PF driverEdward Cree1-0/+16
2020-07-27sfc_ef100: register accesses on EF100Edward Cree1-0/+2
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski1-10/+1