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.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-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
2023-08-16
iavf: fix FDIR rule fields masks validation
Piotr Gardocki
3
-4
/
+85
2023-08-16
selftests/bpf: Add selftest for fill_link_info
Yafang Shao
3
-0
/
+387
2023-08-16
bpf: Fix uninitialized symbol in bpf_perf_link_fill_kprobe()
Yafang Shao
1
-3
/
+2
2023-08-16
Merge branch 'ipv6-expired-routes'
David S. Miller
4
-25
/
+172
2023-08-16
selftests: fib_tests: Add a test case for IPv6 garbage collection
Kui-Feng Lee
1
-3
/
+69
2023-08-16
net/ipv6: Remove expired routes with a separated list of routes.
Kui-Feng Lee
3
-22
/
+103
2023-08-16
e1000e: Use PME poll to circumvent unreliable ACPI wake
Kai-Heng Feng
1
-1
/
+3
2023-08-16
net-memcg: Fix scope of sockmem pressure indicators
Abel Wu
2
-2
/
+15
2023-08-16
nfp: update maintainer
Louis Peens
1
-1
/
+1
2023-08-16
net: ethernet: ti: am65-cpsw: add mqprio qdisc offload in channel mode
Grygorii Strashko
3
-1
/
+311
2023-08-16
Merge tag 'nf-23-08-16' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
David S. Miller
7
-31
/
+69
2023-08-16
Merge branch 'inet-data-races'
David S. Miller
39
-370
/
+362
2023-08-16
inet: implement lockless IP_MINTTL
Eric Dumazet
1
-18
/
+14
2023-08-16
inet: implement lockless IP_TTL
Eric Dumazet
2
-16
/
+13
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
6
-19
/
+21
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
5
-11
/
+11
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
6
-16
/
+14
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
8
-14
/
+13
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
11
-34
/
+30
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
5
-15
/
+15
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
9
-18
/
+16
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
10
-41
/
+31
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
7
-22
/
+22
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
3
-11
/
+11
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
9
-32
/
+30
2023-08-16
inet: set/get simple options locklessly
Eric Dumazet
1
-56
/
+62
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
8
-71
/
+83
2023-08-16
ipv6: fix indentation of a config attribute
Prasad Pandit
1
-1
/
+1
2023-08-16
Merge branch 'redundant-of_match_ptr'
David S. Miller
6
-7
/
+7
2023-08-16
wlcore: spi: Remove redundant of_match_ptr()
Ruan Jinjie
1
-1
/
+1
2023-08-16
net: qualcomm: Remove redundant of_match_ptr()
Ruan Jinjie
1
-1
/
+1
2023-08-16
net: gemini: Remove redundant of_match_ptr()
Ruan Jinjie
1
-2
/
+2
2023-08-16
net: dsa: rzn1-a5psw: Remove redundant of_match_ptr()
Ruan Jinjie
1
-1
/
+1
2023-08-16
net: dsa: realtek: Remove redundant of_match_ptr()
Ruan Jinjie
2
-2
/
+2
2023-08-16
nfc: virtual_ncidev: Use module_misc_device macro to simplify the code
Li Zetao
1
-12
/
+1
2023-08-16
mailmap: add entries for Simon Horman
Simon Horman
1
-0
/
+2
2023-08-16
Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
David S. Miller
9
-30
/
+34
2023-08-16
Merge branch 'hns3-ethtool'
David S. Miller
12
-681
/
+875
2023-08-16
net: hns3: fix wrong rpu tln reg issue
Jijie Shao
4
-2
/
+71
2023-08-16
net: hns3: Support tlv in regs data for HNS3 VF driver
Jijie Shao
1
-24
/
+61
2023-08-16
net: hns3: Support tlv in regs data for HNS3 PF driver
Jijie Shao
1
-65
/
+102
2023-08-16
net: hns3: move dump regs function to a separate file
Jijie Shao
10
-680
/
+731
2023-08-16
Merge branch 'fec-XDP_TX'
David S. Miller
2
-61
/
+132
2023-08-16
net: fec: improve XDP_TX performance
Wei Fang
2
-70
/
+75
2023-08-16
net: fec: add XDP_TX feature support
Wei Fang
2
-21
/
+87
2023-08-16
broadcom: b44: Use b44_writephy() return value
Artem Chernyshev
1
-5
/
+3
2023-08-16
selftests: bonding: remove redundant delete action of device link1_1
Zhengchao Shao
1
-1
/
+0
2023-08-16
Merge tag 'mlx5-updates-2023-08-14' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
25
-569
/
+672
2023-08-16
Merge branch 'net-warn-about-attempts-to-register-negative-ifindex'
Jakub Kicinski
3
-3
/
+35
2023-08-16
tools: ynl: add more info to KeyErrors on missing attrs
Jakub Kicinski
1
-3
/
+12
[prev]
[next]