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
2014-05-18
net: Add net_ratelimited_function and net_<level>_ratelimited macros
Joe Perches
1
-0
/
+23
2014-05-13
libata/ahci: accommodate tag ordered controllers
Dan Williams
1
-0
/
+1
2014-04-14
USB: fix build error when CONFIG_PM_SLEEP isn't enabled
Alan Stern
1
-1
/
+1
2014-04-14
USB: serial: add modem-status-change wait queue
Johan Hovold
1
-0
/
+2
2014-04-14
ARM: Orion: Set eth packet size csum offload limit
Arnaud Patard (Rtp)
1
-0
/
+2
2014-04-14
HID: fix return value of hidraw_report_event() when !CONFIG_HIDRAW
Jiri Kosina
1
-1
/
+1
2014-04-14
HID: hidraw: add proper error handling to raw event reporting
Jiri Kosina
2
-3
/
+3
2014-04-14
pps: Add pps_lookup_dev() function
George Spelvin
1
-3
/
+14
2014-04-14
idr: idr_for_each_entry() macro
Philipp Reisner
1
-0
/
+11
2014-04-14
ipc, msg: fix message length check for negative values
Mathias Krause
1
-3
/
+3
2014-04-14
compiler/gcc4: Add quirk for 'asm goto' miscompilation bug
Ingo Molnar
1
-0
/
+16
2014-04-14
compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
Daniel Santos
1
-0
/
+3
2014-04-03
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Theodore Ts'o
1
-0
/
+15
2014-03-23
jiffies: Avoid undefined behavior from signed overflow
Paul E. McKenney
1
-4
/
+4
2014-03-23
firewire: don't use PREPARE_DELAYED_WORK
Tejun Heo
1
-0
/
+1
2014-03-23
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-03-11
nbd: correct disconnect behavior
Paul Clements
1
-0
/
+1
2014-03-11
ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
Theodore Ts'o
1
-0
/
+1
2014-03-11
cgroup: fix RCU accesses to task->cgroups
Tejun Heo
1
-7
/
+45
2014-03-11
cgroup: cgroup_subsys->fork() should be called after the task is added to css...
Tejun Heo
1
-1
/
+0
2014-03-11
net: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
1
-0
/
+17
2014-03-11
net: add and use skb_gso_transport_seglen()
Florian Westphal
1
-0
/
+2
2014-02-20
sched/nohz: Fix rq->cpu_load calculations some more
Peter Zijlstra
1
-0
/
+1
2014-02-13
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
1
-0
/
+1
2014-02-13
audit: correct a type mismatch in audit_syscall_exit()
AKASHI Takahiro
1
-1
/
+1
2014-02-06
mm: hugetlbfs: fix hugetlbfs optimization
Andrea Arcangeli
1
-0
/
+6
2014-01-15
vlan: Fix header ops passthru when doing TX VLAN offload.
David S. Miller
1
-0
/
+9
2014-01-15
net: unix: allow set_peek_off to fail
Sasha Levin
1
-1
/
+1
2013-12-08
dm: fix truncated status strings
Mikulas Patocka
1
-2
/
+2
2013-12-08
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-0
/
+8
2013-12-08
random32: fix off-by-one in seeding requirement
Daniel Borkmann
1
-3
/
+3
2013-12-04
mtd: map: fixed bug in 64-bit systems
Wang Haitao
1
-2
/
+2
2013-11-29
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2
-3
/
+4
2013-11-29
include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock
Fan Du
1
-0
/
+2
2013-11-29
exec: do not abuse ->cred_guard_mutex in threadgroup_lock()
Oleg Nesterov
1
-14
/
+4
2013-11-04
inet: fix possible memory corruption with UDP_CORK and UFO
Hannes Frederic Sowa
1
-0
/
+5
2013-11-04
tcp: must unclone packets before mangling them
Eric Dumazet
1
-0
/
+10
2013-10-22
random: run random_int_secret_init() run after all late_initcalls
Theodore Ts'o
1
-0
/
+1
2013-10-13
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
1
-1
/
+2
2013-10-01
perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu
Peter Zijlstra
1
-1
/
+1
2013-10-01
HID: provide a helper for validating hid reports
Kees Cook
1
-0
/
+4
2013-09-26
HID: validate HID report id size
Kees Cook
1
-1
/
+3
2013-09-26
rculist: list_first_or_null_rcu() should use list_entry_rcu()
Tejun Heo
1
-2
/
+3
2013-09-14
ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO
Jiri Bohac
1
-0
/
+2
2013-09-14
ipv6: drop packets with multiple fragmentation headers
Hannes Frederic Sowa
1
-0
/
+1
2013-08-29
SCSI: zfcp: fix lock imbalance by reworking request queue locking
Martin Peschke
1
-0
/
+57
2013-08-20
futex: Take hugepages into account when generating futex_key
Zhang Yi
1
-0
/
+16
2013-08-14
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
1
-1
/
+3
2013-08-04
virtio: support unlocked queue poll
Michael S. Tsirkin
1
-0
/
+4
2013-08-04
firewire: fix libdc1394/FlyCap2 iso event regression
Clemens Ladisch
2
-2
/
+3
[next]