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