index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
/
gve_rx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gve: Fix spelling mistake "droping" -> "dropping"
Colin Ian King
2022-03-16
1
-1
/
+1
*
gve: Recording rx queue before sending to napi
Tao Liu
2022-02-08
1
-0
/
+1
*
gve: Fix GFP flags when allocing pages
Catherine Sullivan
2022-01-26
1
-1
/
+2
*
gve: remove memory barrier around seqno
Catherine Sullivan
2021-12-16
1
-2
/
+0
*
gve: fix unmatched u64_stats_update_end()
Dan Carpenter
2021-11-10
1
-1
/
+2
*
gve: Implement packet continuation for RX.
David Awogbemila
2021-10-25
1
-99
/
+248
*
gve: Track RX buffer allocation failures
Catherine Sullivan
2021-10-11
1
-1
/
+6
*
gve: Allow pageflips on larger pages
Jordan Kim
2021-10-11
1
-1
/
+1
*
gve: Add rx buffer pagecnt bias
Catherine Sullivan
2021-10-11
1
-15
/
+37
*
gve: Switch to use napi_complete_done
Yangchun Fu
2021-10-11
1
-18
/
+19
*
gve: Properly handle errors in gve_assign_qpl
Catherine Sullivan
2021-10-06
1
-1
/
+7
*
gve: DQO: Add ring allocation and initialization
Bailey Forrest
2021-06-24
1
-1
/
+1
*
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
2021-06-24
1
-1
/
+1
*
gve: Make gve_rx_slot_page_info.page_offset an absolute offset
Bailey Forrest
2021-06-24
1
-2
/
+2
*
gve: gve_rx_copy: Move padding to an argument
Bailey Forrest
2021-06-24
1
-2
/
+2
*
gve: Move some static functions to a common file
Bailey Forrest
2021-06-24
1
-40
/
+2
*
gve: Rx Buffer Recycling
David Awogbemila
2020-12-08
1
-65
/
+134
*
gve: Add support for raw addressing to the rx path
Catherine Sullivan
2020-12-08
1
-47
/
+158
*
gve: Add stats for gve.
Kuo Zhao
2020-09-11
1
-8
/
+29
*
net: Google gve: Remove dma_wmb() before ringing doorbell
Liran Alon
2020-01-03
1
-2
/
+0
*
gve: Fixes DMA synchronization.
Yangchun Fu
2019-11-01
1
-0
/
+2
*
gve: Fix case where desc_cnt and data_cnt can get out of sync
Catherine Sullivan
2019-08-05
1
-19
/
+15
*
gve: replace kfree with kvfree
Chuhong Yuan
2019-07-18
1
-2
/
+2
*
gve: fix unused variable/label warnings
Arnd Bergmann
2019-07-08
1
-33
/
+33
*
gve: Add workqueue and reset support
Catherine Sullivan
2019-07-01
1
-1
/
+4
*
gve: Add transmit and receive support
Catherine Sullivan
2019-07-01
1
-0
/
+443