index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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
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
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-22
gve: implement DQO RX datapath and control path for AF_XDP zero-copy
Joshua Washington
2025-07-22
gve: implement DQO TX datapath for AF_XDP zero-copy
Joshua Washington
2025-07-22
gve: keep registry of zc xsk pools in netdev_priv
Joshua Washington
2025-07-22
gve: merge xdp and xsk registration
Joshua Washington
2025-07-22
gve: deduplicate xdp info and xsk pool registration logic
Joshua Washington
2025-07-21
gve: Fix stuck TX queue for DQ queue format
Praveen Kaligineedi
2025-07-09
gve: make IRQ handlers and page allocation NUMA aware
Bailey Forrest
2025-07-08
gve: global: fix "for a while" typo
Ahelenia ZiemiaĆska
2025-06-21
gve: add XDP_TX and XDP_REDIRECT support for DQ RDA
Joshua Washington
[next]