summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorLines
2025-02-18gve: set xdp redirect target only when it is availableJoshua Washington-1/+15
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+9
2025-01-07eth: gve: use appropriate helper to set xdp_featuresJakub Kicinski-5/+9
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-43/+67
2024-12-30gve: trigger RX NAPI instead of TX NAPI in gve_xsk_wakeupJoshua Washington-14/+7
2024-12-20gve: fix XDP allocation path in edge casesJoshua Washington-1/+8
2024-12-20gve: process XSK TX descriptors as part of RX NAPIJoshua Washington-14/+31
2024-12-20gve: guard XSK operations on the existence of queuesJoshua Washington-12/+10
2024-12-20gve: guard XDP xmit NDO on existence of xdp queuesJoshua Washington-1/+7
2024-12-20gve: clean XDP queues in gve_tx_stop_ring_gqiJoshua Washington-1/+4
2024-12-15gve: Convert timeouts to secs_to_jiffies()Easwar Hariharan-4/+2
2024-12-11gve: Remove unused gve_adminq_set_mtuDr. David Alan Gilbert-15/+0
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+2
2024-11-15gve: Flow steering trigger reset only for timeout errorZiwei Xiao-2/+2
2024-10-30gve: change to use page_pool_put_full_page when recycling pagesHarshitha Ramamurthy-2/+1
2024-10-15gve: add support for basic queue statsHarshitha Ramamurthy-0/+49
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy-94/+198
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy-226/+250
2024-10-03gve: Map NAPI instances to queuesJoe Damato-0/+17
2024-10-03gve: Map IRQs to NAPI instancesJoe Damato-0/+1
2024-08-19gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing-1/+0
2024-08-13gve: Add RSS adminq commands and ethtool supportJeroen de Borst-1/+235
2024-08-13gve: Add RSS device optionZiwei Xiao-3/+51
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi-7/+7
2024-07-25gve: Fix an edge case for TSO skb validity checkBailey Forrest-1/+21
2024-07-17gve: Fix XDP TX completion handling when counters overflowJoshua Washington-2/+3
2024-06-25gve: Add flow steering ethtool supportJeroen de Borst-9/+398
2024-06-25gve: Add flow steering adminq commandsJeroen de Borst-4/+314
2024-06-25gve: Add flow steering device optionJeroen de Borst-2/+51
2024-06-25gve: Add adminq extended commandJeroen de Borst-0/+43
2024-06-25gve: Add adminq mutex lockZiwei Xiao-10/+13
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao-3/+5
2024-06-11gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington-15/+5
2024-05-10gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman-25/+17
2024-05-10gve: Avoid unnecessary use of comma operatorSimon Horman-2/+2
2024-05-06gve: Implement queue apiShailend Chand-24/+189
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand-331/+171
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand-6/+35
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand-30/+120
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand-2/+32
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand-0/+14
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand-0/+10
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand-27/+54
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand-10/+19
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao-113/+20
2024-04-15gve: Correctly report software timestamping capabilitiesJohn Fraker-1/+2
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy-14/+95
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy-24/+102
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy-22/+20
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy-43/+13