summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)Author
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-15gve: Flow steering trigger reset only for timeout errorZiwei Xiao
2024-10-30gve: change to use page_pool_put_full_page when recycling pagesHarshitha Ramamurthy
2024-10-15gve: add support for basic queue statsHarshitha Ramamurthy
2024-10-15gve: adopt page pool for DQ RDA modeHarshitha Ramamurthy
2024-10-15gve: move DQO rx buffer management related code to a new fileHarshitha Ramamurthy
2024-10-03gve: Map NAPI instances to queuesJoe Damato
2024-10-03gve: Map IRQs to NAPI instancesJoe Damato
2024-08-19gve: Remove unused declaration gve_rx_alloc_rings()Yue Haibing
2024-08-13gve: Add RSS adminq commands and ethtool supportJeroen de Borst
2024-08-13gve: Add RSS device optionZiwei Xiao
2024-08-02gve: Fix use of netif_carrier_ok()Praveen Kaligineedi
2024-07-25gve: Fix an edge case for TSO skb validity checkBailey Forrest
2024-07-17gve: Fix XDP TX completion handling when counters overflowJoshua Washington
2024-06-25gve: Add flow steering ethtool supportJeroen de Borst
2024-06-25gve: Add flow steering adminq commandsJeroen de Borst
2024-06-25gve: Add flow steering device optionJeroen de Borst
2024-06-25gve: Add adminq extended commandJeroen de Borst
2024-06-25gve: Add adminq mutex lockZiwei Xiao
2024-06-13gve: Clear napi->skb before dev_kfree_skb_any()Ziwei Xiao
2024-06-11gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington
2024-05-10gve: Use ethtool_sprintf/puts() to fill stats stringsSimon Horman
2024-05-10gve: Avoid unnecessary use of comma operatorSimon Horman
2024-05-06gve: Implement queue apiShailend Chand
2024-05-05gve: Alloc and free QPLs with the ringsShailend Chand
2024-05-05gve: Account for stopped queues when reading NIC statsShailend Chand
2024-05-05gve: Reset Rx ring state in the ring-stop funcsShailend Chand
2024-05-05gve: Avoid rescheduling napi if on wrong cpuShailend Chand
2024-05-05gve: Make gve_turnup work for nonempty queuesShailend Chand
2024-05-05gve: Make gve_turn(up|down) ignore stopped queuesShailend Chand
2024-05-05gve: Add adminq funcs to add/remove a single Rx queueShailend Chand
2024-05-05gve: Make the GQ RX free queue funcs idempotentShailend Chand
2024-04-18gve: Remove qpl_cfg struct since qpl_ids map with queues respectivelyZiwei Xiao
2024-04-15gve: Correctly report software timestamping capabilitiesJohn Fraker
2024-04-03gve: add support to change ring size via ethtoolHarshitha Ramamurthy
2024-04-03gve: add support to read ring size ranges from the deviceHarshitha Ramamurthy
2024-04-03gve: set page count for RX QPL for GQI and DQO queue formatsHarshitha Ramamurthy
2024-04-03gve: make the completion and buffer ring size equal for DQOHarshitha Ramamurthy
2024-04-03gve: simplify setting decriptor count defaultsHarshitha Ramamurthy
2024-03-28gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker
2024-03-05net: introduce page_frag_cache_drain()Yunsheng Lin
2024-03-04gve: Add header split ethtool statsJeroen de Borst
2024-03-04gve: Add header split data pathJeroen de Borst
2024-03-04gve: Add header split device optionJeroen de Borst
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-25gve: Modify rx_buf_alloc_fail counter centrally and closer to failureAnkit Garg
2024-01-25gve: Fix skb truesize underestimationPraveen Kaligineedi
2024-01-23gve: Alloc before freeing when changing featuresShailend Chand
2024-01-23gve: Alloc before freeing when adjusting queuesShailend Chand
2024-01-23gve: Refactor gve_open and gve_closeShailend Chand