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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-17
ovpn: notify userspace on client float event
Ralf Lici
1
-0
/
+1
2026-03-17
xsk: remove repeated defines
Maciej Fijalkowski
1
-7
/
+0
2026-03-14
net/mlx5: Add a shared devlink instance for PFs on same chip
Jiri Pirko
1
-0
/
+1
2026-03-14
devlink: introduce shared devlink instance for PFs on same chip
Jiri Pirko
1
-0
/
+7
2026-03-14
devlink: add devlink_dev_driver_name() helper and use it in trace events
Jiri Pirko
2
-6
/
+7
2026-03-14
devlink: support index-based lookup via bus_name/dev_name handle
Jiri Pirko
1
-0
/
+2
2026-03-14
devlink: add helpers to get bus_name/dev_name
Jiri Pirko
2
-12
/
+14
2026-03-14
devlink: expose devlink instance index over netlink
Jiri Pirko
1
-0
/
+2
2026-03-14
net: phy: move remaining provider code to mdio_bus_provider.c
Heiner Kallweit
1
-3
/
+0
2026-03-14
net: phy: make mdio_device.c part of libphy
Heiner Kallweit
1
-2
/
+0
2026-03-14
net: stmmac: avoid passing pci_dev
Russell King (Oracle)
1
-1
/
+1
2026-03-14
net: dropreason: add SKB_DROP_REASON_RECURSION_LIMIT
Eric Dumazet
2
-1
/
+4
2026-03-14
tcp: implement RFC 7323 window retraction receiver requirements
Simon Baatz
2
-0
/
+25
2026-03-14
udp: Don't pass udptable to IPv4 socket lookup functions.
Kuniyuki Iwashima
1
-3
/
+2
2026-03-14
udp: Don't pass udptable to IPv6 socket lookup functions.
Kuniyuki Iwashima
2
-6
/
+4
2026-03-14
udp: Remove udp_table in struct udp_seq_afinfo.
Kuniyuki Iwashima
1
-1
/
+0
2026-03-14
udp: Remove struct proto.h.udp_table.
Kuniyuki Iwashima
1
-1
/
+0
2026-03-14
udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.
Kuniyuki Iwashima
3
-24
/
+3
2026-03-14
udp: Remove partial csum code in TX.
Kuniyuki Iwashima
1
-35
/
+0
2026-03-14
udp: Remove partial csum code in RX.
Kuniyuki Iwashima
2
-48
/
+3
2026-03-14
udp: Remove UDP-Lite SNMP stats.
Kuniyuki Iwashima
2
-33
/
+18
2026-03-14
ipv4: Retire UDP-Lite.
Kuniyuki Iwashima
3
-9
/
+6
2026-03-14
ipv6: Retire UDP-Lite.
Kuniyuki Iwashima
3
-5
/
+4
2026-03-14
udp: Make udp[46]_seq_show() static.
Kuniyuki Iwashima
1
-3
/
+0
2026-03-13
net: page_pool: scale alloc cache with PAGE_SIZE
Nimrod Oren
1
-1
/
+10
2026-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-63
/
+160
2026-03-12
Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-2
/
+61
2026-03-12
net: prevent NULL deref in ip[6]tunnel_xmit()
Eric Dumazet
1
-4
/
+6
2026-03-12
tcp: add tcp_release_cb_cond() helper
Eric Dumazet
2
-0
/
+21
2026-03-12
vsock: add G2H fallback for CIDs not owned by H2G transport
Alexander Graf
2
-0
/
+11
2026-03-12
ipv6: move the disable_ipv6_mod knob to core code
Jakub Kicinski
1
-1
/
+6
2026-03-11
net: stmmac: add documentation for clocks
Russell King (Oracle)
1
-1
/
+32
2026-03-11
net: stmmac: add documentation for stmmac_dma_cfg members
Russell King (Oracle)
1
-1
/
+22
2026-03-11
net: stmmac: use u8 for host_dma_width and similar struct members
Russell King (Oracle)
1
-1
/
+1
2026-03-11
net: stmmac: use u8 for ?x_queues_to_use and number_?x_queues
Russell King (Oracle)
1
-2
/
+2
2026-03-11
net: stmmac: reorder structs to reduce memory consumption
Russell King (Oracle)
1
-8
/
+8
2026-03-11
net: stmmac: convert plat_stmmacenet_data booleans to type bool
Russell King (Oracle)
1
-7
/
+7
2026-03-11
net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()
Russell King (Oracle)
1
-0
/
+1
2026-03-11
page_pool: store detach_time as ktime_t to avoid false-negatives
Jakub Kicinski
1
-1
/
+1
2026-03-11
inet: add ip_local_port_step_width sysctl to improve port usage distribution
Fernando Fernandez Mancera
1
-0
/
+1
2026-03-10
Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-28
/
+24
2026-03-10
net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE response
Erni Sri Satya Vennela
1
-1
/
+3
2026-03-10
net: add xmit recursion limit to tunnel xmit functions
Weiming Shi
3
-0
/
+51
2026-03-10
tcp: inline tcp_chrono_start()
Eric Dumazet
1
-1
/
+24
2026-03-10
tcp: move tp->chrono_type next tp->chrono_stat[]
Eric Dumazet
1
-2
/
+2
2026-03-10
net/sched: refine indirect call mitigation in tc_wrapper.h
Eric Dumazet
1
-5
/
+42
2026-03-10
tcp: move sysctl_tcp_shrink_window to netns_ipv4_read_txrx group
Eric Dumazet
1
-1
/
+1
2026-03-10
Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...
Jakub Kicinski
1
-38
/
+0
2026-03-10
ppp: simplify input error handling
Qingfang Deng
1
-1
/
+1
2026-03-10
net/sched: do not reset queues in graft operations
Eric Dumazet
1
-2
/
+2
[next]