summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h
Commit message (Expand)AuthorAgeFilesLines
* sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-291-0/+2
* sfc: check ef100 RX packets are from the wireEdward Cree2022-07-291-0/+3
* sfc: support passing a representor to the EF100 TX pathEdward Cree2022-07-221-0/+1
* sfc: add skeleton ef100 VF representorsEdward Cree2022-07-221-0/+4
* sfc: Separate efx_nic memory from net_device memoryJonathan Cooper2022-06-291-1/+14
* sfc: Encapsulate access to netdev_priv()Jonathan Cooper2022-06-291-0/+5
* sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper2022-06-291-1/+2
* sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper2022-06-291-4/+46
* sfc: fix considering that all channels have TX queuesMartin Habets2022-05-291-1/+1
* sfc: Remove global definition of efx_reset_type_namesMartin Habets2022-04-121-5/+0
* sfc: The size of the RX recycle ring should be more flexibleMartin Habets2022-02-011-0/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet2021-09-091-1/+1
* sfc: fallback for lack of xdp tx queuesÍñigo Huguet2021-09-091-0/+8
* sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski2021-04-151-0/+3
* net: sfc: Replace in_interrupt() usageEdward Cree2020-09-291-0/+5
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-1/+1
* sfc: implement encapsulated TSO on EF10Edward Cree2020-09-111-0/+5
* sfc: de-indirect TSO handlingEdward Cree2020-09-111-5/+0
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-111-3/+5
* sfc: decouple TXQ type from labelEdward Cree2020-09-111-14/+19
* sfc: remove EFX_DRIVER_VERSIONEdward Cree2020-09-071-2/+0
* sfc: remove phy_op indirectionEdward Cree2020-09-071-47/+0
* sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree2020-09-051-4/+0
* sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree2020-09-051-0/+14
* sfc: add and use efx_tx_send_pending in tx.cEdward Cree2020-09-051-2/+2
* sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree2020-08-311-2/+0
* sfc: don't free_irq()s if they were never requestedEdward Cree2020-08-181-0/+2
* sfc: check hash is valid before using itEdward Cree2020-08-141-0/+2
* sfc_ef100: TX path for EF100 NICsEdward Cree2020-08-031-0/+21
* sfc: skeleton EF100 PF driverEdward Cree2020-07-271-0/+16
* sfc_ef100: register accesses on EF100Edward Cree2020-07-271-0/+2
* sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-231-10/+1
* sfc: assign TXQs without gapsEdward Cree2020-07-021-1/+4
* sfc: make tx_queues_per_channel variable at runtimeEdward Cree2020-07-021-21/+13
* sfc: remove max_interrupt_modeEdward Cree2020-07-021-3/+0
* sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree2020-07-021-1/+1
* sfc: track which BAR is mappedEdward Cree2020-06-291-0/+3
* sfc: don't try to create more channels than we can have VIsEdward Cree2020-06-291-0/+1
* sfc: make firmware-variant printing a nic_type functionEdward Cree2020-05-111-0/+3
* sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree2020-05-111-0/+2
* sfc: make capability checking a nic_type functionTom Zhao2020-05-111-0/+3
* sfc: move vport_id to struct efx_nicEdward Cree2020-05-111-0/+2
* sfc: fix XDP-redirect in this driverJesper Dangaard Brouer2020-03-161-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-3/+0
|\
| * sfc: complete the next packet when we receive a timestampTom Zhao2020-03-051-3/+0
* | sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-261-1/+1
|/
* sfc: move RPS codeAlex Maftei (amaftei)2020-01-101-3/+3
* sfc: add new headers in preparation for code splitAlex Maftei (amaftei)2020-01-081-1/+12
* sfc: Remove unnecessary dependencies on I2CBen Hutchings2020-01-021-1/+0