index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-21
dt-bindings: net: micrel: Convert micrel-ksz90x1.txt to DT schema
Stefan Eichenberger
2
-228
/
+253
2026-01-21
dt-bindings: net: micrel: Convert to DT schema
Stefan Eichenberger
2
-57
/
+131
2026-01-21
dt-bindings: net: sparx5: do not require phys when RGMII is used
Robert Marko
1
-1
/
+14
2026-01-21
selftests: drv-net: extend HW timestamp test with ioctl
Vadim Fedorenko
1
-8
/
+120
2026-01-21
net: remove legacy way to get/set HW timestamp config
Vadim Fedorenko
3
-52
/
+21
2026-01-21
net: split kmalloc_reserve() to allow inlining
Eric Dumazet
1
-20
/
+21
2026-01-21
Merge branch 'eth-fbnic-update-ipc-mailbox-support'
Jakub Kicinski
5
-40
/
+45
2026-01-21
eth: fbnic: Update RX mbox timeout value
Mohsin Bashir
3
-5
/
+14
2026-01-21
eth: fbnic: Remove retry support
Mohsin Bashir
1
-19
/
+5
2026-01-21
eth: fbnic: Reuse RX mailbox pages
Mohsin Bashir
1
-9
/
+16
2026-01-21
eth: fbnic: Allocate all pages for RX mailbox
Mohsin Bashir
1
-5
/
+9
2026-01-21
eth: fbnic: Use GFP_KERNEL to allocting mbx pages
Mohsin Bashir
1
-2
/
+1
2026-01-21
Merge tag 'net-queue-rx-buf-len-v9' of https://github.com/isilence/linux
Jakub Kicinski
16
-79
/
+317
2026-01-21
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
28
-1233
/
+117
2026-01-20
Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'
Paolo Abeni
28
-117
/
+1233
2026-01-20
selftests/net: Add netkit container tests
David Wei
3
-0
/
+80
2026-01-20
selftests/net: Make NetDrvContEnv support queue leasing
David Wei
1
-1
/
+46
2026-01-20
selftests/net: Add env for container based tests
David Wei
4
-6
/
+127
2026-01-20
selftests/net: Add bpf skb forwarding program
David Wei
1
-0
/
+49
2026-01-20
netkit: Add xsk support for af_xdp applications
Daniel Borkmann
1
-1
/
+75
2026-01-20
netkit: Add netkit notifier to check for unregistering devices
Daniel Borkmann
2
-1
/
+62
2026-01-20
netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
David Wei
1
-12
/
+105
2026-01-20
netkit: Add single device mode for netkit
Daniel Borkmann
2
-40
/
+76
2026-01-20
xsk: Proxy pool management for leased queues
Daniel Borkmann
1
-13
/
+35
2026-01-20
xsk: Extend xsk_rcv_check validation
Daniel Borkmann
1
-3
/
+26
2026-01-20
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
1
-2
/
+15
2026-01-20
net: Proxy net_mp_{open,close}_rxq for leased queues
David Wei
3
-20
/
+66
2026-01-20
net, ethtool: Disallow leased real rxqs to be resized
Daniel Borkmann
2
-9
/
+12
2026-01-20
net: Add lease info to queue-get response
Daniel Borkmann
3
-0
/
+91
2026-01-20
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
9
-12
/
+278
2026-01-20
net: Add queue-create operation
Daniel Borkmann
6
-0
/
+93
2026-01-20
Merge branch 'net-hinic3-pf-initialization'
Paolo Abeni
26
-37
/
+2444
2026-01-20
hinic3: Add HW event handler
Fan Gong
6
-1
/
+92
2026-01-20
hinic3: Add mac filter ops
Fan Gong
8
-0
/
+514
2026-01-20
hinic3: Add adaptive IRQ coalescing with DIM
Fan Gong
7
-5
/
+174
2026-01-20
hinic3: Add .ndo_vlan_rx_add/kill_vid and .ndo_validate_addr
Fan Gong
6
-0
/
+128
2026-01-20
hinic3: Add .ndo_features_check
Fan Gong
1
-0
/
+13
2026-01-20
hinic3: Add .ndo_set_features and .ndo_fix_features
Fan Gong
6
-1
/
+370
2026-01-20
hinic3: Add .ndo_tx_timeout and .ndo_get_stats64
Fan Gong
8
-2
/
+217
2026-01-20
hinic3: Add PF management interfaces
Fan Gong
13
-3
/
+521
2026-01-20
hinic3: Add PF framework
Fan Gong
14
-25
/
+415
2026-01-19
Merge branch 'net-mlx5e-save-per-channel-async-icosq-in-default'
Jakub Kicinski
10
-62
/
+154
2026-01-19
net/mlx5e: Conditionally create async ICOSQ
William Tu
4
-29
/
+50
2026-01-19
net/mlx5e: Move async ICOSQ to dynamic allocation
William Tu
6
-28
/
+65
2026-01-19
net/mlx5e: Use regular ICOSQ for triggering NAPI
William Tu
5
-5
/
+37
2026-01-19
net/mlx5e: Move async ICOSQ lock into ICOSQ struct
William Tu
3
-16
/
+18
2026-01-19
octeon_ep: reset firmware ready status
Vimlesh Kumar
4
-1
/
+58
2026-01-19
Merge branch 'net-thunderbolt-various-improvements'
Jakub Kicinski
8
-3
/
+73
2026-01-19
net: thunderbolt: Allow reading link settings
Ian MacDonald
1
-0
/
+49
2026-01-19
bonding: 3ad: Add support for SPEED_80000
Mika Westerberg
1
-0
/
+9
[next]