index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
gve: Use ethtool_sprintf/puts() to fill stats strings
Simon Horman
1
-25
/
+17
2024-05-10
gve: Avoid unnecessary use of comma operator
Simon Horman
1
-2
/
+2
2024-05-06
gve: Implement queue api
Shailend Chand
5
-24
/
+189
2024-05-05
gve: Alloc and free QPLs with the rings
Shailend Chand
7
-331
/
+171
2024-05-05
gve: Account for stopped queues when reading NIC stats
Shailend Chand
1
-6
/
+35
2024-05-05
gve: Reset Rx ring state in the ring-stop funcs
Shailend Chand
2
-30
/
+120
2024-05-05
gve: Avoid rescheduling napi if on wrong cpu
Shailend Chand
2
-2
/
+32
2024-05-05
gve: Make gve_turnup work for nonempty queues
Shailend Chand
1
-0
/
+14
2024-05-05
gve: Make gve_turn(up|down) ignore stopped queues
Shailend Chand
1
-0
/
+10
2024-05-05
gve: Add adminq funcs to add/remove a single Rx queue
Shailend Chand
2
-27
/
+54
2024-05-05
gve: Make the GQ RX free queue funcs idempotent
Shailend Chand
1
-10
/
+19
2024-04-18
gve: Remove qpl_cfg struct since qpl_ids map with queues respectively
Ziwei Xiao
7
-113
/
+20
2024-04-15
gve: Correctly report software timestamping capabilities
John Fraker
1
-1
/
+2
2024-04-03
gve: add support to change ring size via ethtool
Harshitha Ramamurthy
3
-14
/
+95
2024-04-03
gve: add support to read ring size ranges from the device
Harshitha Ramamurthy
3
-24
/
+102
2024-04-03
gve: set page count for RX QPL for GQI and DQO queue formats
Harshitha Ramamurthy
5
-22
/
+20
2024-04-03
gve: make the completion and buffer ring size equal for DQO
Harshitha Ramamurthy
5
-43
/
+13
2024-04-03
gve: simplify setting decriptor count defaults
Harshitha Ramamurthy
1
-29
/
+15
2024-03-28
gve: Add counter adminq_get_ptype_map_cnt to stats report
John Fraker
1
-1
/
+2
2024-03-05
net: introduce page_frag_cache_drain()
Yunsheng Lin
1
-9
/
+2
2024-03-04
gve: Add header split ethtool stats
Jeroen de Borst
3
-11
/
+38
2024-03-04
gve: Add header split data path
Jeroen de Borst
7
-8
/
+169
2024-03-04
gve: Add header split device option
Jeroen de Borst
5
-16
/
+70
2024-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+4
2024-01-25
gve: Modify rx_buf_alloc_fail counter centrally and closer to failure
Ankit Garg
1
-8
/
+11
2024-01-25
gve: Fix skb truesize underestimation
Praveen Kaligineedi
1
-4
/
+4
2024-01-23
gve: Alloc before freeing when changing features
Shailend Chand
1
-20
/
+21
2024-01-23
gve: Alloc before freeing when adjusting queues
Shailend Chand
1
-22
/
+67
2024-01-23
gve: Refactor gve_open and gve_close
Shailend Chand
1
-40
/
+119
2024-01-23
gve: Switch to config-aware queue allocation
Shailend Chand
9
-425
/
+745
2024-01-23
gve: Refactor napi add and remove functions
Shailend Chand
5
-17
/
+26
2024-01-23
gve: Define config structs for queue allocation
Shailend Chand
1
-0
/
+49
2023-11-29
gve: Remove dependency on 4k page size.
John Fraker
5
-10
/
+11
2023-11-29
gve: Add page size register to the register_page_list command.
John Fraker
2
-1
/
+3
2023-11-29
gve: Remove obsolete checks that rely on page size.
John Fraker
2
-18
/
+1
2023-11-29
gve: Deprecate adminq_pfn for pci revision 0x1.
John Fraker
2
-13
/
+44
2023-11-29
gve: Perform adminq allocations through a dma_pool.
John Fraker
2
-10
/
+22
2023-11-17
gve: add gve_features_check()
Eric Dumazet
3
-22
/
+31
2023-11-14
gve: Fixes for napi_poll when budget is 0
Ziwei Xiao
3
-9
/
+7
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+16
2023-10-17
gve: Do not fully free QPL pages on prefill errors
Shailend Chand
1
-2
/
+16
2023-10-11
netdev: replace napi_reschedule with napi_schedule
Christian Marangi
1
-1
/
+1
2023-09-17
gve: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-09-04
gve: fix frag_list chaining
Eric Dumazet
1
-1
/
+4
2023-08-06
gve: RX path for DQO-QPL
Rushil Gupta
2
-18
/
+114
2023-08-06
gve: Tx path for DQO-QPL
Rushil Gupta
2
-83
/
+398
2023-08-06
gve: Control path for DQO-QPL
Rushil Gupta
4
-20
/
+128
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-07-14
gve: trivial spell fix Recive to Receive
Jesper Dangaard Brouer
1
-2
/
+2
2023-07-10
gve: unify driver name usage
Junfeng Guo
3
-6
/
+8
[next]