index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-29
netfilter: nf_tables: autoload modules from the abort path
Pablo Neira Ayuso
1
-1
/
+1
2020-01-29
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
1
-7
/
+0
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
1
-0
/
+2
2020-01-26
mmc: sdio: fix wl1251 vendor id
H. Nikolaus Schaller
1
-0
/
+2
2020-01-23
regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id
Stephan Gerhold
1
-2
/
+0
2020-01-23
bpf: Sockmap/tls, push write_space updates through ulp updates
John Fastabend
1
-4
/
+8
2020-01-23
bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
John Fastabend
1
-0
/
+1
2020-01-23
bpf: Fix incorrect verifier simulation of ARSH under ALU32
Daniel Borkmann
1
-1
/
+1
2020-01-23
net: fix kernel-doc warning in <linux/netdevice.h>
Randy Dunlap
1
-1
/
+1
2020-01-23
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
1
-3
/
+15
2020-01-23
mm: memcg/slab: fix percpu slab vmstats flushing
Roman Gushchin
1
-3
/
+2
2020-01-23
block: fix an integer overflow in logical block size
Mikulas Patocka
1
-4
/
+4
2020-01-17
uaccess: Add non-pagefault user-space write function
Daniel Borkmann
1
-0
/
+12
2020-01-14
can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CA...
Oliver Hartkopp
1
-0
/
+34
2020-01-12
macvlan: do not assume mac_header is set in macvlan_broadcast()
Eric Dumazet
1
-0
/
+8
2020-01-09
regulator: ab8500: Remove AB8505 USB regulator
Stephan Gerhold
1
-1
/
+0
2020-01-09
libata: Fix retrieving of active qcs
Sascha Hauer
1
-0
/
+1
2020-01-09
ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys()
Florian Fainelli
1
-0
/
+2
2020-01-09
dmaengine: Fix access to uninitialized dma_slave_caps
Lukas Wunner
1
-1
/
+4
2020-01-09
mm/memory_hotplug: shrink zones when offlining memory
David Hildenbrand
1
-2
/
+5
2020-01-09
block: add bio_truncate to fix guard_bio_eod
Ming Lei
1
-0
/
+1
2020-01-09
PCI: Fix missing inline for pci_pr3_present()
Takashi Iwai
1
-1
/
+1
2020-01-09
PCI: Add a helper to check Power Resource Requirements _PR3 existence
Kai-Heng Feng
1
-0
/
+2
2020-01-09
nvme_fc: add module to ops template to allow module references
James Smart
1
-0
/
+4
2020-01-04
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-0
/
+37
2020-01-04
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
1
-8
/
+11
2020-01-04
uaccess: disallow > INT_MAX copy sizes
Kees Cook
1
-0
/
+2
2020-01-04
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+10
2020-01-04
net: add a READ_ONCE() in skb_peek_tail()
Eric Dumazet
1
-2
/
+4
2020-01-04
libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
Masahiro Yamada
1
-0
/
+3
2020-01-04
fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long
Konstantin Khlebnikov
1
-1
/
+1
2020-01-04
dma-direct: check for overflows on 32 bit DMA addresses
Nicolas Saenz Julienne
1
-2
/
+10
2020-01-04
dma-mapping: fix handling of dma-ranges for reserved memory (again)
Vladimir Murzin
1
-2
/
+2
2020-01-04
dma-mapping: Add vmap checks to dma_map_single()
Kees Cook
1
-0
/
+4
2019-12-31
cpufreq: Avoid leaving stale IRQ work items during CPU offline
Rafael J. Wysocki
2
-11
/
+3
2019-12-31
nvmem: core: fix nvmem_cell_write inline function
Sebastian Reichel
1
-1
/
+1
2019-12-31
nvme: introduce "Command Aborted By host" status code
Max Gurtovoy
1
-0
/
+1
2019-12-31
ipmi: Don't allow device module unload when in use
Corey Minyard
1
-4
/
+8
2019-12-31
net: phy: ensure that phy IDs are correctly typed
Russell King
1
-1
/
+1
2019-12-31
mod_devicetable: fix PHY module format
Russell King
1
-2
/
+2
2019-12-21
PM / QoS: Redefine FREQ_QOS_MAX_DEFAULT_VALUE to S32_MAX
Leonard Crestez
1
-1
/
+1
2019-12-21
mmc: core: Re-work HW reset for SDIO cards
Ulf Hansson
1
-0
/
+1
2019-12-18
net: Fixed updating of ethertype in skb_mpls_push()
Martin Varghese
1
-1
/
+1
2019-12-18
Fixed updating of ethertype in function skb_mpls_pop
Martin Varghese
1
-1
/
+2
2019-12-18
tcp: fix rejected syncookies due to stale timestamps
Guillaume Nault
1
-0
/
+13
2019-12-18
inet: protect against too small mtu values.
Eric Dumazet
1
-0
/
+5
2019-12-17
mfd: rk808: Fix RK818 ID template
Daniel Schultz
1
-1
/
+1
2019-12-17
quota: Check that quota is not dirty before release
Dmitry Monakhov
1
-0
/
+10
2019-12-17
compat_ioctl: add compat_ptr_ioctl()
Arnd Bergmann
1
-0
/
+7
2019-12-13
rfkill: allocate static minor
Marcel Holtmann
1
-0
/
+1
[next]