summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve
AgeCommit message (Expand)Author
10 daysnet: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski
2026-06-18gve: fix header buffer corruption with header-split and HW-GROAnkit Garg
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski
2026-05-20Revert "Merge branch 'gve-add-support-for-ptp-gettimex64'"Jakub Kicinski
2026-05-19gve: implement PTP gettimex64Jordan Rhee
2026-05-19gve: make nic clock reads thread safeAnkit Garg
2026-05-19gve: skip error logging for retryable AdminQ commandsJordan Rhee
2026-05-18net: convert netmem_tx flag to enumBobby Eshleman
2026-05-08gve: Use generic power managementVaibhav Gupta
2026-03-09gve: add support for UDP GSO for DQO formatAnkit Garg
2026-03-05gve: Enable hw-gro by default if device supportedAnkit Garg
2026-03-05gve: pull network headers into skb linear partAnkit Garg
2026-03-05gve: fix SW coalescing when hw-GRO is usedAnkit Garg
2026-03-05gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LROAnkit Garg
2026-02-28gve: Enable reading max ring size from the device in DQO-QPL modeMatt Olson
2026-02-28gve: Update QPL page registration logicMatt Olson
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-23gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPLAnkit Garg
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-06gve: Remove jumbo_remove step from TX pathAlice Mikityanska
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-03gve: Correct ethtool rx_dropped calculationMax Yuan
2026-02-03gve: Fix stats report corruption on queue count changeDebarghya Kundu
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-27gve: fix probe failure if clock read failsJordan Rhee
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski
2026-01-14net: add bare bone queue configsPavel Begunkov
2026-01-06net: gve: convert to use .get_rx_ring_countBreno Leitao
2025-12-29gve: defer interrupt enabling until NAPI registrationAnkit Garg
2025-12-04gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES callTim Hostetler
2025-11-27gve: Fix race condition on tx->dropped_pkt updateMax Yuan
2025-11-18gve: Add Rx HWTS metadata to AF_XDP ZC modeTim Hostetler
2025-11-18gve: Prepare bpf_xdp_metadata_rx_timestamp supportTim Hostetler
2025-11-18gve: Wrap struct xdp_buffTim Hostetler
2025-11-18gve: Move ptp_schedule_worker to gve_init_clockTim Hostetler
2025-11-10gve: Default to max_rx_buffer_size for DQO if device supportedAnkit Garg
2025-11-10gve: Allow ethtool to configure rx_buf_lenAnkit Garg
2025-11-10gve: Use extack to log xdp config verification errorsAnkit Garg
2025-11-10gve: Decouple header split from RX buffer lengthAnkit Garg
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-31gve: Implement settime64 with -EOPNOTSUPPTim Hostetler
2025-10-31gve: Implement gettimex64 with -EOPNOTSUPPTim Hostetler
2025-10-20gve: Consolidate and persist ethtool ring changesAnkit Garg
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler
2025-08-21gve: support unreadable netmemMina Almasry
2025-08-19gve: prevent ethtool ops after shutdownJordan Rhee