Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-28sfc: optional logging of TC offload errorsEdward Cree
2022-07-30sfc: insert default MAE rules to connect VFs to representorsEdward Cree
2022-07-30sfc: check ef100 RX packets are from the wireEdward Cree
2022-07-22sfc: support passing a representor to the EF100 TX pathEdward Cree
2022-07-22sfc: add skeleton ef100 VF representorsEdward Cree
2022-06-29sfc: Separate efx_nic memory from net_device memoryJonathan Cooper
2022-06-29sfc: Encapsulate access to netdev_priv()Jonathan Cooper
2022-06-29sfc: Add a PROBED state for EF100 VDPA use.Jonathan Cooper
2022-06-29sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.Jonathan Cooper
2022-05-29sfc: fix considering that all channels have TX queuesMartin Habets
2022-04-12sfc: Remove global definition of efx_reset_type_namesMartin Habets
2022-02-02sfc: The size of the RX recycle ring should be more flexibleMartin Habets
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-09-09sfc: last resort fallback for lack of xdp tx queuesÍñigo Huguet
2021-09-09sfc: fallback for lack of xdp tx queuesÍñigo Huguet
2021-04-16sfc: ef10: implement ethtool::get_fec_statsJakub Kicinski
2020-09-30net: sfc: Replace in_interrupt() usageEdward Cree
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-12sfc: implement encapsulated TSO on EF10Edward Cree
2020-09-12sfc: de-indirect TSO handlingEdward Cree
2020-09-12sfc: define inner/outer csum offload TXQ typesEdward Cree
2020-09-12sfc: decouple TXQ type from labelEdward Cree
2020-09-08sfc: remove EFX_DRIVER_VERSIONEdward Cree
2020-09-08sfc: remove phy_op indirectionEdward Cree
2020-09-05sfc: use efx_channel_tx_[old_]fill_level() in Siena/EF10 TX datapathEdward Cree
2020-09-05sfc: use tx_queue->old_read_count in EF100 TX pathEdward Cree
2020-09-05sfc: add and use efx_tx_send_pending in tx.cEdward Cree
2020-08-31sfc: return errors from efx_mcdi_set_id_led, and de-indirectEdward Cree
2020-08-18sfc: don't free_irq()s if they were never requestedEdward Cree
2020-08-15sfc: check hash is valid before using itEdward Cree
2020-08-04sfc_ef100: TX path for EF100 NICsEdward Cree
2020-07-27sfc: skeleton EF100 PF driverEdward Cree
2020-07-27sfc_ef100: register accesses on EF100Edward Cree
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski
2020-07-03sfc: assign TXQs without gapsEdward Cree
2020-07-03sfc: make tx_queues_per_channel variable at runtimeEdward Cree
2020-07-03sfc: remove max_interrupt_modeEdward Cree
2020-07-03sfc: support setting MTU even if not privileged to configure MAC fullyEdward Cree
2020-06-30sfc: track which BAR is mappedEdward Cree
2020-06-30sfc: don't try to create more channels than we can have VIsEdward Cree
2020-05-11sfc: make firmware-variant printing a nic_type functionEdward Cree
2020-05-11sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree
2020-05-11sfc: make capability checking a nic_type functionTom Zhao
2020-05-11sfc: move vport_id to struct efx_nicEdward Cree
2020-03-17sfc: fix XDP-redirect in this driverJesper Dangaard Brouer
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-06sfc: complete the next packet when we receive a timestampTom Zhao
2020-02-27sfc: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-10sfc: move RPS codeAlex Maftei (amaftei)
2020-01-09sfc: add new headers in preparation for code splitAlex Maftei (amaftei)