index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
google
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-31
/
+25
2026-02-23
gve: fix incorrect buffer cleanup in gve_tx_clean_pending_packets for QPL
Ankit Garg
-31
/
+25
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-5
/
+4
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-12
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-29
/
+27
2026-02-06
gve: Remove jumbo_remove step from TX path
Alice Mikityanska
-3
/
+0
2026-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-28
/
+53
2026-02-03
gve: Correct ethtool rx_dropped calculation
Max Yuan
-6
/
+17
2026-02-03
gve: Fix stats report corruption on queue count change
Debarghya Kundu
-22
/
+36
2026-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-15
/
+14
2026-01-27
gve: fix probe failure if clock read fails
Jordan Rhee
-15
/
+14
2026-01-20
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
-3
/
+6
2026-01-14
net: add bare bone queue configs
Pavel Begunkov
-3
/
+6
2026-01-06
net: gve: convert to use .get_rx_ring_count
Breno Leitao
-3
/
+8
2025-12-29
gve: defer interrupt enabling until NAPI registration
Ankit Garg
-1
/
+3
2025-12-04
gve: Move gve_init_clock to after AQ CONFIGURE_DEVICE_RESOURCES call
Tim Hostetler
-7
/
+10
2025-11-27
gve: Fix race condition on tx->dropped_pkt update
Max Yuan
-0
/
+8
2025-11-18
gve: Add Rx HWTS metadata to AF_XDP ZC mode
Tim Hostetler
-2
/
+21
2025-11-18
gve: Prepare bpf_xdp_metadata_rx_timestamp support
Tim Hostetler
-10
/
+34
2025-11-18
gve: Wrap struct xdp_buff
Tim Hostetler
-8
/
+13
2025-11-18
gve: Move ptp_schedule_worker to gve_init_clock
Tim Hostetler
-4
/
+12
2025-11-10
gve: Default to max_rx_buffer_size for DQO if device supported
Ankit Garg
-0
/
+4
2025-11-10
gve: Allow ethtool to configure rx_buf_len
Ankit Garg
-1
/
+60
2025-11-10
gve: Use extack to log xdp config verification errors
Ankit Garg
-9
/
+15
2025-11-10
gve: Decouple header split from RX buffer length
Ankit Garg
-15
/
+0
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+15
2025-10-31
gve: Implement settime64 with -EOPNOTSUPP
Tim Hostetler
-0
/
+7
2025-10-31
gve: Implement gettimex64 with -EOPNOTSUPP
Tim Hostetler
-0
/
+8
2025-10-20
gve: Consolidate and persist ethtool ring changes
Ankit Garg
-55
/
+51
2025-10-15
gve: Check valid ts bit on RX descriptor before hw timestamping
Tim Hostetler
-7
/
+16
2025-08-21
gve: support unreadable netmem
Mina Almasry
-5
/
+35
2025-08-19
gve: prevent ethtool ops after shutdown
Jordan Rhee
-0
/
+2
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-30
/
+37
2025-07-22
gve: implement DQO RX datapath and control path for AF_XDP zero-copy
Joshua Washington
-14
/
+149
2025-07-22
gve: implement DQO TX datapath for AF_XDP zero-copy
Joshua Washington
-3
/
+171
2025-07-22
gve: keep registry of zc xsk pools in netdev_priv
Joshua Washington
-4
/
+34
2025-07-22
gve: merge xdp and xsk registration
Joshua Washington
-18
/
+10
2025-07-22
gve: deduplicate xdp info and xsk pool registration logic
Joshua Washington
-86
/
+83
2025-07-21
gve: Fix stuck TX queue for DQ queue format
Praveen Kaligineedi
-30
/
+37
2025-07-09
gve: make IRQ handlers and page allocation NUMA aware
Bailey Forrest
-17
/
+37
2025-07-08
gve: global: fix "for a while" typo
Ahelenia ZiemiaĆska
-1
/
+1
2025-06-21
gve: add XDP_TX and XDP_REDIRECT support for DQ RDA
Joshua Washington
-33
/
+254
2025-06-21
gve: refactor DQO TX methods to be more generic for XDP
Joshua Washington
-38
/
+47
2025-06-21
gve: rename gve_xdp_xmit to gve_xdp_xmit_gqi
Joshua Washington
-4
/
+14
2025-06-17
gve: Return error for unknown admin queue command
Alok Tiwari
-0
/
+1
2025-06-17
gve: Fix various typos and improve code comments
Alok Tiwari
-6
/
+6
2025-06-16
gve: Advertise support for rx hardware timestamping
John Fraker
-1
/
+22
2025-06-16
gve: Implement ndo_hwtstamp_get/set for RX timestamping
John Fraker
-2
/
+54
2025-06-16
gve: Add rx hardware timestamp expansion
John Fraker
-0
/
+23
[next]