aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-1/+3
2021-11-10gve: fix unmatched u64_stats_update_end()Dan Carpenter1-1/+2
2021-11-09gve: Fix off by one in gve_tx_timeout()Dan Carpenter1-1/+1
2021-10-25gve: Add a jumbo-frame device option.Shailend Chand2-4/+68
2021-10-25gve: Implement packet continuation for RX.David Awogbemila9-126/+292
2021-10-25gve: Add RX context.David Awogbemila2-37/+44
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan1-1/+6
2021-10-11gve: Allow pageflips on larger pagesJordan Kim1-1/+1
2021-10-11gve: Add netif_set_xps_queue callCatherine Sullivan1-0/+4
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker3-2/+51
2021-10-11gve: Do lazy cleanup in TX pathTao Liu4-50/+62
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan1-15/+37
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu3-37/+43
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+37
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet1-2/+3
2021-10-06gve: fix gve_get_stats()Eric Dumazet1-4/+9
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan1-1/+7
2021-10-06gve: Avoid freeing NULL pointerTao Liu1-10/+17
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-1/+1
2021-09-29gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-8/+7
2021-09-28gve: DQO: avoid unused variable warningsArnd Bergmann3-66/+54
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-02gve: DQO: Remove incorrect prefetchBailey Forrest1-7/+0
2021-07-02gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-8/+1
2021-07-01gve: Propagate error codes to callerChristophe JAILLET1-2/+3
2021-07-01gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET1-1/+4
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter1-1/+1
2021-06-25gve: Fix swapped vars when fetching max queuesBailey Forrest1-2/+2
2021-06-24gve: Fix warnings reported for DQO patchsetBailey Forrest2-6/+5
2021-06-24gve: DQO: Add RX pathBailey Forrest4-0/+601
2021-06-24gve: DQO: Add TX pathBailey Forrest2-2/+829
2021-06-24gve: DQO: Configure interrupts on device upBailey Forrest2-2/+33
2021-06-24gve: DQO: Add ring allocation and initializationBailey Forrest7-13/+420
2021-06-24gve: DQO: Add core netdev featuresBailey Forrest8-25/+260
2021-06-24gve: Update adminq commands to support DQO queuesBailey Forrest4-29/+64
2021-06-24gve: Add DQO fields for core data structuresBailey Forrest1-11/+251
2021-06-24gve: Add dqo descriptorsBailey Forrest2-1/+257
2021-06-24gve: Add support for DQO RX PTYPE mapBailey Forrest4-2/+127
2021-06-24gve: adminq: DQO specific device descriptor logicBailey Forrest2-15/+55
2021-06-24gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest5-15/+37
2021-06-24gve: Introduce a new model for device optionsBailey Forrest2-43/+179
2021-06-24gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest3-5/+5
2021-06-24gve: gve_rx_copy: Move padding to an argumentBailey Forrest3-5/+7
2021-06-24gve: Move some static functions to a common fileBailey Forrest5-60/+94
2021-05-17gve: Correct SKB queue index validation.David Awogbemila1-1/+1
2021-05-17gve: Upgrade memory barrier in poll routineCatherine Sullivan1-1/+1
2021-05-17gve: Add NULL pointer checks when freeing irqs.David Awogbemila1-9/+11
2021-05-17gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila1-0/+1