summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google
AgeCommit message (Expand)Author
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
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-22gve: implement DQO RX datapath and control path for AF_XDP zero-copyJoshua Washington
2025-07-22gve: implement DQO TX datapath for AF_XDP zero-copyJoshua Washington
2025-07-22gve: keep registry of zc xsk pools in netdev_privJoshua Washington
2025-07-22gve: merge xdp and xsk registrationJoshua Washington
2025-07-22gve: deduplicate xdp info and xsk pool registration logicJoshua Washington
2025-07-21gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi
2025-07-09gve: make IRQ handlers and page allocation NUMA awareBailey Forrest
2025-07-08gve: global: fix "for a while" typoAhelenia ZiemiaƄska
2025-06-21gve: add XDP_TX and XDP_REDIRECT support for DQ RDAJoshua Washington
2025-06-21gve: refactor DQO TX methods to be more generic for XDPJoshua Washington
2025-06-21gve: rename gve_xdp_xmit to gve_xdp_xmit_gqiJoshua Washington
2025-06-17gve: Return error for unknown admin queue commandAlok Tiwari
2025-06-17gve: Fix various typos and improve code commentsAlok Tiwari
2025-06-16gve: Advertise support for rx hardware timestampingJohn Fraker
2025-06-16gve: Implement ndo_hwtstamp_get/set for RX timestampingJohn Fraker
2025-06-16gve: Add rx hardware timestamp expansionJohn Fraker
2025-06-16gve: Add support to query the nic clockKevin Yang
2025-06-16gve: Add adminq lock for queues creation and destructionZiwei Xiao
2025-06-16gve: Add initial PTP device supportHarshitha Ramamurthy
2025-06-16gve: Add adminq command to report nic timestampJohn Fraker
2025-06-16gve: Add device option for nic clock synchronizationJohn Fraker
2025-06-12eth: remove empty RXFH handling from driversJakub Kicinski
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-04gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari
2025-05-29gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari
2025-05-13gve: add netmem TX support to GVE DQO-RDA modeMina Almasry
2025-04-22xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington
2025-04-17net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-09xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03gve: handle overflow when reporting TX consumed descriptorsJoshua Washington