summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
Commit message (Expand)AuthorAgeFilesLines
* gve: fix unmatched u64_stats_update_end()Dan Carpenter2021-11-101-1/+2
* gve: Fix off by one in gve_tx_timeout()Dan Carpenter2021-11-091-1/+1
* gve: Add a jumbo-frame device option.Shailend Chand2021-10-252-4/+68
* gve: Implement packet continuation for RX.David Awogbemila2021-10-259-126/+292
* gve: Add RX context.David Awogbemila2021-10-252-37/+44
* gve: Track RX buffer allocation failuresCatherine Sullivan2021-10-111-1/+6
* gve: Allow pageflips on larger pagesJordan Kim2021-10-111-1/+1
* gve: Add netif_set_xps_queue callCatherine Sullivan2021-10-111-0/+4
* gve: Recover from queue stall due to missed IRQJohn Fraker2021-10-113-2/+51
* gve: Do lazy cleanup in TX pathTao Liu2021-10-114-50/+62
* gve: Add rx buffer pagecnt biasCatherine Sullivan2021-10-111-15/+37
* gve: Switch to use napi_complete_doneYangchun Fu2021-10-113-37/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-073-18/+37
|\
| * gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet2021-10-061-2/+3
| * gve: fix gve_get_stats()Eric Dumazet2021-10-061-4/+9
| * gve: Properly handle errors in gve_assign_qplCatherine Sullivan2021-10-061-1/+7
| * gve: Avoid freeing NULL pointerTao Liu2021-10-061-10/+17
| * gve: Correct available tx qpl checkCatherine Sullivan2021-10-061-1/+1
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* | gve: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-09-291-8/+7
* | gve: DQO: avoid unused variable warningsArnd Bergmann2021-09-283-66/+54
|/
* gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang2021-07-161-2/+4
* gve: DQO: Remove incorrect prefetchBailey Forrest2021-07-021-7/+0
* gve: Simplify code and axe the use of a deprecated APIChristophe JAILLET2021-07-021-8/+1
* gve: Propagate error codes to callerChristophe JAILLET2021-07-011-2/+3
* gve: Fix an error handling path in 'gve_probe()'Christophe JAILLET2021-07-011-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+2
|\
| * gve: Fix swapped vars when fetching max queuesBailey Forrest2021-06-251-2/+2
* | gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter2021-06-291-1/+1
* | gve: Fix warnings reported for DQO patchsetBailey Forrest2021-06-242-6/+5
* | gve: DQO: Add RX pathBailey Forrest2021-06-244-0/+601
* | gve: DQO: Add TX pathBailey Forrest2021-06-242-2/+829
* | gve: DQO: Configure interrupts on device upBailey Forrest2021-06-242-2/+33
* | gve: DQO: Add ring allocation and initializationBailey Forrest2021-06-247-13/+420
* | gve: DQO: Add core netdev featuresBailey Forrest2021-06-248-25/+260
* | gve: Update adminq commands to support DQO queuesBailey Forrest2021-06-244-29/+64
* | gve: Add DQO fields for core data structuresBailey Forrest2021-06-241-11/+251
* | gve: Add dqo descriptorsBailey Forrest2021-06-242-1/+257
* | gve: Add support for DQO RX PTYPE mapBailey Forrest2021-06-244-2/+127
* | gve: adminq: DQO specific device descriptor logicBailey Forrest2021-06-242-15/+55
* | gve: Introduce per netdev `enum gve_queue_format`Bailey Forrest2021-06-245-15/+37
* | gve: Introduce a new model for device optionsBailey Forrest2021-06-242-43/+179
* | gve: Make gve_rx_slot_page_info.page_offset an absolute offsetBailey Forrest2021-06-243-5/+5
* | gve: gve_rx_copy: Move padding to an argumentBailey Forrest2021-06-243-5/+7
* | gve: Move some static functions to a common fileBailey Forrest2021-06-245-60/+94
|/
* gve: Correct SKB queue index validation.David Awogbemila2021-05-171-1/+1
* gve: Upgrade memory barrier in poll routineCatherine Sullivan2021-05-171-1/+1
* gve: Add NULL pointer checks when freeing irqs.David Awogbemila2021-05-171-9/+11
* gve: Update mgmt_msix_idx if num_ntfy changesDavid Awogbemila2021-05-171-0/+1
* gve: Check TX QPL was actually assignedCatherine Sullivan2021-05-171-2/+6