summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/google/gve
AgeCommit message (Expand)AuthorFilesLines
5 daysgve: 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
2025-06-17gve: Add support to query the nic clockKevin Yang3-3/+109
2025-06-17gve: Add adminq lock for queues creation and destructionZiwei Xiao1-11/+36
2025-06-17gve: Add initial PTP device supportHarshitha Ramamurthy3-1/+70
2025-06-17gve: Add adminq command to report nic timestampJohn Fraker4-1/+42
2025-06-17gve: Add device option for nic clock synchronizationJohn Fraker3-1/+42
2025-06-13eth: remove empty RXFH handling from driversJakub Kicinski1-6/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-06-04gve: add missing NULL check for gve_alloc_pending_packet() in TX DQOAlok Tiwari1-0/+3
2025-05-29gve: Fix RX_BUFFERS_POSTED stat to report per-queue fill_cntAlok Tiwari1-1/+1
2025-05-13gve: add netmem TX support to GVE DQO-RDA modeMina Almasry2-3/+8
2025-04-23xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington1-2/+2
2025-04-18net: ethtool: Adjust exactly ETH_GSTRING_LEN-long stats to use memcpyKees Cook1-2/+2
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+3
2025-04-10xdp: double protect netdev->xdp_flags with netdev->lockJakub Kicinski1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-3/+3
2025-04-04gve: handle overflow when reporting TX consumed descriptorsJoshua Washington1-1/+3
2025-04-01eth: gve: add missing netdev locks on reset and shutdown pathsJakub Kicinski1-0/+4
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-03-25gve: add XDP DROP and PASS support for DQJoshua Washington1-0/+52
2025-03-25gve: update XDP allocation path support RX buffer postingJoshua Washington4-17/+53
2025-03-25gve: merge packet buffer size fieldsJoshua Washington7-17/+12
2025-03-25gve: update GQ RX to use buf_sizeJoshua Washington1-9/+15
2025-03-25gve: introduce config-based allocation for XDPJoshua Washington7-294/+118
2025-03-25gve: remove xdp_xsk_done and xdp_xsk_wakeup statisticsJoshua Washington3-13/+5
2025-03-24gve: unlink old napi only if page pool existsHarshitha Ramamurthy1-1/+2
2025-03-08gve: convert to use netmem for DQO RDA modeHarshitha Ramamurthy3-22/+47
2025-03-06net: hold netdev instance lock during queue operationsStanislav Fomichev2-7/+11
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-02-27gve: unlink old napi when stopping a queue using queue APIHarshitha Ramamurthy1-0/+2
2025-02-22gve: Add RSS cache for non RSS device option scenarioZiwei Xiao4-23/+205
2025-02-19gve: set xdp redirect target only when it is availableJoshua Washington2-1/+15
2025-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+9