summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/net_driver.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-161-0/+3
* net: sfc: Replace in_interrupt() usageEdward Cree2020-09-291-0/+5
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-1/+1
* sfc: implement encapsulated TSO on EF10Edward Cree2020-09-121-0/+5
* sfc: de-indirect TSO handlingEdward Cree2020-09-121-5/+0
* sfc: define inner/outer csum offload TXQ typesEdward Cree2020-09-121-3/+5
* sfc: decouple TXQ type from labelEdward Cree2020-09-121-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-041-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-301-0/+3
* sfc: don't try to create more channels than we can have VIsEdward Cree2020-06-301-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-171-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-131-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-271-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-031-1/+0
* sfc: fix channel allocation with brute forceEdward Cree2019-12-211-3/+1
* sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree2019-11-231-1/+1
* sfc: add statistics for ARFSEdward Cree2019-11-231-0/+4
* sfc: change ARFS expiry mechanismEdward Cree2019-11-231-6/+8
* sfc: add XDP counters to ethtool statsCharles McLachlan2019-10-311-0/+8
* sfc: allocate channels for XDP tx queuesCharles McLachlan2019-10-311-3/+31
* sfc: perform XDP processing on received packetsCharles McLachlan2019-10-311-0/+12
* sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan2019-10-311-2/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* sfc: batch up RX deliveryEdward Cree2018-07-041-0/+3
* sfc: ARFS filter IDsEdward Cree2018-04-241-0/+36