summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)AuthorLines
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-31/+25
2026-02-23gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPLAnkit Garg-31/+25
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-5/+4
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-12/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-29/+27
2026-02-06gve: Remove jumbo_remove step from TX pathAlice Mikityanska-3/+0
2026-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-28/+53
2026-02-03gve: Correct ethtool rx_dropped calculationMax Yuan-6/+17
2026-02-03gve: Fix stats report corruption on queue count changeDebarghya Kundu-22/+36
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+14
2026-01-27gve: fix probe failure if clock read failsJordan Rhee-15/+14
2026-01-20Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linuxJakub Kicinski-3/+6
2026-01-14net: add bare bone queue configsPavel Begunkov-3/+6
2026-01-06net: gve: convert to use .get_rx_ring_countBreno Leitao-3/+8
2025-12-29gve: defer interrupt enabling until NAPI registrationAnkit Garg-1/+3
2025-12-04gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES callTim Hostetler-7/+10
2025-11-27gve: Fix race condition on tx->dropped_pkt updateMax Yuan-0/+8
2025-11-18gve: Add Rx HWTS metadata to AF_XDP ZC modeTim Hostetler-2/+21
2025-11-18gve: Prepare bpf_xdp_metadata_rx_timestamp supportTim Hostetler-10/+34
2025-11-18gve: Wrap struct xdp_buffTim Hostetler-8/+13
2025-11-18gve: Move ptp_schedule_worker to gve_init_clockTim Hostetler-4/+12
2025-11-10gve: Default to max_rx_buffer_size for DQO if device supportedAnkit Garg-0/+4
2025-11-10gve: Allow ethtool to configure rx_buf_lenAnkit Garg-1/+60
2025-11-10gve: Use extack to log xdp config verification errorsAnkit Garg-9/+15
2025-11-10gve: Decouple header split from RX buffer lengthAnkit Garg-15/+0
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+15
2025-10-31gve: Implement settime64 with -EOPNOTSUPPTim Hostetler-0/+7
2025-10-31gve: Implement gettimex64 with -EOPNOTSUPPTim Hostetler-0/+8
2025-10-20gve: Consolidate and persist ethtool ring changesAnkit Garg-55/+51
2025-10-15gve: Check valid ts bit on RX descriptor before hw timestampingTim Hostetler-7/+16
2025-08-21gve: support unreadable netmemMina Almasry-5/+35
2025-08-19gve: prevent ethtool ops after shutdownJordan Rhee-0/+2
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-30/+37
2025-07-22gve: implement DQO RX datapath and control path for AF_XDP zero-copyJoshua Washington-14/+149
2025-07-22gve: implement DQO TX datapath for AF_XDP zero-copyJoshua Washington-3/+171
2025-07-22gve: keep registry of zc xsk pools in netdev_privJoshua Washington-4/+34
2025-07-22gve: merge xdp and xsk registrationJoshua Washington-18/+10
2025-07-22gve: deduplicate xdp info and xsk pool registration logicJoshua Washington-86/+83
2025-07-21gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi-30/+37
2025-07-09gve: make IRQ handlers and page allocation NUMA awareBailey Forrest-17/+37
2025-07-08gve: global: fix "for a while" typoAhelenia ZiemiaƄska-1/+1
2025-06-21gve: add XDP_TX and XDP_REDIRECT support for DQ RDAJoshua Washington-33/+254
2025-06-21gve: refactor DQO TX methods to be more generic for XDPJoshua Washington-38/+47
2025-06-21gve: rename gve_xdp_xmit to gve_xdp_xmit_gqiJoshua Washington-4/+14
2025-06-17gve: Return error for unknown admin queue commandAlok Tiwari-0/+1
2025-06-17gve: Fix various typos and improve code commentsAlok Tiwari-6/+6
2025-06-16gve: Advertise support for rx hardware timestampingJohn Fraker-1/+22
2025-06-16gve: Implement ndo_hwtstamp_get/set for RX timestampingJohn Fraker-2/+54
2025-06-16gve: Add rx hardware timestamp expansionJohn Fraker-0/+23