| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-09 | 2 | -8/+0 |
|\ |
|
| * | net: Google gve: Remove dma_wmb() before ringing doorbell | Liran Alon | 2020-01-03 | 2 | -8/+0 |
* | | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2019-12-12 | 1 | -1/+1 |
|/ |
|
* | gve: Fix the queue page list allocated pages count | Jeroen de Borst | 2019-11-26 | 1 | -1/+2 |
* | gve: fix dma sync bug where not all pages synced | Adi Suresh | 2019-11-19 | 1 | -4/+5 |
* | gve: Fixes DMA synchronization. | Yangchun Fu | 2019-11-01 | 2 | -2/+24 |
* | gve: Copy and paste bug in gve_get_stats() | Dan Carpenter | 2019-08-21 | 1 | -1/+1 |
* | gve: Fix case where desc_cnt and data_cnt can get out of sync | Catherine Sullivan | 2019-08-05 | 3 | -26/+20 |
* | gve: replace kfree with kvfree | Chuhong Yuan | 2019-07-18 | 2 | -13/+13 |
* | gve: Remove the exporting of gve_probe | Denis Efremov | 2019-07-14 | 1 | -1/+0 |
* | gve: fix unused variable/label warnings | Arnd Bergmann | 2019-07-08 | 1 | -33/+33 |
* | gve: Fix error return code in gve_alloc_qpls() | Wei Yongjun | 2019-07-07 | 1 | -1/+3 |
* | gve: fix -ENOMEM null check on a page allocation | Colin Ian King | 2019-07-03 | 1 | -1/+1 |
* | gve: Fix u64_stats_sync to initialize start | Catherine Sullivan | 2019-07-03 | 2 | -4/+8 |
* | gve: Add ethtool support | Catherine Sullivan | 2019-07-01 | 4 | -2/+288 |
* | gve: Add workqueue and reset support | Catherine Sullivan | 2019-07-01 | 3 | -8/+249 |
* | gve: Add transmit and receive support | Catherine Sullivan | 2019-07-01 | 8 | -5/+2191 |
* | gve: Add basic driver framework for Compute Engine Virtual NIC | Catherine Sullivan | 2019-07-01 | 8 | -0/+1027 |