summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-30/+37
2025-07-22gve: implement DQO RX datapath and control path for AF_XDP zero-copyJoshua Washington4-14/+149
2025-07-22gve: implement DQO TX datapath for AF_XDP zero-copyJoshua Washington4-3/+171
2025-07-22gve: keep registry of zc xsk pools in netdev_privJoshua Washington2-4/+34
2025-07-22gve: merge xdp and xsk registrationJoshua Washington2-18/+10
2025-07-22gve: deduplicate xdp info and xsk pool registration logicJoshua Washington1-86/+83
2025-07-22gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi1-30/+37
2025-07-10gve: make IRQ handlers and page allocation NUMA awareBailey Forrest5-17/+37
2025-07-08gve: global: fix "for a while" typoAhelenia ZiemiaƄska1-1/+1
2025-06-21gve: add XDP_TX and XDP_REDIRECT support for DQ RDAJoshua Washington5-33/+254
2025-06-21gve: refactor DQO TX methods to be more generic for XDPJoshua Washington1-38/+47
2025-06-21gve: rename gve_xdp_xmit to gve_xdp_xmit_gqiJoshua Washington3-4/+14
2025-06-18gve: Return error for unknown admin queue commandAlok Tiwari1-0/+1
2025-06-18gve: Fix various typos and improve code commentsAlok Tiwari5-6/+6
2025-06-17gve: Advertise support for rx hardware timestampingJohn Fraker1-1/+22
2025-06-17gve: Implement ndo_hwtstamp_get/set for RX timestampingJohn Fraker4-2/+54
2025-06-17gve: Add rx hardware timestamp expansionJohn Fraker1-0/+23