summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-1/+2
2026-06-19gve: fix header buffer corruption with header-split and HW-GROAnkit Garg1-10/+18
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for SET opsJakub Kicinski1-0/+2
2026-06-09net: ethtool: optionally skip rtnl_lock on Netlink path for GET opsJakub Kicinski1-2/+2
2026-05-21Revert "Merge branch 'gve-add-support-for-ptp-gettimex64'"Jakub Kicinski5-344/+96
2026-05-20gve: implement PTP gettimex64Jordan Rhee4-9/+255
2026-05-20gve: make nic clock reads thread safeAnkit Garg3-86/+63
2026-05-20gve: skip error logging for retryable AdminQ commandsJordan Rhee1-8/+33
2026-05-19net: convert netmem_tx flag to enumBobby Eshleman1-1/+1
2026-05-09gve: Use generic power managementVaibhav Gupta1-8/+7
2026-03-10gve: add support for UDP GSO for DQO formatAnkit Garg2-12/+29
2026-03-05gve: Enable hw-gro by default if device supportedAnkit Garg1-1/+3
2026-03-05gve: pull network headers into skb linear partAnkit Garg1-4/+16
2026-03-05gve: fix SW coalescing when hw-GRO is usedAnkit Garg1-2/+21
2026-03-05gve: Advertise NETIF_F_GRO_HW instead of NETIF_F_LROAnkit Garg2-10/+11
2026-02-28gve: Enable reading max ring size from the device in DQO-QPL modeMatt Olson1-6/+4
2026-02-28gve: Update QPL page registration logicMatt Olson8-35/+54
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-31/+25
2026-02-24gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPLAnkit Garg1-31/+25
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook2-5/+4
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-12/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-29/+27
2026-02-07gve: Remove jumbo_remove step from TX pathAlice Mikityanska1-3/+0
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-28/+53
2026-02-04gve: Correct ethtool rx_dropped calculationMax Yuan1-6/+17
2026-02-04gve: Fix stats report corruption on queue count changeDebarghya Kundu2-22/+36
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-15/+14
2026-01-28gve: fix probe failure if clock read failsJordan Rhee5-15/+14
2026-01-21Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski1-3/+6
2026-01-14net: add bare bone queue configsPavel Begunkov1-3/+6
2026-01-07net: gve: convert to use .get_rx_ring_countBreno Leitao1-3/+8
2025-12-29gve: defer interrupt enabling until NAPI registrationAnkit Garg2-1/+3
2025-12-05gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES callTim Hostetler1-7/+10
2025-11-28gve: Fix race condition on tx->dropped_pkt updateMax Yuan2-0/+8
2025-11-18gve: Add Rx HWTS metadata to AF_XDP ZC modeTim Hostetler2-2/+21
2025-11-18gve: Prepare bpf_xdp_metadata_rx_timestamp supportTim Hostetler3-10/+34
2025-11-18gve: Wrap struct xdp_buffTim Hostetler2-8/+13
2025-11-18gve: Move ptp_schedule_worker to gve_init_clockTim Hostetler2-4/+12
2025-11-11gve: Default to max_rx_buffer_size for DQO if device supportedAnkit Garg1-0/+4
2025-11-11gve: Allow ethtool to configure rx_buf_lenAnkit Garg3-1/+60
2025-11-11gve: Use extack to log xdp config verification errorsAnkit Garg1-9/+15
2025-11-11gve: Decouple header split from RX buffer lengthAnkit Garg3-15/+0
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+15
2025-11-01gve: Implement settime64 with -EOPNOTSUPPTim Hostetler1-0/+7
2025-11-01gve: Implement gettimex64 with -EOPNOTSUPPTim Hostetler1-0/+8
2025-10-21gve: Consolidate and persist ethtool ring changesAnkit Garg3-55/+51
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler3-7/+16
2025-08-22gve: support unreadable netmemMina Almasry2-5/+35
2025-08-20gve: prevent ethtool ops after shutdownJordan Rhee1-0/+2