index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
/
gve
Age
Commit message (
Expand
)
Author
10 days
net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()
Jakub Kicinski
2026-06-18
gve: fix header buffer corruption with header-split and HW-GRO
Ankit Garg
2026-06-09
net: ethtool: optionally skip rtnl_lock on Netlink path for SET ops
Jakub Kicinski
2026-06-09
net: ethtool: optionally skip rtnl_lock on Netlink path for GET ops
Jakub Kicinski
2026-05-20
Revert "Merge branch 'gve-add-support-for-ptp-gettimex64'"
Jakub Kicinski
2026-05-19
gve: implement PTP gettimex64
Jordan Rhee
2026-05-19
gve: make nic clock reads thread safe
Ankit Garg
2026-05-19
gve: skip error logging for retryable AdminQ commands
Jordan Rhee
2026-05-18
net: convert netmem_tx flag to enum
Bobby Eshleman
2026-05-08
gve: Use generic power management
Vaibhav Gupta
2026-03-09
gve: add support for UDP GSO for DQO format
Ankit Garg
2026-03-05
gve: Enable hw-gro by default if device supported
Ankit Garg
2026-03-05
gve: pull network headers into skb linear part
Ankit Garg
2026-03-05
gve: fix SW coalescing when hw-GRO is used
Ankit Garg
2026-03-05
gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LRO
Ankit Garg
2026-02-28
gve: Enable reading max ring size from the device in DQO-QPL mode
Matt Olson
2026-02-28
gve: Update QPL page registration logic
Matt Olson
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2026-02-23
gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPL
Ankit Garg
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-06
gve: Remove jumbo_remove step from TX path
Alice Mikityanska
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-02-03
gve: Correct ethtool rx_dropped calculation
Max Yuan
2026-02-03
gve: Fix stats report corruption on queue count change
Debarghya Kundu
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-01-27
gve: fix probe failure if clock read fails
Jordan Rhee
2026-01-20
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
2026-01-14
net: add bare bone queue configs
Pavel Begunkov
2026-01-06
net: gve: convert to use .get_rx_ring_count
Breno Leitao
2025-12-29
gve: defer interrupt enabling until NAPI registration
Ankit Garg
2025-12-04
gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES call
Tim Hostetler
2025-11-27
gve: Fix race condition on tx->dropped_pkt update
Max Yuan
2025-11-18
gve: Add Rx HWTS metadata to AF_XDP ZC mode
Tim Hostetler
2025-11-18
gve: Prepare bpf_xdp_metadata_rx_timestamp support
Tim Hostetler
2025-11-18
gve: Wrap struct xdp_buff
Tim Hostetler
2025-11-18
gve: Move ptp_schedule_worker to gve_init_clock
Tim Hostetler
2025-11-10
gve: Default to max_rx_buffer_size for DQO if device supported
Ankit Garg
2025-11-10
gve: Allow ethtool to configure rx_buf_len
Ankit Garg
2025-11-10
gve: Use extack to log xdp config verification errors
Ankit Garg
2025-11-10
gve: Decouple header split from RX buffer length
Ankit Garg
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-10-31
gve: Implement settime64 with -EOPNOTSUPP
Tim Hostetler
2025-10-31
gve: Implement gettimex64 with -EOPNOTSUPP
Tim Hostetler
2025-10-20
gve: Consolidate and persist ethtool ring changes
Ankit Garg
2025-10-15
gve: Check valid ts bit on RX descriptor before hw timestamping
Tim Hostetler
2025-08-21
gve: support unreadable netmem
Mina Almasry
2025-08-19
gve: prevent ethtool ops after shutdown
Jordan Rhee
[next]