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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
gve: DQO: Add core netdev features
Bailey Forrest
2021-06-24
8
-25
/
+260
*
|
gve: Update adminq commands to support DQO queues
Bailey Forrest
2021-06-24
4
-29
/
+64
*
|
gve: Add DQO fields for core data structures
Bailey Forrest
2021-06-24
1
-11
/
+251
*
|
gve: Add dqo descriptors
Bailey Forrest
2021-06-24
2
-1
/
+257
*
|
gve: Add support for DQO RX PTYPE map
Bailey Forrest
2021-06-24
4
-2
/
+127
*
|
gve: adminq: DQO specific device descriptor logic
Bailey Forrest
2021-06-24
2
-15
/
+55
*
|
gve: Introduce per netdev `enum gve_queue_format`
Bailey Forrest
2021-06-24
5
-15
/
+37
*
|
gve: Introduce a new model for device options
Bailey Forrest
2021-06-24
2
-43
/
+179
*
|
gve: Make gve_rx_slot_page_info.page_offset an absolute offset
Bailey Forrest
2021-06-24
3
-5
/
+5
*
|
gve: gve_rx_copy: Move padding to an argument
Bailey Forrest
2021-06-24
3
-5
/
+7
*
|
gve: Move some static functions to a common file
Bailey Forrest
2021-06-24
5
-60
/
+94
|
/
*
gve: Correct SKB queue index validation.
David Awogbemila
2021-05-17
1
-1
/
+1
*
gve: Upgrade memory barrier in poll routine
Catherine Sullivan
2021-05-17
1
-1
/
+1
*
gve: Add NULL pointer checks when freeing irqs.
David Awogbemila
2021-05-17
1
-9
/
+11
*
gve: Update mgmt_msix_idx if num_ntfy changes
David Awogbemila
2021-05-17
1
-0
/
+1
*
gve: Check TX QPL was actually assigned
Catherine Sullivan
2021-05-17
1
-2
/
+6
*
net: gve: remove duplicated allowed
Daode Huang
2021-03-25
1
-1
/
+1
*
net: gve: convert strlcpy to strscpy
Daode Huang
2021-03-25
1
-3
/
+3
*
gve: Add support for raw addressing in the tx path
Catherine Sullivan
2020-12-08
5
-42
/
+185
*
gve: Rx Buffer Recycling
David Awogbemila
2020-12-08
2
-74
/
+135
*
gve: Add support for raw addressing to the rx path
Catherine Sullivan
2020-12-08
5
-62
/
+182
*
gve: Add support for raw addressing device option
Catherine Sullivan
2020-12-08
4
-4
/
+92
*
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
2020-11-23
1
-0
/
+1
*
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-30
2
-4
/
+3
*
gve: Enable Link Speed Reporting in the driver.
David Awogbemila
2020-09-11
4
-1
/
+56
*
gve: Use link status register to report link status
Patricio Noyola
2020-09-11
1
-3
/
+21
*
gve: Batch AQ commands for creating and destroying queues.
Sagi Shahar
2020-09-11
3
-81
/
+211
*
gve: NIC stats for report-stats and for ethtool
David Awogbemila
2020-09-11
4
-3
/
+94
*
gve: Add Gvnic stats AQ command and ethtool show/set-priv-flags.
Kuo Zhao
2020-09-11
6
-32
/
+369
*
gve: Use dev_info/err instead of netif_info/err.
Catherine Sullivan
2020-09-11
2
-14
/
+11
*
gve: Add stats for gve.
Kuo Zhao
2020-09-11
5
-48
/
+245
*
gve: Get and set Rx copybreak via ethtool
Kuo Zhao
2020-09-11
1
-0
/
+34
*
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
[prev]