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